Uses of Class
org.docx4j.dml.STTextAutonumberScheme
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of STTextAutonumberScheme in org.docx4j.dml
Fields in org.docx4j.dml declared as STTextAutonumberScheme Modifier and Type Field Description protected STTextAutonumberSchemeCTTextAutonumberBullet. typeMethods in org.docx4j.dml that return STTextAutonumberScheme Modifier and Type Method Description static STTextAutonumberSchemeSTTextAutonumberScheme. fromValue(java.lang.String v)STTextAutonumberSchemeCTTextAutonumberBullet. getType()Gets the value of the type property.static STTextAutonumberSchemeSTTextAutonumberScheme. valueOf(java.lang.String name)Returns 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 STTextAutonumberScheme Modifier and Type Method Description voidCTTextAutonumberBullet. setType(STTextAutonumberScheme value)Sets the value of the type property.