Uses of Class
org.docx4j.dml.CTTextBodyProperties
Packages that use CTTextBodyProperties
Package
Description
-
Uses of CTTextBodyProperties in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle declared as CTTextBodyPropertiesMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle that return CTTextBodyPropertiesModifier and TypeMethodDescriptionCTStyleEntry.getBodyPr()Gets the value of the bodyPr property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle with parameters of type CTTextBodyPropertiesModifier and TypeMethodDescriptionvoidCTStyleEntry.setBodyPr(CTTextBodyProperties value) Sets the value of the bodyPr property. -
Uses of CTTextBodyProperties in org.docx4j.com.microsoft.schemas.office.word.x2010.wordprocessingShape
Fields in org.docx4j.com.microsoft.schemas.office.word.x2010.wordprocessingShape declared as CTTextBodyPropertiesMethods in org.docx4j.com.microsoft.schemas.office.word.x2010.wordprocessingShape that return CTTextBodyPropertiesModifier and TypeMethodDescriptionCTWordprocessingShape.getBodyPr()Gets the value of the bodyPr property.Methods in org.docx4j.com.microsoft.schemas.office.word.x2010.wordprocessingShape with parameters of type CTTextBodyPropertiesModifier and TypeMethodDescriptionvoidCTWordprocessingShape.setBodyPr(CTTextBodyProperties value) Sets the value of the bodyPr property. -
Uses of CTTextBodyProperties in org.docx4j.dml
Fields in org.docx4j.dml declared as CTTextBodyPropertiesModifier and TypeFieldDescriptionprotected CTTextBodyPropertiesCTDefaultShapeDefinition.bodyPrprotected CTTextBodyPropertiesCTTextBody.bodyPrMethods in org.docx4j.dml that return CTTextBodyPropertiesModifier and TypeMethodDescriptionObjectFactory.createCTTextBodyProperties()Create an instance ofCTTextBodyPropertiesCTDefaultShapeDefinition.getBodyPr()Gets the value of the bodyPr property.CTTextBody.getBodyPr()Gets the value of the bodyPr property.Methods in org.docx4j.dml with parameters of type CTTextBodyPropertiesModifier and TypeMethodDescriptionvoidCTDefaultShapeDefinition.setBodyPr(CTTextBodyProperties value) Sets the value of the bodyPr property.voidCTTextBody.setBodyPr(CTTextBodyProperties value) Sets the value of the bodyPr property.