PXC_TextCharFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_TextCharFlags Enumeration}}
 
{{#customTitle:PXC_TextCharFlags Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:55, 20 April 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 ...

See Also

See also ...