Package | Description |
---|---|
org.odftoolkit.simple |
Provide high level methods to frequently used ODF documents.
|
org.odftoolkit.simple.draw |
Provide high level methods to manipulate draw frame and text box.
|
org.odftoolkit.simple.presentation |
Provide high level methods to ODF presentation documents.
|
org.odftoolkit.simple.text |
Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section.
|
Modifier and Type | Method and Description |
---|---|
static PresentationDocument.PresentationClass |
PresentationDocument.PresentationClass.enumValueOf(String aValue) |
static PresentationDocument.PresentationClass |
PresentationDocument.PresentationClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PresentationDocument.PresentationClass[] |
PresentationDocument.PresentationClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<Frame> |
AbstractFrameContainer.getFrameByPresentationclass(PresentationDocument.PresentationClass usage)
Return a list of frame whose usage (specified with "presentation:class") is a given value.
|
List<Textbox> |
AbstractTextboxContainer.getTextboxByUsage(PresentationDocument.PresentationClass usage)
This method is only useful for presentation slides.
|
List<Textbox> |
TextboxContainer.getTextboxByUsage(PresentationDocument.PresentationClass usage)
This method is only useful in presentation slide.
|
Modifier and Type | Method and Description |
---|---|
List<Textbox> |
Slide.getTextboxByUsage(PresentationDocument.PresentationClass usage) |
Modifier and Type | Method and Description |
---|---|
List<Textbox> |
Paragraph.getTextboxByUsage(PresentationDocument.PresentationClass usage) |
Copyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.