PXC_AnnotBorderStyle Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(7 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_Enumerations|PXC_AnnotBorderStyle|enum}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Line 7: | 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 18: | 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.