| Package | Description |
|---|---|
| org.odftoolkit.odfdom.dom | |
| org.odftoolkit.odfdom.dom.element.office | |
| org.odftoolkit.odfdom.incubator.doc.office |
| Modifier and Type | Method and Description |
|---|---|
Map<String,StyleMasterPageElement> |
OdfSchemaDocument.getMasterPages()
ToDo: Instead of adding all elements using an index to the document, we might add a pattern to
the code generation to create a HashMap either on demand (whenever such a structure is required
from the user) or by default @Deprecated This method will be moved to the generated sources as
soon code generation was improved!
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultElementVisitor.visit(StyleMasterPageElement ele)
A method to visit "style:master-page" elements
|
| Modifier and Type | Method and Description |
|---|---|
StyleMasterPageElement |
OfficeMasterStylesElement.newStyleMasterPageElement(String styleNameValue,
String stylePageLayoutNameValue)
Create child element style:master-page.
|
| Modifier and Type | Method and Description |
|---|---|
StyleMasterPageElement |
OdfOfficeMasterStyles.getMasterPage(String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<StyleMasterPageElement> |
OdfOfficeMasterStyles.getMasterPages() |
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.