PXC_NoteIconType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_NoteIconType Enumeration}}
 
{{#customTitle:PXC_NoteIconType Enumeration}}
{{#parentPage:PXV:PXC|PXC_NoteIconType Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_NoteIconType|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXC_NoteIconType
 
<pre class="brush:cpp;gutter:false">enum PXC_NoteIconType
 
{
 
{
     NI_Unknown      = 0;
+
     NI_Unknown      = 0,
     NI_Checkmark    = 1;
+
     NI_Checkmark    = 1,
     NI_Circle      = 2;
+
     NI_Circle      = 2,
     NI_Comment      = 3;
+
     NI_Comment      = 3,
     NI_Cross        = 4;
+
     NI_Cross        = 4,
     NI_Help        = 5;
+
     NI_Help        = 5,
     NI_Insert      = 6;
+
     NI_Insert      = 6,
     NI_Key          = 7;
+
     NI_Key          = 7,
     NI_NewParagraph = 8;
+
     NI_NewParagraph = 8,
     NI_TextNote    = 9;
+
     NI_TextNote    = 9,
     NI_Paragraph    = 10;
+
     NI_Paragraph    = 10,
     NI_RightArrow  = 11;
+
     NI_RightArrow  = 11,
     NI_RightPointer = 12;
+
     NI_RightPointer = 12,
     NI_Star        = 13;
+
     NI_Star        = 13,
     NI_UpArrow      = 14;
+
     NI_UpArrow      = 14,
     NI_UpLeftArrow  = 15;
+
     NI_UpLeftArrow  = 15,
     _NI_Last_      = 16;
+
     _NI_Last_      = 16,
 
};
 
};
 
</pre>
 
</pre>
Line 65: Line 66:
 
;_NI_Last_
 
;_NI_Last_
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:36, 23 May 2015


Specifies the ...

Syntax

enum PXC_NoteIconType
{
    NI_Unknown      = 0,
    NI_Checkmark    = 1,
    NI_Circle       = 2,
    NI_Comment      = 3,
    NI_Cross        = 4,
    NI_Help         = 5,
    NI_Insert       = 6,
    NI_Key          = 7,
    NI_NewParagraph = 8,
    NI_TextNote     = 9,
    NI_Paragraph    = 10,
    NI_RightArrow   = 11,
    NI_RightPointer = 12,
    NI_Star         = 13,
    NI_UpArrow      = 14,
    NI_UpLeftArrow  = 15,
    _NI_Last_       = 16,
};

Constants

NI_Unknown
The ...
NI_Checkmark
The ...
NI_Circle
The ...
NI_Comment
The ...
NI_Cross
The ...
NI_Help
The ...
NI_Insert
The ...
NI_Key
The ...
NI_NewParagraph
The ...
NI_TextNote
The ...
NI_Paragraph
The ...
NI_RightArrow
The ...
NI_RightPointer
The ...
NI_Star
The ...
NI_UpArrow
The ...
NI_UpLeftArrow
The ...
_NI_Last_
The ...