Uses of Class
org.docx4j.wml.CTNumRestart
Packages that use CTNumRestart
-
Uses of CTNumRestart in org.docx4j.wml
Fields in org.docx4j.wml declared as CTNumRestartModifier and TypeFieldDescriptionprotected CTNumRestartCTEdnProps.numRestartprotected CTNumRestartCTFtnProps.numRestartMethods in org.docx4j.wml that return CTNumRestartModifier and TypeMethodDescriptionObjectFactory.createCTNumRestart()Create an instance ofCTNumRestartCTEdnProps.getNumRestart()Gets the value of the numRestart property.CTFtnProps.getNumRestart()Gets the value of the numRestart property.Methods in org.docx4j.wml with parameters of type CTNumRestartModifier and TypeMethodDescriptionvoidCTEdnProps.setNumRestart(CTNumRestart value) Sets the value of the numRestart property.voidCTFtnProps.setNumRestart(CTNumRestart value) Sets the value of the numRestart property.