Uses of Class
org.docx4j.dml.CTBackgroundFormatting
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.word.x2010.wordprocessingCanvas | |
| org.docx4j.dml | |
| org.docx4j.dml.diagram |
-
Uses of CTBackgroundFormatting in org.docx4j.com.microsoft.schemas.office.word.x2010.wordprocessingCanvas
Fields in org.docx4j.com.microsoft.schemas.office.word.x2010.wordprocessingCanvas declared as CTBackgroundFormatting Modifier and Type Field Description protected CTBackgroundFormattingCTWordprocessingCanvas. bgMethods in org.docx4j.com.microsoft.schemas.office.word.x2010.wordprocessingCanvas that return CTBackgroundFormatting Modifier and Type Method Description CTBackgroundFormattingCTWordprocessingCanvas. getBg()Gets the value of the bg property.Methods in org.docx4j.com.microsoft.schemas.office.word.x2010.wordprocessingCanvas with parameters of type CTBackgroundFormatting Modifier and Type Method Description voidCTWordprocessingCanvas. setBg(CTBackgroundFormatting value)Sets the value of the bg property. -
Uses of CTBackgroundFormatting in org.docx4j.dml
Methods in org.docx4j.dml that return CTBackgroundFormatting Modifier and Type Method Description CTBackgroundFormattingObjectFactory. createCTBackgroundFormatting()Create an instance ofCTBackgroundFormatting -
Uses of CTBackgroundFormatting in org.docx4j.dml.diagram
Fields in org.docx4j.dml.diagram declared as CTBackgroundFormatting Modifier and Type Field Description protected CTBackgroundFormattingCTDataModel. bgMethods in org.docx4j.dml.diagram that return CTBackgroundFormatting Modifier and Type Method Description CTBackgroundFormattingCTDataModel. getBg()Gets the value of the bg property.Methods in org.docx4j.dml.diagram with parameters of type CTBackgroundFormatting Modifier and Type Method Description voidCTDataModel. setBg(CTBackgroundFormatting value)Sets the value of the bg property.