Uses of Class
org.docx4j.wml.CTDivs
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of CTDivs in org.docx4j.wml
Fields in org.docx4j.wml declared as CTDivs Modifier and Type Field Description protected CTDivsCTWebSettings. divsFields in org.docx4j.wml with type parameters of type CTDivs Modifier and Type Field Description protected java.util.List<CTDivs>CTDiv. divsChildMethods in org.docx4j.wml that return CTDivs Modifier and Type Method Description CTDivsObjectFactory. createCTDivs()Create an instance ofCTDivsCTDivsCTWebSettings. getDivs()Gets the value of the divs property.Methods in org.docx4j.wml that return types with arguments of type CTDivs Modifier and Type Method Description java.util.List<CTDivs>CTDiv. getDivsChild()Gets the value of the divsChild property.Methods in org.docx4j.wml with parameters of type CTDivs Modifier and Type Method Description voidCTWebSettings. setDivs(CTDivs value)Sets the value of the divs property.