PXC_GetPageTextOptionsFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_GetPageTextOptionsFlags Enumeration}}
 
{{#customTitle:PXC_GetPageTextOptionsFlags Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_GetPageTextOptionsFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_GetPageTextOptionsFlags
 
<pre class="brush:cpp;gutter:false">enum PXC_GetPageTextOptionsFlags
 
{
 
{
     GPTOF_Simple = 1;
+
     GPTOF_Simple                   = 1,
     GPTOF_LigaturesExpTblOnly = 2;
+
     GPTOF_LigaturesExpTblOnly     = 2,
     GPTOF_TrustNBSpace = 4;
+
     GPTOF_TrustNBSpace             = 4,
     GPTOF_NoStyleInfo = 8;
+
     GPTOF_PlainTextOnly            = 8,
     GPTOF_SkipRedundantChars = 16;
+
     GPTOF_SkipRedundantChars       = 16,
     GPTOF_AllowCharReordering = 32;
+
     GPTOF_AllowCharReordering     = 32,
     GPTOF_WordSepTblOnly = 64;
+
     GPTOF_WordSepTblOnly           = 64,
     GPTOF_IncludeHiddenText = 128;
+
     GPTOF_IncludeHiddenText       = 128,
     GPTOF_CollectSourceInfo = 256;
+
     GPTOF_CollectSourceInfo       = 256,
 +
    GPTOF_DetectUnderlineStrikeout = 512,
 
};
 
};
 
</pre>
 
</pre>
Line 28: Line 31:
 
;GPTOF_TrustNBSpace
 
;GPTOF_TrustNBSpace
 
:The ...
 
:The ...
;GPTOF_NoStyleInfo
+
;GPTOF_PlainTextOnly
 
:The ...
 
:The ...
 
;GPTOF_SkipRedundantChars
 
;GPTOF_SkipRedundantChars
Line 40: Line 43:
 
;GPTOF_CollectSourceInfo
 
;GPTOF_CollectSourceInfo
 
:The ...
 
:The ...
 
+
;GPTOF_DetectUnderlineStrikeout
== See Also ==
+
:The ...
See also ...
+

Latest revision as of 00:57, 22 November 2016


Specifies the ...

Syntax

enum PXC_GetPageTextOptionsFlags
{
    GPTOF_Simple                   = 1,
    GPTOF_LigaturesExpTblOnly      = 2,
    GPTOF_TrustNBSpace             = 4,
    GPTOF_PlainTextOnly            = 8,
    GPTOF_SkipRedundantChars       = 16,
    GPTOF_AllowCharReordering      = 32,
    GPTOF_WordSepTblOnly           = 64,
    GPTOF_IncludeHiddenText        = 128,
    GPTOF_CollectSourceInfo        = 256,
    GPTOF_DetectUnderlineStrikeout = 512,
};

Constants

GPTOF_Simple
The ...
GPTOF_LigaturesExpTblOnly
The ...
GPTOF_TrustNBSpace
The ...
GPTOF_PlainTextOnly
The ...
GPTOF_SkipRedundantChars
The ...
GPTOF_AllowCharReordering
The ...
GPTOF_WordSepTblOnly
The ...
GPTOF_IncludeHiddenText
The ...
GPTOF_CollectSourceInfo
The ...
GPTOF_DetectUnderlineStrikeout
The ...