IUIX_Label Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(11 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:UIX_Interfaces|IUIX_Label|interface}}
  
The interface of object of PDF-XChange Editor SDK.
+
'''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 ==
{| style="width: 100%" class="wikitable sortable collapsible"
+
{| class="wikitable properties"
|-
+
! style="text-align: left" scope="col" width="15%" | Property
+
! style="text-align: center" scope="col" width="5%" | Access Type
+
! style="text-align: left" scope="col"  class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IUIX_Label_DrawTextFlags|DrawTextFlags]]
 
| [[PXV:IUIX_Label_DrawTextFlags|DrawTextFlags]]
| style="text-align: center" | R/W
 
| .
 
|-
 
| [[PXV:IUIX_Label_Font|Font]]
 
| style="text-align: center" | R/W
 
| .
 
|-
 
 
| [[PXV:IUIX_Label_NotifyTarget|NotifyTarget]]
 
| [[PXV:IUIX_Label_NotifyTarget|NotifyTarget]]
| style="text-align: center" | R/W
 
| .
 
|-
 
| [[PXV:IUIX_Label_State|State]]
 
| style="text-align: center" | R/W
 
| .
 
|-
 
 
| [[PXV:IUIX_Label_Text|Text]]
 
| [[PXV:IUIX_Label_Text|Text]]
| style="text-align: center" | R/W
+
| [[PXV:IUIX_Label_TextRect|TextRect]]
| .
+
 
|-
 
|-
 +
| [[PXV:IUIX_Label_Font|Font]]
 +
| [[PXV:IUIX_Label_State|State]]
 
| [[PXV:IUIX_Label_TextColor|TextColor]]
 
| [[PXV:IUIX_Label_TextColor|TextColor]]
| style="text-align: center" | R/W
 
| .
 
|-
 
 
| [[PXV:IUIX_Label_Tooltip|Tooltip]]
 
| [[PXV:IUIX_Label_Tooltip|Tooltip]]
| style="text-align: center" | R/W
+
|-
| .
+
| [[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 00:49, 20 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