Uses of Enum
org.docx4j.wml.STLineNumberRestart
Packages that use STLineNumberRestart
-
Uses of STLineNumberRestart in org.docx4j.wml
Fields in org.docx4j.wml declared as STLineNumberRestartMethods in org.docx4j.wml that return STLineNumberRestartModifier and TypeMethodDescriptionstatic STLineNumberRestartCTLineNumber.getRestart()Gets the value of the restart property.static STLineNumberRestartReturns the enum constant of this type with the specified name.static STLineNumberRestart[]STLineNumberRestart.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.wml with parameters of type STLineNumberRestartModifier and TypeMethodDescriptionvoidCTLineNumber.setRestart(STLineNumberRestart value) Sets the value of the restart property.