Uses of Class
org.docx4j.dml.CTDefaultShapeDefinition
Packages that use CTDefaultShapeDefinition
-
Uses of CTDefaultShapeDefinition in org.docx4j.dml
Fields in org.docx4j.dml declared as CTDefaultShapeDefinitionModifier and TypeFieldDescriptionprotected CTDefaultShapeDefinitionCTObjectStyleDefaults.lnDefprotected CTDefaultShapeDefinitionCTObjectStyleDefaults.spDefprotected CTDefaultShapeDefinitionCTObjectStyleDefaults.txDefMethods in org.docx4j.dml that return CTDefaultShapeDefinitionModifier and TypeMethodDescriptionObjectFactory.createCTDefaultShapeDefinition()Create an instance ofCTDefaultShapeDefinitionCTObjectStyleDefaults.getLnDef()Gets the value of the lnDef property.CTObjectStyleDefaults.getSpDef()Gets the value of the spDef property.CTObjectStyleDefaults.getTxDef()Gets the value of the txDef property.Methods in org.docx4j.dml with parameters of type CTDefaultShapeDefinitionModifier and TypeMethodDescriptionvoidCTObjectStyleDefaults.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.