Uses of Class
org.docx4j.dml.STTextAnchoringType
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STTextAnchoringType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextAnchoringType Modifier and Type Field Description protected STTextAnchoringTypeCTTableCellProperties. anchorprotected STTextAnchoringTypeCTTextBodyProperties. anchorMethods in org.docx4j.dml that return STTextAnchoringType Modifier and Type Method Description static STTextAnchoringTypeSTTextAnchoringType. fromValue(java.lang.String v)STTextAnchoringTypeCTTableCellProperties. getAnchor()Gets the value of the anchor property.STTextAnchoringTypeCTTextBodyProperties. getAnchor()Gets the value of the anchor property.static STTextAnchoringTypeSTTextAnchoringType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STTextAnchoringType[]STTextAnchoringType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml with parameters of type STTextAnchoringType Modifier and Type Method Description voidCTTableCellProperties. setAnchor(STTextAnchoringType value)Sets the value of the anchor property.voidCTTextBodyProperties. setAnchor(STTextAnchoringType value)Sets the value of the anchor property.