Uses of Class
org.docx4j.wml.CTDecimalNumber
| Package | Description |
|---|---|
| org.docx4j.w15 | |
| org.docx4j.wml |
-
Uses of CTDecimalNumber in org.docx4j.w15
Methods in org.docx4j.w15 that return types with arguments of type CTDecimalNumber Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTDecimalNumber>ObjectFactory. createFootnoteColumns(CTDecimalNumber value)Methods in org.docx4j.w15 with parameters of type CTDecimalNumber Modifier and Type Method Description jakarta.xml.bind.JAXBElement<CTDecimalNumber>ObjectFactory. createFootnoteColumns(CTDecimalNumber value) -
Uses of CTDecimalNumber in org.docx4j.wml
Fields in org.docx4j.wml declared as CTDecimalNumber Modifier and Type Field Description protected CTDecimalNumberSectPr. footnoteColumnsprotected CTDecimalNumberSectPrBase. footnoteColumnsMethods in org.docx4j.wml that return CTDecimalNumber Modifier and Type Method Description CTDecimalNumberObjectFactory. createCTDecimalNumber()Create an instance ofCTDecimalNumberCTDecimalNumberSectPr. getFootnoteColumns()Gets the value of the footnoteColumns property.CTDecimalNumberSectPrBase. getFootnoteColumns()Gets the value of the footnoteColumns property.Methods in org.docx4j.wml with parameters of type CTDecimalNumber Modifier and Type Method Description voidSectPr. setFootnoteColumns(CTDecimalNumber value)Sets the value of the footnoteColumns property.voidSectPrBase. setFootnoteColumns(CTDecimalNumber value)Sets the value of the footnoteColumns property.