Uses of Class
org.apache.poi.sl.usermodel.TextShape.TextPlaceholder

Packages that use TextShape.TextPlaceholder
org.apache.poi.hslf.usermodel   
org.apache.poi.sl.usermodel   
org.apache.poi.xslf.usermodel   
 

Uses of TextShape.TextPlaceholder in org.apache.poi.hslf.usermodel
 

Methods in org.apache.poi.hslf.usermodel that return TextShape.TextPlaceholder
 TextShape.TextPlaceholder HSLFTextShape.getTextPlaceholder()
           
 

Methods in org.apache.poi.hslf.usermodel with parameters of type TextShape.TextPlaceholder
 void HSLFTextShape.setTextPlaceholder(TextShape.TextPlaceholder placeholder)
           
 

Uses of TextShape.TextPlaceholder in org.apache.poi.sl.usermodel
 

Methods in org.apache.poi.sl.usermodel that return TextShape.TextPlaceholder
 TextShape.TextPlaceholder TextShape.getTextPlaceholder()
           
static TextShape.TextPlaceholder TextShape.TextPlaceholder.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TextShape.TextPlaceholder[] TextShape.TextPlaceholder.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 TextShape.TextPlaceholder
 void TextShape.setTextPlaceholder(TextShape.TextPlaceholder placeholder)
          Sets the text placeholder
 

Uses of TextShape.TextPlaceholder in org.apache.poi.xslf.usermodel
 

Methods in org.apache.poi.xslf.usermodel that return TextShape.TextPlaceholder
 TextShape.TextPlaceholder XSLFTextShape.getTextPlaceholder()
           
 

Methods in org.apache.poi.xslf.usermodel with parameters of type TextShape.TextPlaceholder
 void XSLFTextShape.setTextPlaceholder(TextShape.TextPlaceholder placeholder)
           
 



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