Uses of Enum Class
org.docx4j.dml.STLineEndLength
Packages that use STLineEndLength
-
Uses of STLineEndLength in org.docx4j.dml
Fields in org.docx4j.dml declared as STLineEndLengthMethods in org.docx4j.dml that return STLineEndLengthModifier and TypeMethodDescriptionstatic STLineEndLengthCTLineEndProperties.getLen()Gets the value of the len property.static STLineEndLengthReturns the enum constant of this class with the specified name.static STLineEndLength[]STLineEndLength.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.docx4j.dml with parameters of type STLineEndLengthModifier and TypeMethodDescriptionvoidCTLineEndProperties.setLen(STLineEndLength value) Sets the value of the len property.