Uses of Enum
org.docx4j.dml.STLineEndType
Packages that use STLineEndType
-
Uses of STLineEndType in org.docx4j.dml
Fields in org.docx4j.dml declared as STLineEndTypeMethods in org.docx4j.dml that return STLineEndTypeModifier and TypeMethodDescriptionstatic STLineEndTypeCTLineEndProperties.getType()Gets the value of the type property.static STLineEndTypeReturns the enum constant of this type with the specified name.static STLineEndType[]STLineEndType.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 STLineEndTypeModifier and TypeMethodDescriptionvoidCTLineEndProperties.setType(STLineEndType value) Sets the value of the type property.