PXV_DocCollectionColorTypes 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:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:PXV_DocCollectionColorTypes Enumeration}}
 +
{{#parentPage:PXV:PXV_Enumerations|PXV_DocCollectionColorTypes|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Specifies the ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">enum PXV_DocCollectionColorTypes
 +
{
 +
    PXV_DocCollectionColorType_Back      = 0,
 +
    PXV_DocCollectionColorType_CardBack  = 1,
 +
    PXV_DocCollectionColorType_CardBorder = 2,
 +
    PXV_DocCollectionColorType_PrimText  = 3,
 +
    PXV_DocCollectionColorType_SecText    = 4,
 +
    PXV_DocCollectionColorType_Count      = 5,
 +
};
 +
</pre>
 +
 +
== Constants ==
 +
;PXV_DocCollectionColorType_Back
 +
:The ...
 +
;PXV_DocCollectionColorType_CardBack
 +
:The ...
 +
;PXV_DocCollectionColorType_CardBorder
 +
:The ...
 +
;PXV_DocCollectionColorType_PrimText
 +
:The ...
 +
;PXV_DocCollectionColorType_SecText
 +
:The ...
 +
;PXV_DocCollectionColorType_Count
 +
:The ...

Latest revision as of 01:35, 20 October 2015


Specifies the ...

Syntax

enum PXV_DocCollectionColorTypes
{
    PXV_DocCollectionColorType_Back       = 0,
    PXV_DocCollectionColorType_CardBack   = 1,
    PXV_DocCollectionColorType_CardBorder = 2,
    PXV_DocCollectionColorType_PrimText   = 3,
    PXV_DocCollectionColorType_SecText    = 4,
    PXV_DocCollectionColorType_Count      = 5,
};

Constants

PXV_DocCollectionColorType_Back
The ...
PXV_DocCollectionColorType_CardBack
The ...
PXV_DocCollectionColorType_CardBorder
The ...
PXV_DocCollectionColorType_PrimText
The ...
PXV_DocCollectionColorType_SecText
The ...
PXV_DocCollectionColorType_Count
The ...