Uses of Interface
org.odftoolkit.simple.draw.TextboxContainer

Packages that use TextboxContainer
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 TextboxContainer in org.odftoolkit.simple.draw
 

Classes in org.odftoolkit.simple.draw that implement TextboxContainer
 class AbstractTextboxContainer
          AbstractTextboxContainer is an abstract implementation of the TextboxContainer interface, with a default implementation for every method defined in TextboxContainer, except getFrameContainerElement().
 

Methods in org.odftoolkit.simple.draw with parameters of type TextboxContainer
static Textbox Textbox.newTextbox(TextboxContainer container)
          Create an instance of frame
 

Uses of TextboxContainer in org.odftoolkit.simple.presentation
 

Classes in org.odftoolkit.simple.presentation that implement TextboxContainer
 class Slide
          Slide represents the presentation slide feature of the ODF document.
 

Uses of TextboxContainer in org.odftoolkit.simple.text
 

Classes in org.odftoolkit.simple.text that implement TextboxContainer
 class Paragraph
          This class presents paragraph element in ODF document.
 



Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.