|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Section | |
---|---|
org.odftoolkit.simple | Provide high level methods to frequently used ODF documents. |
org.odftoolkit.simple.text | Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section. |
Uses of Section in org.odftoolkit.simple |
---|
Methods in org.odftoolkit.simple that return Section | |
---|---|
Section |
TextDocument.appendSection(Section section,
boolean isResourceCopied)
Copy a section and append it at the end of the text document, whether the section is in this document or in a different document. |
Section |
Document.getSectionByName(String name)
This method will search both the document content and header/footer, return a section with a specific name. |
Methods in org.odftoolkit.simple that return types with arguments of type Section | |
---|---|
Iterator<Section> |
Document.getSectionIterator()
This method will search both the document content and header/footer, return an iterator of section objects. |
Methods in org.odftoolkit.simple with parameters of type Section | |
---|---|
Section |
TextDocument.appendSection(Section section,
boolean isResourceCopied)
Copy a section and append it at the end of the text document, whether the section is in this document or in a different document. |
Uses of Section in org.odftoolkit.simple.text |
---|
Methods in org.odftoolkit.simple.text that return Section | |
---|---|
static Section |
Section.getInstance(TextSectionElement element)
Get a section instance by an object of TextSectionElement . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |