Uses of Enum
org.docx4j.dml.STTextAnchoringType
Packages that use STTextAnchoringType
-
Uses of STTextAnchoringType in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextAnchoringTypeModifier and TypeFieldDescriptionprotected STTextAnchoringTypeCTTableCellProperties.anchorprotected STTextAnchoringTypeCTTextBodyProperties.anchorMethods in org.docx4j.dml that return STTextAnchoringTypeModifier and TypeMethodDescriptionstatic STTextAnchoringTypeCTTableCellProperties.getAnchor()Gets the value of the anchor property.CTTextBodyProperties.getAnchor()Gets the value of the anchor property.static STTextAnchoringTypeReturns 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 STTextAnchoringTypeModifier and TypeMethodDescriptionvoidCTTableCellProperties.setAnchor(STTextAnchoringType value) Sets the value of the anchor property.voidCTTextBodyProperties.setAnchor(STTextAnchoringType value) Sets the value of the anchor property.