Uses of Class
org.docx4j.wml.CTShapeDefaults
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of CTShapeDefaults in org.docx4j.wml
Fields in org.docx4j.wml declared as CTShapeDefaults Modifier and Type Field Description protected CTShapeDefaultsCTSettings. hdrShapeDefaultsprotected CTShapeDefaultsCTSettings. shapeDefaultsMethods in org.docx4j.wml that return CTShapeDefaults Modifier and Type Method Description CTShapeDefaultsObjectFactory. createCTShapeDefaults()Create an instance ofCTShapeDefaultsCTShapeDefaultsCTSettings. getHdrShapeDefaults()Gets the value of the hdrShapeDefaults property.CTShapeDefaultsCTSettings. getShapeDefaults()Gets the value of the shapeDefaults property.Methods in org.docx4j.wml with parameters of type CTShapeDefaults Modifier and Type Method Description voidCTSettings. setHdrShapeDefaults(CTShapeDefaults value)Sets the value of the hdrShapeDefaults property.voidCTSettings. setShapeDefaults(CTShapeDefaults value)Sets the value of the shapeDefaults property.