Method | Description | |
---|---|---|
FillFromXMLDocument ( |
Fill/read the existing master page styles.
|
|
GetContentHeaderFooter ( |
Gets the content for headers and footers.
|
|
MasterPageFactory ( |
||
MoveMasterStyles ( |
Moves the master styles. We will move the whole master style and master pages stuff from the style document to the text document. This is necessary for avoiding xml document owner errors. Notice: When the document will be saved this nodes have to move back to the styles document. Otherwise they wont work resp. diplayed not correct within OpenOffice. |
|
RenameMasterStyles ( |
Rename master styles.
|
public FillFromXMLDocument ( |
||
textDocument | The owner text document. | |
return | void |
public GetContentHeaderFooter ( |
||
contentNode | The content node. | |
textDocument | The text document. | |
return | ContentCollection |
public MasterPageFactory ( |
||
dirInfo | ||
return | System |
public static MoveMasterStyles ( |
||
contentDocument | The content document. | |
nodeAutomaticStyles | The node automatic styles. | |
nodeMasterPages | The node master pages. | |
namespaceMng | The namespace MNG. | |
return | void |
public static RenameMasterStyles ( |
||
styleDocument | The style document. | |
contentDocument | The content document. | |
namespaceMng | The namespace MNG. | |
return | void |