Uses of Class
org.apache.poi.xddf.usermodel.text.AnchorType
-
Packages that use AnchorType Package Description org.apache.poi.xddf.usermodel.text -
-
Uses of AnchorType in org.apache.poi.xddf.usermodel.text
Methods in org.apache.poi.xddf.usermodel.text that return AnchorType Modifier and Type Method Description AnchorType
XDDFBodyProperties. getAnchoring()
static AnchorType
AnchorType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AnchorType[]
AnchorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.xddf.usermodel.text with parameters of type AnchorType Modifier and Type Method Description void
XDDFBodyProperties. setAnchoring(AnchorType anchor)
-