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

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

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

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

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

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

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

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

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



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