|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PresentationDocument.PresentationClass | |
---|---|
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. |
Uses of PresentationDocument.PresentationClass in org.odftoolkit.simple |
---|
Methods in org.odftoolkit.simple that return PresentationDocument.PresentationClass | |
---|---|
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. |
Uses of PresentationDocument.PresentationClass in org.odftoolkit.simple.draw |
---|
Methods in org.odftoolkit.simple.draw with parameters of type PresentationDocument.PresentationClass | |
---|---|
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. |
Uses of PresentationDocument.PresentationClass in org.odftoolkit.simple.presentation |
---|
Methods in org.odftoolkit.simple.presentation with parameters of type PresentationDocument.PresentationClass | |
---|---|
List<Textbox> |
Slide.getTextboxByUsage(PresentationDocument.PresentationClass usage)
|
Uses of PresentationDocument.PresentationClass in org.odftoolkit.simple.text |
---|
Methods in org.odftoolkit.simple.text with parameters of type PresentationDocument.PresentationClass | |
---|---|
List<Textbox> |
Paragraph.getTextboxByUsage(PresentationDocument.PresentationClass usage)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |