Uses of Class
org.docx4j.wml.CTBackground
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of CTBackground in org.docx4j.wml
Fields in org.docx4j.wml declared as CTBackground Modifier and Type Field Description protected CTBackgroundDocument. backgroundprotected CTBackgroundGlossaryDocument. backgroundMethods in org.docx4j.wml that return CTBackground Modifier and Type Method Description CTBackgroundObjectFactory. createCTBackground()Create an instance ofCTBackgroundCTBackgroundDocument. getBackground()Gets the value of the background property.CTBackgroundGlossaryDocument. getBackground()Gets the value of the background property.Methods in org.docx4j.wml with parameters of type CTBackground Modifier and Type Method Description voidDocument. setBackground(CTBackground value)Sets the value of the background property.voidGlossaryDocument. setBackground(CTBackground value)Sets the value of the background property.