Namespace: Spire.Presentation.Converter.Equation.Word
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum PropertyValueType
Public Enumeration PropertyValueType
public enum class PropertyValueType
type PropertyValueType
Members
| Member | Value | Description |
|---|---|---|
| Boolean | 0 | |
| Date | 1 | |
| Float | 2 | |
| Double | 3 | |
| Int | 4 | |
| Int32 | 5 | |
| String | 6 | |
| ByteArray | 7 | |
| StringArray | 8 | |
| ObjectArray | 9 | |
| ClipData | 10 | |
| AsciiString | 11 | |
| Other | 12 |