Uses of Class
org.apache.poi.xslf.usermodel.Placeholder

Packages that use Placeholder
org.apache.poi.xslf.usermodel   
 

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

Fields in org.apache.poi.xslf.usermodel declared as Placeholder
static Placeholder Placeholder.BODY
           
static Placeholder Placeholder.CENTERED_TITLE
           
static Placeholder Placeholder.CHART
           
static Placeholder Placeholder.CLIP_ART
           
static Placeholder Placeholder.CONTENT
           
static Placeholder Placeholder.DATETIME
           
static Placeholder Placeholder.DGM
           
static Placeholder Placeholder.FOOTER
           
static Placeholder Placeholder.HEADER
           
static Placeholder Placeholder.MEDIA
           
static Placeholder Placeholder.PICTURE
           
static Placeholder Placeholder.SLIDE_IMAGE
           
static Placeholder Placeholder.SLIDE_NUMBER
           
static Placeholder Placeholder.SUBTITLE
           
static Placeholder Placeholder.TABLE
           
static Placeholder Placeholder.TITLE
           
 

Methods in org.apache.poi.xslf.usermodel that return Placeholder
 Placeholder XSLFTextShape.getTextType()
           
static Placeholder[] Placeholder.values()
           
 

Methods in org.apache.poi.xslf.usermodel with parameters of type Placeholder
 void XSLFTextShape.setPlaceholder(Placeholder placeholder)
          Specifies that the corresponding shape should be represented by the generating application as a placeholder.