Uses of Class
org.apache.poi.hslf.usermodel.HSLFTextShape

Packages that use HSLFTextShape
org.apache.poi.hslf.model   
org.apache.poi.hslf.usermodel   
 

Uses of HSLFTextShape in org.apache.poi.hslf.model
 

Subclasses of HSLFTextShape in org.apache.poi.hslf.model
 class Polygon
          A simple closed polygon shape
 

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

Subclasses of HSLFTextShape in org.apache.poi.hslf.usermodel
 class HSLFAutoShape
          Represents an AutoShape.
 class HSLFFreeformShape
          A "Freeform" shape.
 class HSLFLine
          Represents a line in a PowerPoint drawing
 class HSLFPlaceholder
          Represents a Placeholder in PowerPoint.
 class HSLFTableCell
          Represents a cell in a ppt table
 class HSLFTextBox
          Represents a TextFrame shape in PowerPoint.
 

Fields in org.apache.poi.hslf.usermodel declared as HSLFTextShape
protected  HSLFTextShape HSLFTextParagraph._parentShape
           
 

Methods in org.apache.poi.hslf.usermodel that return HSLFTextShape
 HSLFTextShape HSLFTextParagraph.getParentShape()
           
 HSLFTextShape HSLFSheet.getPlaceholderByTextType(int type)
          Return placeholder by text type
 

Methods in org.apache.poi.hslf.usermodel with parameters of type HSLFTextShape
static java.util.List<HSLFHyperlink> HSLFHyperlink.find(HSLFTextShape shape)
          Find hyperlinks in a text shape
protected  void HSLFSheet.onAddTextShape(HSLFTextShape shape)
          Subclasses should call this method and update the array of text runs when a text shape is added
protected  void HSLFSlide.onAddTextShape(HSLFTextShape shape)
           
protected  void HSLFSlideMaster.onAddTextShape(HSLFTextShape shape)
           
 void HSLFTextParagraph.setParentShape(HSLFTextShape parentShape)
           
 



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