PXC_GCHTextType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_GCHTextType Enumeration}}
 
{{#customTitle:PXC_GCHTextType Enumeration}}
 +
{{#parentPage:PXV:PXC_Enumerations|PXC_GCHTextType|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_GCHTextType
 
<pre class="brush:cpp;gutter:false">enum PXC_GCHTextType
 
{
 
{
     TType_PDFName = -2;
+
     TType_PDFName   = -2,
     TType_UIName = -1;
+
     TType_UIName   = -1,
     TType_TipText = 1;
+
     TType_TipText   = 1,
     TType_MiniText = 2;
+
     TType_MiniText = 2,
     TType_LargeText = 3;
+
     TType_LargeText = 3,
 
};
 
};
 
</pre>
 
</pre>
Line 30: Line 32:
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXC_SecurityHandler_GetInfoText|IPXC_SecurityHandler::GetInfoText]]

Latest revision as of 10:36, 23 May 2015


Specifies the ...

Syntax

enum PXC_GCHTextType
{
    TType_PDFName   = -2,
    TType_UIName    = -1,
    TType_TipText   = 1,
    TType_MiniText  = 2,
    TType_LargeText = 3,
};

Constants

TType_PDFName
The ...
TType_UIName
The ...
TType_TipText
The ...
TType_MiniText
The ...
TType_LargeText
The ...

See Also

IPXC_SecurityHandler::GetInfoText