Uses of Class
org.docx4j.dml.CTDefaultShapeDefinition
| Package | Description |
|---|---|
| org.docx4j.dml |
-
Uses of CTDefaultShapeDefinition in org.docx4j.dml
Fields in org.docx4j.dml declared as CTDefaultShapeDefinition Modifier and Type Field Description protected CTDefaultShapeDefinitionCTObjectStyleDefaults. lnDefprotected CTDefaultShapeDefinitionCTObjectStyleDefaults. spDefprotected CTDefaultShapeDefinitionCTObjectStyleDefaults. txDefMethods in org.docx4j.dml that return CTDefaultShapeDefinition Modifier and Type Method Description CTDefaultShapeDefinitionObjectFactory. createCTDefaultShapeDefinition()Create an instance ofCTDefaultShapeDefinitionCTDefaultShapeDefinitionCTObjectStyleDefaults. getLnDef()Gets the value of the lnDef property.CTDefaultShapeDefinitionCTObjectStyleDefaults. getSpDef()Gets the value of the spDef property.CTDefaultShapeDefinitionCTObjectStyleDefaults. getTxDef()Gets the value of the txDef property.Methods in org.docx4j.dml with parameters of type CTDefaultShapeDefinition Modifier and Type Method Description voidCTObjectStyleDefaults. setLnDef(CTDefaultShapeDefinition value)Sets the value of the lnDef property.voidCTObjectStyleDefaults. setSpDef(CTDefaultShapeDefinition value)Sets the value of the spDef property.voidCTObjectStyleDefaults. setTxDef(CTDefaultShapeDefinition value)Sets the value of the txDef property.