PXC_AnnotBorderStyle Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:PXC_AnnotBorderStyle Enumeration}}
 
{{#customTitle:PXC_AnnotBorderStyle Enumeration}}
 
{{#parentPage:PXV:PXC_Enumerations|PXC_AnnotBorderStyle|enum}}
 
{{#parentPage:PXV:PXC_Enumerations|PXC_AnnotBorderStyle|enum}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Line 22: 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 ==
 
[[PXV:PXC_AnnotBorder|PXC_AnnotBorder]]
 
[[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