PropertyValueType Enumeration
|
Specifies PropertyValueType.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum PropertyValueType
Public Enumeration PropertyValueType
public enum class PropertyValueType
Members
|
Member name
|
Value
|
Description
|
|
Boolean
|
0
|
Specifies Value type as boolean.
|
|
Date
|
1
|
Specifies Value type as date.
|
|
Float
|
2
|
Specifies Value type as float.
|
|
Double
|
3
|
Specifies Value type as double.
|
|
Int
|
4
|
Specifies Value type as integer.
|
|
Int32
|
5
|
Represents a 32-bit signed integer.
|
|
String
|
6
|
Specifies Value type as String.
|
|
ByteArray
|
7
|
Specifies Value type as byte array.
|
|
StringArray
|
8
|
The property is an array of strings.
|
|
ObjectArray
|
9
|
The property is an array of objects.
|
|
ClipData
|
10
|
Specifies Value type as ClipData.
|
|
AsciiString
|
11
|
The property is string composed of ASCII characters only.
|
|
Other
|
12
|
The property is some other type.
|
See Also