PXC_NoteIconType Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_NoteIconType Enumeration}} | {{#customTitle:PXC_NoteIconType Enumeration}} | ||
+ | {{#parentPage:PXV:PXC|PXC_NoteIconType Enumeration|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 10: | ||
<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> |
Revision as of 07:01, 23 April 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 ...
See Also
See also ...