IUIX_PropHost Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_PropHost Interface}}
 
{{#customTitle:IUIX_PropHost Interface}}
 +
{{#parentPage:PXV:UIX_Interfaces|IUIX_PropHost|interface}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
The interface of object of PDF-XChange Editor SDK.
 
The interface of object of PDF-XChange Editor SDK.
  
 
== Methods ==
 
== Methods ==
{| class="wikitable sortable collapsible" style="width: 100%"
+
{| class="wikitable methods"
|-
+
! style="text-align: left" scope="col" width="15%" | Method
+
! style="text-align: left" scope="col" class="unsortable" | Description
+
 
|-
 
|-
 
| [[PXV:IUIX_PropHost_GetGroupInfo|GetGroupInfo]]
 
| [[PXV:IUIX_PropHost_GetGroupInfo|GetGroupInfo]]
| ...
+
| [[PXV:IUIX_PropHost_GroupID2Index|GroupID2Index]]
 +
| [[PXV:IUIX_PropHost_OnGetNewPropCtl|OnGetNewPropCtl]]
 +
| [[PXV:IUIX_PropHost_OnShowProps|OnShowProps]]
 
|-
 
|-
 
| [[PXV:IUIX_PropHost_GetPropInfo|GetPropInfo]]
 
| [[PXV:IUIX_PropHost_GetPropInfo|GetPropInfo]]
| ...
+
| [[PXV:IUIX_PropHost_OnDrawPropTitle|OnDrawPropTitle]]
 +
| [[PXV:IUIX_PropHost_OnPropCtlNotify|OnPropCtlNotify]]
 +
| [[PXV:IUIX_PropHost_OnUpdatePropCtl|OnUpdatePropCtl]]
 
|-
 
|-
 
| [[PXV:IUIX_PropHost_GetPropValue|GetPropValue]]
 
| [[PXV:IUIX_PropHost_GetPropValue|GetPropValue]]
| ...
 
|-
 
| [[PXV:IUIX_PropHost_GroupID2Index|GroupID2Index]]
 
| ...
 
|-
 
| [[PXV:IUIX_PropHost_OnDrawPropTitle|OnDrawPropTitle]]
 
| ...
 
|-
 
 
| [[PXV:IUIX_PropHost_OnDrawPropValue|OnDrawPropValue]]
 
| [[PXV:IUIX_PropHost_OnDrawPropValue|OnDrawPropValue]]
| ...
 
|-
 
| [[PXV:IUIX_PropHost_OnGetNewPropCtl|OnGetNewPropCtl]]
 
| ...
 
|-
 
| [[PXV:IUIX_PropHost_OnPropCtlNotify|OnPropCtlNotify]]
 
| ...
 
|-
 
 
| [[PXV:IUIX_PropHost_OnSetPropValue|OnSetPropValue]]
 
| [[PXV:IUIX_PropHost_OnSetPropValue|OnSetPropValue]]
| ...
 
|-
 
| [[PXV:IUIX_PropHost_OnShowProps|OnShowProps]]
 
| ...
 
|-
 
| [[PXV:IUIX_PropHost_OnUpdatePropCtl|OnUpdatePropCtl]]
 
| ...
 
|-
 
 
| [[PXV:IUIX_PropHost_PropID2Index|PropID2Index]]
 
| [[PXV:IUIX_PropHost_PropID2Index|PropID2Index]]
| ...
 
 
|}
 
|}
  
 
== 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_PropHost_GroupsCount|GroupsCount]]
 
| [[PXV:IUIX_PropHost_GroupsCount|GroupsCount]]
| style="text-align: center" | R
 
| .
 
|-
 
| [[PXV:IUIX_PropHost_PropsCount|PropsCount]]
 
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IUIX_PropHost_Title|Title]]
 
| [[PXV:IUIX_PropHost_Title|Title]]
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IUIX_PropHost_Type|Type]]
 
| [[PXV:IUIX_PropHost_Type|Type]]
| style="text-align: center" | R
+
| [[PXV:IUIX_PropHost_UID|UID]]
| .
+
 
|-
 
|-
| [[PXV:IUIX_PropHost_UID|UID]]
+
| [[PXV:IUIX_PropHost_PropsCount|PropsCount]]
| style="text-align: center" | R
+
|  
| .
+
|  
 +
|  
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IUIX_PropList_ShowProps|IUIX_PropList::ShowProps]], [[PXV:IUIX_PropList_PropHost|IUIX_PropList::PropHost]], [[PXV:IPXV_Inst_UpdateProp|IPXV_Inst::UpdateProp]]

Latest revision as of 10:17, 23 May 2015


The interface of object of PDF-XChange Editor SDK.

Methods

GetGroupInfo GroupID2Index OnGetNewPropCtl OnShowProps
GetPropInfo OnDrawPropTitle OnPropCtlNotify OnUpdatePropCtl
GetPropValue OnDrawPropValue OnSetPropValue PropID2Index

Properties

GroupsCount Title Type UID
PropsCount

See Also

IUIX_PropList::ShowProps, IUIX_PropList::PropHost, IPXV_Inst::UpdateProp