Uses of Class
org.docx4j.dml.CTTextBodyProperties
-
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 CTTextBodyProperties Modifier and Type Field Description protected CTTextBodyPropertiesCTStyleEntry. bodyPrMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle that return CTTextBodyProperties Modifier and Type Method Description CTTextBodyPropertiesCTStyleEntry. getBodyPr()Gets the value of the bodyPr property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle with parameters of type CTTextBodyProperties Modifier and Type Method Description voidCTStyleEntry. 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 CTTextBodyProperties Modifier and Type Field Description protected CTTextBodyPropertiesCTWordprocessingShape. bodyPrMethods in org.docx4j.com.microsoft.schemas.office.word.x2010.wordprocessingShape that return CTTextBodyProperties Modifier and Type Method Description CTTextBodyPropertiesCTWordprocessingShape. getBodyPr()Gets the value of the bodyPr property.Methods in org.docx4j.com.microsoft.schemas.office.word.x2010.wordprocessingShape with parameters of type CTTextBodyProperties Modifier and Type Method Description voidCTWordprocessingShape. setBodyPr(CTTextBodyProperties value)Sets the value of the bodyPr property. -
Uses of CTTextBodyProperties in org.docx4j.dml
Fields in org.docx4j.dml declared as CTTextBodyProperties Modifier and Type Field Description protected CTTextBodyPropertiesCTDefaultShapeDefinition. bodyPrprotected CTTextBodyPropertiesCTTextBody. bodyPrMethods in org.docx4j.dml that return CTTextBodyProperties Modifier and Type Method Description CTTextBodyPropertiesObjectFactory. createCTTextBodyProperties()Create an instance ofCTTextBodyPropertiesCTTextBodyPropertiesCTDefaultShapeDefinition. getBodyPr()Gets the value of the bodyPr property.CTTextBodyPropertiesCTTextBody. getBodyPr()Gets the value of the bodyPr property.Methods in org.docx4j.dml with parameters of type CTTextBodyProperties Modifier and Type Method Description voidCTDefaultShapeDefinition. setBodyPr(CTTextBodyProperties value)Sets the value of the bodyPr property.voidCTTextBody. setBodyPr(CTTextBodyProperties value)Sets the value of the bodyPr property.