Uses of Enum
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 type with the specified name.static STLineEndLength[]STLineEndLength.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 STLineEndLengthModifier and TypeMethodDescriptionvoidCTLineEndProperties.setLen(STLineEndLength value) Sets the value of the len property.