Uses of Enum
org.docx4j.dml.STTextAutonumberScheme
Packages that use STTextAutonumberScheme
-
Uses of STTextAutonumberScheme in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextAutonumberSchemeMethods in org.docx4j.dml that return STTextAutonumberSchemeModifier and TypeMethodDescriptionstatic STTextAutonumberSchemeCTTextAutonumberBullet.getType()Gets the value of the type property.static STTextAutonumberSchemeReturns the enum constant of this type with the specified name.static STTextAutonumberScheme[]STTextAutonumberScheme.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 STTextAutonumberSchemeModifier and TypeMethodDescriptionvoidCTTextAutonumberBullet.setType(STTextAutonumberScheme value) Sets the value of the type property.