PXC_AnnotBorderStyle Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_AnnotBorderStyle Enumeration}}
 
{{#customTitle:PXC_AnnotBorderStyle Enumeration}}
 +
{{#parentPage:PXV:PXC|PXC_AnnotBorderStyle Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">enum PXC_AnnotBorderStyle
 
<pre class="brush:cpp;gutter:false">enum PXC_AnnotBorderStyle
 
{
 
{
     ABS_Solid = 0;
+
     ABS_Solid     = 0;
     ABS_Dashed = 1;
+
     ABS_Dashed   = 1;
     ABS_Beveled = 2;
+
     ABS_Beveled   = 2;
     ABS_Inset = 3;
+
     ABS_Inset     = 3;
 
     ABS_Underline = 4;
 
     ABS_Underline = 4;
     _ABS_Last_ = 5;
+
     _ABS_Last_   = 5;
 
};
 
};
 
</pre>
 
</pre>

Revision as of 07:00, 23 April 2015


Specifies the ...

Syntax

enum PXC_AnnotBorderStyle
{
    ABS_Solid     = 0;
    ABS_Dashed    = 1;
    ABS_Beveled   = 2;
    ABS_Inset     = 3;
    ABS_Underline = 4;
    _ABS_Last_    = 5;
};

Constants

ABS_Solid
The ...
ABS_Dashed
The ...
ABS_Beveled
The ...
ABS_Inset
The ...
ABS_Underline
The ...
_ABS_Last_
The ...

See Also

See also ...