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