PXC_TextCharFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_TextCharFlags Enumeration}}
 
{{#customTitle:PXC_TextCharFlags Enumeration}}
{{#parentPage:PXV:PXC_Enumerations|PXC_TextCharFlags Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_TextCharFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Latest revision as of 10:38, 23 May 2015


Specifies the ...

Syntax

enum PXC_TextCharFlags
{
    TCF_WordSeparator       = 1,
    TCF_Hyphen              = 2,
    TCF_WhiteSpace          = 4,
    TCF_SyntheticSpace      = 8,
    TCF_WordBegin           = 16,
    TCF_LineBegin           = 32,
    TCF_ParaBegin           = 64,
    TCF_SearchWordSeparator = 128,
    TCF_Hidden              = 1024,
    TCF_RTLChar             = 2048,
    TCF_FromLigature        = 4096,
    TCF_LigatureBegin       = 8192,
    TCF_Expanded            = 16384,
    TCF_ExpandedBegin       = 32768,
};

Constants

TCF_WordSeparator
The ...
TCF_Hyphen
The ...
TCF_WhiteSpace
The ...
TCF_SyntheticSpace
The ...
TCF_WordBegin
The ...
TCF_LineBegin
The ...
TCF_ParaBegin
The ...
TCF_SearchWordSeparator
The ...
TCF_Hidden
The ...
TCF_RTLChar
The ...
TCF_FromLigature
The ...
TCF_LigatureBegin
The ...
TCF_Expanded
The ...
TCF_ExpandedBegin
The ...