Uses of Class
org.apache.poi.sl.draw.binding.STTextShapeType

Packages that use STTextShapeType
org.apache.poi.sl.draw.binding   
 

Uses of STTextShapeType in org.apache.poi.sl.draw.binding
 

Fields in org.apache.poi.sl.draw.binding declared as STTextShapeType
protected  STTextShapeType CTPresetTextShape.prst
           
 

Methods in org.apache.poi.sl.draw.binding that return STTextShapeType
static STTextShapeType STTextShapeType.fromValue(java.lang.String v)
           
 STTextShapeType CTPresetTextShape.getPrst()
          Gets the value of the prst property.
static STTextShapeType STTextShapeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static STTextShapeType[] STTextShapeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.poi.sl.draw.binding with parameters of type STTextShapeType
 void CTPresetTextShape.setPrst(STTextShapeType value)
          Sets the value of the prst property.
 



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