Method | Description | |
---|---|---|
AddNewForm ( string name ) : |
Adds new form to the forms collection
|
|
CreateAttribute ( string name, string prefix ) : |
Create a new XmlAttribute for this document.
|
|
CreateNode ( string name, string prefix ) : |
Create a new XmlNode for this document.
|
|
DeleteUnpackedFiles ( ) : void | ||
Dispose ( ) : void |
Releases unmanaged resources and performs other cleanup operations before the is reclaimed by garbage collection.
|
|
FindControlById ( string id ) : |
Looks for a specific control through all the forms by its ID
|
|
FindControlByName ( string name ) : |
Looks for a specific control through all the forms by its name
|
|
GetNamespaceUri ( string prefix ) : string |
Return the namespaceuri for the given prefixname.
|
|
GetObjectByName ( string ObjectName ) : |
||
Load ( string file ) : void |
Loads the document by using the specified importer.
|
|
New ( ) : |
Create a blank new document.
|
|
SaveTo ( string filename ) : void |
Save the TextDocument as OpenDocument textdocument.
|
|
SaveTo ( string filename, IExporter iExporter ) : void |
Save the document by using the passed IExporter with the passed file name.
|
|
TextDocument ( ) : System |
Create a new TextDocument object.
|
Method | Description | |
---|---|---|
AddFont ( string fontname ) : void |
Adds a font to the document. All fonts that you use within your text must be added to the document. The class FontFamilies represent all available fonts.
|
|
CreateCommonStyleContent ( ) : void |
Creates the content of the common style.
|
|
CreateContentBody ( ) : void |
Creates the content body.
|
|
CreateLocalStyleContent ( ) : void |
Creates the content of the local style.
|
|
Dispose ( bool disposing ) : void |
Disposes the specified disposing.
|
|
FormsCollection_Clear ( ) : void | ||
FormsCollection_Removed ( int index, object value ) : void | ||
ReadCommonStyles ( ) : void |
Reads the common styles.
|
public AddNewForm ( string name ) : |
||
name | string | Form name |
return |
public CreateAttribute ( string name, string prefix ) : |
||
name | string | The attributename. |
prefix | string | The prefixname. |
return |
public CreateNode ( string name, string prefix ) : |
||
name | string | The elementname. |
prefix | string | The prefix. |
return |
public FindControlById ( string id ) : |
||
id | string | Control ID |
return |
public FindControlByName ( string name ) : |
||
name | string | |
return |
public GetNamespaceUri ( string prefix ) : string | ||
prefix | string | The prefixname. |
return | string |
public GetObjectByName ( string ObjectName ) : |
||
ObjectName | string | |
return |
public SaveTo ( string filename ) : void | ||
filename | string | The filename. With or without full path. Without will save the file to application path! |
return | void |
public SaveTo ( string filename, IExporter iExporter ) : void | ||
filename | string | The name of the new file. |
iExporter | IExporter | |
return | void |