Uses of Interface
org.apache.poi.sl.usermodel.TextParagraph

Packages that use TextParagraph
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.draw   
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

Uses of TextParagraph in org.apache.poi.hslf.usermodel
 

Classes in org.apache.poi.hslf.usermodel that implement TextParagraph
 class HSLFTextParagraph
          This class represents a run of text in a powerpoint document.
 

Methods in org.apache.poi.hslf.usermodel that return types with arguments of type TextParagraph
 TextShape<?,? extends TextParagraph<?,?,? extends TextRun>> HSLFTextShape.getMetroShape()
          Get alternative representation of text shape stored as metro blob escher property.
 

Uses of TextParagraph in org.apache.poi.sl.draw
 

Fields in org.apache.poi.sl.draw declared as TextParagraph
protected  TextParagraph<?,?,?> DrawTextParagraph.paragraph
           
 

Methods in org.apache.poi.sl.draw that return types with arguments of type TextParagraph
protected  TextShape<?,? extends TextParagraph<?,?,? extends TextRun>> DrawFreeformShape.getShape()
           
protected  TextShape<?,? extends TextParagraph<?,?,? extends TextRun>> DrawTextShape.getShape()
           
 

Methods in org.apache.poi.sl.draw with parameters of type TextParagraph
 DrawTextParagraph DrawFactory.getDrawable(TextParagraph<?,?,?> paragraph)
           
 

Constructors in org.apache.poi.sl.draw with parameters of type TextParagraph
DrawTextParagraph(TextParagraph<?,?,?> paragraph)
           
 

Uses of TextParagraph in org.apache.poi.sl.usermodel
 

Classes in org.apache.poi.sl.usermodel with type parameters of type TextParagraph
 interface AutoShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface Background<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface ConnectorShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface FreeformShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface GraphicalFrame<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface GroupShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface Hyperlink<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
          A PowerPoint hyperlink
 interface Line<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
          Interface for Lines ...
 interface MasterSheet<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface Notes<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface PictureShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface PlaceableShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface Shadow<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface Shape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface ShapeContainer<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface Sheet<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
          Common parent of Slides, Notes and Masters
 interface SimpleShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface Slide<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface SlideShow<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface TableCell<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface TableShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 interface TextBox<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
          Represents a TextFrame shape in PowerPoint.
 interface TextParagraph<S extends Shape<S,P>,P extends TextParagraph<S,P,T>,T extends TextRun>
           
 interface TextShape<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
           
 

Methods in org.apache.poi.sl.usermodel that return types with arguments of type TextParagraph
 java.util.List<? extends TextParagraph<S,P,?>> TextShape.getTextParagraphs()
           
 

Uses of TextParagraph in org.apache.poi.xslf.usermodel
 

Classes in org.apache.poi.xslf.usermodel that implement TextParagraph
 class XSLFTextParagraph
          Represents a paragraph of text within the containing text body.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.