IUIX_Label Interface
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Label Interface}} | {{#customTitle:IUIX_Label Interface}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:UIX_Interfaces|IUIX_Label|interface}} |
− | + | ||
− | + | ||
− | + | '''IUIX_Label''' is an interface of UI ''text label'' object. | |
+ | |||
+ | Object can be created with [[PXV:UIX_LabelStyleFlags|UIX_LabelStyleFlags]] options. In particular, ''checkboxes'' and ''combo buttons'' are created via '''IUIX_Label''' interface with appropriate flags from [[PXV:UIX_LabelStyleFlags|UIX_LabelStyleFlags]] enumeration specified. | ||
IUIX_Label extends [[PXV:IUIX_ObjImpl|IUIX_ObjImpl]] interface. | IUIX_Label extends [[PXV:IUIX_ObjImpl|IUIX_ObjImpl]] interface. | ||
+ | |||
+ | == Methods == | ||
+ | {| class="wikitable methods" | ||
+ | |- | ||
+ | | [[PXV:IUIX_Label_CalcIdealSize|CalcIdealSize]] | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
== Properties == | == Properties == | ||
Line 15: | Line 25: | ||
| [[PXV:IUIX_Label_NotifyTarget|NotifyTarget]] | | [[PXV:IUIX_Label_NotifyTarget|NotifyTarget]] | ||
| [[PXV:IUIX_Label_Text|Text]] | | [[PXV:IUIX_Label_Text|Text]] | ||
− | | [[PXV: | + | | [[PXV:IUIX_Label_TextRect|TextRect]] |
|- | |- | ||
| [[PXV:IUIX_Label_Font|Font]] | | [[PXV:IUIX_Label_Font|Font]] | ||
| [[PXV:IUIX_Label_State|State]] | | [[PXV:IUIX_Label_State|State]] | ||
| [[PXV:IUIX_Label_TextColor|TextColor]] | | [[PXV:IUIX_Label_TextColor|TextColor]] | ||
+ | | [[PXV:IUIX_Label_Tooltip|Tooltip]] | ||
+ | |- | ||
+ | | [[PXV:IUIX_Label_IdealSize|IdealSize]] | ||
+ | | | ||
+ | | | ||
| | | | ||
|} | |} | ||
+ | |||
+ | == See Also == | ||
+ | [[PXV:IUIX_Inst_CreateLabel|IUIX_Inst::CreateLabel]], [[PXV:IUIX_Tooltip_FooterLabel|IUIX_Tooltip::FooterLabel]], [[PXV:IUIX_Tooltip_HeaderLabel|IUIX_Tooltip::HeaderLabel]], [[PXV:IUIX_Tooltip_Label|IUIX_Tooltip::Label]] |
Latest revision as of 23:49, 19 May 2018
IUIX_Label is an interface of UI text label object.
Object can be created with UIX_LabelStyleFlags options. In particular, checkboxes and combo buttons are created via IUIX_Label interface with appropriate flags from UIX_LabelStyleFlags enumeration specified.
IUIX_Label extends IUIX_ObjImpl interface.
Methods
CalcIdealSize |
Properties
DrawTextFlags | NotifyTarget | Text | TextRect |
Font | State | TextColor | Tooltip |
IdealSize |
See Also
IUIX_Inst::CreateLabel, IUIX_Tooltip::FooterLabel, IUIX_Tooltip::HeaderLabel, IUIX_Tooltip::Label