PXV_CommentStylesChangesFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 10: Line 10:
 
<pre class="brush:cpp;gutter:false">enum PXV_CommentStylesChangesFlags
 
<pre class="brush:cpp;gutter:false">enum PXV_CommentStylesChangesFlags
 
{
 
{
     PXV_CommentStyles_Deleted  = 1;
+
     PXV_CommentStyles_Deleted  = 1,
     PXV_CommentStyles_Added    = 2;
+
     PXV_CommentStyles_Added    = 2,
     PXV_CommentStyles_NewProps = 4;
+
     PXV_CommentStyles_NewProps = 4,
     PXV_CommentStyles_NewIcons = 8;
+
     PXV_CommentStyles_NewIcons = 8,
     PXV_CommentStyles_Current  = 16;
+
     PXV_CommentStyles_Current  = 16,
     PXV_CommentStyles_Custom  = 32;
+
     PXV_CommentStyles_Custom  = 32,
     PXV_CommentStyles_NewName  = 64;
+
     PXV_CommentStyles_NewName  = 64,
     PXV_CommentStyles_NewDesc  = 128;
+
     PXV_CommentStyles_NewDesc  = 128,
 
};
 
};
 
</pre>
 
</pre>

Revision as of 11:09, 8 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

See also ...