IPXV_MainView Interface

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_MainView Interface}}
 
{{#customTitle:IPXV_MainView Interface}}
 +
{{#parentPage:PXV:PXV_Interfaces|IPXV_MainView|interface}}
 +
{{ToReview}}
  
The interface of object of PDF-XChange Editor SDK.
+
[[File:IPXV_MainFrame.PNG|thumbnail|none]]
 +
The Main View of the [[PXV:IPXV_Control|IPXV_Control]] allows to access, control, change, remove, customize the commands, available and also to add new custom menu items.
  
 
IPXV_MainView extends [[PXV:IPXV_View|IPXV_View]] interface.
 
IPXV_MainView extends [[PXV:IPXV_View|IPXV_View]] interface.
  
 
== 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:IPXV_MainView_LoadPanesLayout|LoadPanesLayout]]
 
| [[PXV:IPXV_MainView_LoadPanesLayout|LoadPanesLayout]]
| ...
 
|-
 
 
| [[PXV:IPXV_MainView_ResetPanesLayout|ResetPanesLayout]]
 
| [[PXV:IPXV_MainView_ResetPanesLayout|ResetPanesLayout]]
| ...
+
|  
 +
|
 
|}
 
|}
  
 
== 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:IPXV_MainView_CmdBar|CmdBar]]
+
| style="text-align: center" | R
+
| .
+
|-
+
| [[PXV:IPXV_MainView_CmdBar2|CmdBar2]]
+
| style="text-align: center" | R
+
| .
+
|-
+
| [[PXV:IPXV_MainView_CmdPane|CmdPane]]
+
| style="text-align: center" | R
+
| .
+
|-
+
| [[PXV:IPXV_MainView_CmdPaneBottom|CmdPaneBottom]]
+
| style="text-align: center" | R
+
| .
+
|-
+
| [[PXV:IPXV_MainView_CmdPaneLeft|CmdPaneLeft]]
+
| style="text-align: center" | R
+
| .
+
|-
+
| [[PXV:IPXV_MainView_CmdPaneRight|CmdPaneRight]]
+
| style="text-align: center" | R
+
| .
+
|-
+
| [[PXV:IPXV_MainView_CmdPaneTop|CmdPaneTop]]
+
| style="text-align: center" | R
+
| .
+
|-
+
| [[PXV:IPXV_MainView_DocViewsArea|DocViewsArea]]
+
| style="text-align: center" | R
+
| .
+
 
|-
 
|-
 +
| [[PXV:IPXV_MainView_ActiveDocView|ActiveDocView]]
 
| [[PXV:IPXV_MainView_Frame|Frame]]
 
| [[PXV:IPXV_MainView_Frame|Frame]]
| style="text-align: center" | R
 
| .
 
|-
 
 
| [[PXV:IPXV_MainView_MenuBar|MenuBar]]
 
| [[PXV:IPXV_MainView_MenuBar|MenuBar]]
| style="text-align: center" | R
+
| [[PXV:IPXV_MainView_PropsBar|PropsBar]]
| .
+
 
|-
 
|-
| [[PXV:IPXV_MainView_PropsBar|PropsBar]]
+
| [[PXV:IPXV_MainView_DocViewsArea|DocViewsArea]]
| style="text-align: center" | R
+
|  
| .
+
|  
 +
|  
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IPXV_Inst_GetMainViewFromUIObj|IPXV_Inst::GetMainViewFromUIObj]], [[PXV:IPXV_Inst_ActiveMainView|IPXV_Inst::ActiveMainView]], [[PXV:IPXV_MainFrame_View|IPXV_MainFrame::View]], [[PXV:IPXV_ShowPropsCallback_OnShowProps|IPXV_ShowPropsCallback::OnShowProps]]

Latest revision as of 06:38, 2 March 2018


IPXV MainFrame.PNG

The Main View of the IPXV_Control allows to access, control, change, remove, customize the commands, available and also to add new custom menu items.

IPXV_MainView extends IPXV_View interface.

Methods

LoadPanesLayout ResetPanesLayout

Properties

ActiveDocView Frame MenuBar PropsBar
DocViewsArea

See Also

IPXV_Inst::GetMainViewFromUIObj, IPXV_Inst::ActiveMainView, IPXV_MainFrame::View, IPXV_ShowPropsCallback::OnShowProps