Property | Type | Description | |
---|---|---|---|
StatusBar | System.Windows.Forms.StatusBar | ||
Text1 | |||
Tree |
Method | Description | |
---|---|---|
MainForm ( ) : System |
Ctor.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CollapseAll ( ) : void |
Collapses all nodes under currently selected node.
|
|
ExpandAll ( ) : void |
Expands all nodes under currently selected node.
|
|
FindAndApplyLicense ( ) : void |
Search for Aspose.Words license in the application directory. The File.Exists check is only needed in this demo so it will work Both when the license file is missing and when it is present. In your real application you just need to call SetLicense.
|
|
InitializeComponent ( ) : void | ||
LicenseAsposeWords ( string licenseFile ) : void |
This code activates Aspose.Words license. If you don't specify a license, Aspose.Words will work in evaluation mode.
|
|
OpenDocument ( ) : void |
Shows the open file dialog box and opens a document.
|
|
PrintPreview ( ) : void | ||
Remove ( ) : void |
Removes currently selected node.
|
|
RenderDocument ( ) : void | ||
Run ( ) : void | ||
SaveDocument ( ) : void |
Saves the document with the name and format provided in standard Save As dialog.
|
|
SelectOpenFileName ( ) : string |
Selects file name for a document to open or null.
|
|
SelectSaveFileName ( ) : string |
Selects file name for saving currently opened document or null.
|
|
Tree_AfterSelect ( object sender, |
Informs Item class, which provides GUI representation of a document node, That the corresponding TreeNode was selected.
|
|
Tree_BeforeExpand ( object sender, System.Windows.Forms.TreeViewCancelEventArgs e ) : void |
Informs Item class, which provides GUI representation of a document node, That the corresponding TreeNode is about being expanded.
|
|
Tree_KeyDown ( object sender, |
||
Tree_MouseDown ( object sender, |
Ensures that tree nodes are selected by right-click also.
|
|
menuAbout_Click ( object sender, |
||
menuCollapseAll_Click ( object sender, |
||
menuExit_Click ( object sender, |
||
menuExpandAll_Click ( object sender, |
||
menuOpen_Click ( object sender, |
||
menuPreview_Click ( object sender, System e ) : void | ||
menuRemoveNode_Click ( object sender, |
||
menuRender_Click ( object sender, System e ) : void | ||
menuSaveAs_Click ( object sender, |
||
toolBar1_ButtonClick ( object sender, System.Windows.Forms.ToolBarButtonClickEventArgs e ) : void |
public StatusBar,System.Windows.Forms StatusBar | ||
return | System.Windows.Forms.StatusBar |
public TextBox,System.Windows.Forms Text1 | ||
return |