PXC_WidgetButtonTextPosition Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_WidgetButtonTextPosition Enumeration}} | {{#customTitle:PXC_WidgetButtonTextPosition Enumeration}} | ||
+ | {{#parentPage:PXV:PXC_Enumerations|PXC_WidgetButtonTextPosition|enum}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Line 7: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum PXC_WidgetButtonTextPosition | <pre class="brush:cpp;gutter:false">enum PXC_WidgetButtonTextPosition | ||
{ | { | ||
− | WidgetText_TextOnly = 0 | + | WidgetText_TextOnly = 0, |
− | WidgetText_IconOnly = 1 | + | WidgetText_IconOnly = 1, |
− | WidgetText_IconTextV = 2 | + | WidgetText_IconTextV = 2, |
− | WidgetText_TextIconV = 3 | + | WidgetText_TextIconV = 3, |
− | WidgetText_IconTextH = 4 | + | WidgetText_IconTextH = 4, |
− | WidgetText_TextIconH = 5 | + | WidgetText_TextIconH = 5, |
− | WidgetText_Overlay = 6 | + | WidgetText_Overlay = 6, |
}; | }; | ||
</pre> | </pre> | ||
Line 34: | Line 38: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_AnnotData_Widget_ButtonTextPosition|IPXC_AnnotData_Widget::ButtonTextPosition]] |
Latest revision as of 10:39, 23 May 2015
Specifies the ...
Syntax
enum PXC_WidgetButtonTextPosition { WidgetText_TextOnly = 0, WidgetText_IconOnly = 1, WidgetText_IconTextV = 2, WidgetText_TextIconV = 3, WidgetText_IconTextH = 4, WidgetText_TextIconH = 5, WidgetText_Overlay = 6, };
Constants
- WidgetText_TextOnly
- The ...
- WidgetText_IconOnly
- The ...
- WidgetText_IconTextV
- The ...
- WidgetText_TextIconV
- The ...
- WidgetText_IconTextH
- The ...
- WidgetText_TextIconH
- The ...
- WidgetText_Overlay
- The ...