Uses of Class
org.apache.poi.sl.draw.binding.STTextShapeType
-
Packages that use STTextShapeType Package Description 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 Modifier and Type Field Description protected STTextShapeTypeCTPresetTextShape. prstMethods in org.apache.poi.sl.draw.binding that return STTextShapeType Modifier and Type Method Description static STTextShapeTypeSTTextShapeType. fromValue(java.lang.String v)STTextShapeTypeCTPresetTextShape. getPrst()Gets the value of the prst property.static STTextShapeTypeSTTextShapeType. 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 Modifier and Type Method Description voidCTPresetTextShape. setPrst(STTextShapeType value)Sets the value of the prst property.
-