Uses of Class
org.docx4j.wml.CTEdnProps.NumStart
Packages that use CTEdnProps.NumStart
-
Uses of CTEdnProps.NumStart in org.docx4j.wml
Fields in org.docx4j.wml declared as CTEdnProps.NumStartModifier and TypeFieldDescriptionprotected CTEdnProps.NumStartCTEdnProps.numStartprotected CTEdnProps.NumStartCTFtnProps.numStartMethods in org.docx4j.wml that return CTEdnProps.NumStartModifier and TypeMethodDescriptionObjectFactory.createCTEdnPropsNumStart()Create an instance ofCTEdnProps.NumStartCTEdnProps.getNumStart()Gets the value of the numStart property.CTFtnProps.getNumStart()Gets the value of the numStart property.Methods in org.docx4j.wml with parameters of type CTEdnProps.NumStartModifier and TypeMethodDescriptionvoidCTEdnProps.setNumStart(CTEdnProps.NumStart value) Sets the value of the numStart property.voidCTFtnProps.setNumStart(CTEdnProps.NumStart value) Sets the value of the numStart property.