Uses of Class
org.docx4j.wml.CTBackground
Packages that use CTBackground
-
Uses of CTBackground in org.docx4j.wml
Fields in org.docx4j.wml declared as CTBackgroundModifier and TypeFieldDescriptionprotected CTBackgroundDocument.backgroundprotected CTBackgroundGlossaryDocument.backgroundMethods in org.docx4j.wml that return CTBackgroundModifier and TypeMethodDescriptionObjectFactory.createCTBackground()Create an instance ofCTBackgroundDocument.getBackground()Gets the value of the background property.GlossaryDocument.getBackground()Gets the value of the background property.Methods in org.docx4j.wml with parameters of type CTBackgroundModifier and TypeMethodDescriptionvoidDocument.setBackground(CTBackground value) Sets the value of the background property.voidGlossaryDocument.setBackground(CTBackground value) Sets the value of the background property.