Свойство | Type | Description | |
---|---|---|---|
FileName | string |
Méthode | Description | |
---|---|---|
CreateNode ( string name, string prefix, |
Creates the node.
|
|
DocumentStyles ( ) : System |
Initializes a new instance of the DocumentStyles class.
|
|
GetHtmlFooter ( |
Gets the HTML footer.
|
|
GetHtmlHeader ( |
Gets the HTML header.
|
|
InsertFooter ( |
Inserts the footer.
|
|
InsertHeader ( |
Inserts the header.
|
|
InsertOfficeAutomaticStylesNode ( |
Inserts the office automatic styles node into this XML style document.
|
|
InsertOfficeMasterStylesNode ( |
Inserts the office master styles node into this XML style document.
|
|
InsertOfficeStylesNode ( |
Inserts a office styles node.
|
|
InsertOfficeStylesNode ( |
Inserts the office styles node into this XML style document.
|
|
LoadFromFile ( string file ) : void |
Loads from file.
|
|
New ( ) : void |
Load the style from assmebly resource.
|
|
New ( |
Create new document styles document and set the owner text document.
|
|
SetOutlineStyle ( int outlineLevel, string numFormat, |
Sets the outline style.
|
Méthode | Description | |
---|---|---|
InsertParagraphStyle ( |
Inserts the paragraph style.
|
public CreateNode ( string name, string prefix, |
||
name | string | The name. |
prefix | string | The prefix. |
document | The prefix. | |
Résultat |
public GetHtmlFooter ( |
||
document | The document. | |
Résultat | string |
public GetHtmlHeader ( |
||
document | The document. | |
Résultat | string |
public InsertFooter ( |
||
content | The content. | |
document | The document. | |
Résultat | void |
public InsertHeader ( |
||
content | The content. | |
document | The document. | |
Résultat | void |
public InsertOfficeAutomaticStylesNode ( |
||
aOfficeAutomaticStyleNode | A office automatic style node. | |
xmlNamespaceMng | The XML namespace MNG. | |
Résultat | void |
public InsertOfficeMasterStylesNode ( |
||
aOfficeMasterStyleNode | A office master style node. | |
xmlNamespaceMng | The XML namespace MNG. | |
Résultat | void |
public InsertOfficeStylesNode ( |
||
aStyleNode | A style node. | |
document | IDocument | The AODL document. |
Résultat | void |
public InsertOfficeStylesNode ( |
||
aStyleNode | A style node. | |
xmlNamespaceMng | The XML namespace MNG. | |
Résultat | void |
public LoadFromFile ( string file ) : void | ||
file | string | The file. |
Résultat | void |
public New ( |
||
ownerTextDocument | The owner text document. | |
Résultat | void |
public SetOutlineStyle ( int outlineLevel, string numFormat, |
||
outlineLevel | int | The outline level. |
numFormat | string | The num format. |
document | The text document. | |
Résultat | void |