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

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

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

Methods in org.apache.poi.hslf.usermodel that return Placeholder
 Placeholder HSLFSimpleShape.getPlaceholder()
           
 

Methods in org.apache.poi.hslf.usermodel with parameters of type Placeholder
 void HSLFSimpleShape.setPlaceholder(Placeholder placeholder)
           
 

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

Methods in org.apache.poi.sl.usermodel that return Placeholder
 Placeholder SimpleShape.getPlaceholder()
           
static Placeholder Placeholder.lookupNative(int nativeId)
           
static Placeholder Placeholder.lookupOoxml(int ooxmlId)
           
static Placeholder Placeholder.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Placeholder[] Placeholder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

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

Methods in org.apache.poi.xslf.usermodel that return Placeholder
 Placeholder XSLFShape.getPlaceholder()
           
 Placeholder XSLFTextShape.getTextType()
           
 

Methods in org.apache.poi.xslf.usermodel with parameters of type Placeholder
protected  org.openxmlformats.schemas.drawingml.x2006.main.CTTextListStyle XSLFSlideMaster.getTextProperties(Placeholder textType)
           
protected  XSLFTextShape XSLFSheet.getTextShapeByType(Placeholder type)
           
 void XSLFTextShape.setPlaceholder(Placeholder placeholder)
           
 void XSLFSimpleShape.setPlaceholder(Placeholder placeholder)
           
protected  void XSLFShape.setPlaceholder(Placeholder placeholder)
          Specifies that the corresponding shape should be represented by the generating application as a placeholder.
 void XSLFPictureShape.setPlaceholder(Placeholder placeholder)
           
 void XSLFConnectorShape.setPlaceholder(Placeholder placeholder)
           
 void XSLFBackground.setPlaceholder(Placeholder placeholder)
           
 



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