PXC_CollectionFieldType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_CollectionFieldType Enumeration}}
 
{{#customTitle:PXC_CollectionFieldType Enumeration}}
{{#parentPage:PXV:PXC|PXC_CollectionFieldType Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_CollectionFieldType|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 46: Line 47:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXC_CollectionSchema_AddField|IPXC_CollectionSchema::AddField]], [[PXV:IPXC_CollectionSchema_GetFieldInfoByIndex|IPXC_CollectionSchema::GetFieldInfoByIndex]], [[PXV:IPXC_CollectionSchema_GetFieldInfoByName|IPXC_CollectionSchema::GetFieldInfoByName]], [[PXV:IPXC_CollectionSchema_GetFieldInfoByOrder|IPXC_CollectionSchema::GetFieldInfoByOrder]]

Latest revision as of 10:35, 23 May 2015


Specifies the ...

Syntax

enum PXC_CollectionFieldType
{
    CFType_Unknown          = -1,
    CFType_String           = 0,
    CFType_Date             = 1,
    CFType_Number           = 2,
    CFType_FileName         = 3,
    CFType_Description      = 4,
    CFType_ModificationDate = 5,
    CFType_CreationDate     = 6,
    CFType_Size             = 7,
    CFType_CompressedSize   = 8,
};

Constants

CFType_Unknown
The ...
CFType_String
The ...
CFType_Date
The ...
CFType_Number
The ...
CFType_FileName
The ...
CFType_Description
The ...
CFType_ModificationDate
The ...
CFType_CreationDate
The ...
CFType_Size
The ...
CFType_CompressedSize
The ...

See Also

IPXC_CollectionSchema::AddField, IPXC_CollectionSchema::GetFieldInfoByIndex, IPXC_CollectionSchema::GetFieldInfoByName, IPXC_CollectionSchema::GetFieldInfoByOrder