PXV_CommentStylesChangesFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_CommentStylesChangesFlags Enumeration}}
 
{{#customTitle:PXV_CommentStylesChangesFlags Enumeration}}
{{#parentPage:PXV:PXV|PXV_CommentStylesChangesFlags Enumeration|enum}}
+
{{#parentPage:PXV:PXV_Enumerations|PXV_CommentStylesChangesFlags Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}

Revision as of 23:32, 21 May 2015


Specifies the ...

Syntax

enum PXV_CommentStylesChangesFlags
{
    PXV_CommentStyles_Deleted  = 1,
    PXV_CommentStyles_Added    = 2,
    PXV_CommentStyles_NewProps = 4,
    PXV_CommentStyles_NewIcons = 8,
    PXV_CommentStyles_Current  = 16,
    PXV_CommentStyles_Custom   = 32,
    PXV_CommentStyles_NewName  = 64,
    PXV_CommentStyles_NewDesc  = 128,
};

Constants

PXV_CommentStyles_Deleted
The ...
PXV_CommentStyles_Added
The ...
PXV_CommentStyles_NewProps
The ...
PXV_CommentStyles_NewIcons
The ...
PXV_CommentStyles_Current
The ...
PXV_CommentStyles_Custom
The ...
PXV_CommentStyles_NewName
The ...
PXV_CommentStyles_NewDesc
The ...

See Also

...