Uses of Class
org.docx4j.wml.CTNumRestart
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of CTNumRestart in org.docx4j.wml
Fields in org.docx4j.wml declared as CTNumRestart Modifier and Type Field Description protected CTNumRestartCTEdnProps. numRestartprotected CTNumRestartCTFtnProps. numRestartMethods in org.docx4j.wml that return CTNumRestart Modifier and Type Method Description CTNumRestartObjectFactory. createCTNumRestart()Create an instance ofCTNumRestartCTNumRestartCTEdnProps. getNumRestart()Gets the value of the numRestart property.CTNumRestartCTFtnProps. getNumRestart()Gets the value of the numRestart property.Methods in org.docx4j.wml with parameters of type CTNumRestart Modifier and Type Method Description voidCTEdnProps. setNumRestart(CTNumRestart value)Sets the value of the numRestart property.voidCTFtnProps. setNumRestart(CTNumRestart value)Sets the value of the numRestart property.