PXC_AnnotBorderStyle Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_AnnotBorderStyle Enumeration}}
 
{{#customTitle:PXC_AnnotBorderStyle Enumeration}}
{{#parentPage:PXV:PXC|PXC_AnnotBorderStyle Enumeration|enum}}
+
{{#parentPage:PXV:PXC_Enumerations|PXC_AnnotBorderStyle|enum}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Line 10: 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>
Line 21: Line 21:
 
== Constants ==
 
== Constants ==
 
;ABS_Solid
 
;ABS_Solid
:The ...
+
:A solid border surrounding the annotation.
 
;ABS_Dashed
 
;ABS_Dashed
:The ...
+
:A dashed rectangle surrounding the annotation.
 
;ABS_Beveled
 
;ABS_Beveled
:The ...
+
:A simulated embossed rectangle that appears to be raised above the surface of the page.
 
;ABS_Inset
 
;ABS_Inset
:The ...
+
:A simulated engraved rectangle that appears to be recessed below the surface of the page.
 
;ABS_Underline
 
;ABS_Underline
:The ...
+
:A single line along the bottom of the annotation rectangle.
 
;_ABS_Last_
 
;_ABS_Last_
:The ...
+
:Last element of the enumeration.
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:PXC_AnnotBorder|PXC_AnnotBorder]]

Latest revision as of 06:27, 1 March 2016


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
A solid border surrounding the annotation.
ABS_Dashed
A dashed rectangle surrounding the annotation.
ABS_Beveled
A simulated embossed rectangle that appears to be raised above the surface of the page.
ABS_Inset
A simulated engraved rectangle that appears to be recessed below the surface of the page.
ABS_Underline
A single line along the bottom of the annotation rectangle.
_ABS_Last_
Last element of the enumeration.

See Also

PXC_AnnotBorder