Uses of Class
org.docx4j.dml.CTTextCharacterProperties
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle | |
| org.docx4j.dml |
-
Uses of CTTextCharacterProperties in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle declared as CTTextCharacterProperties Modifier and Type Field Description protected CTTextCharacterPropertiesCTStyleEntry. defRPrMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle that return CTTextCharacterProperties Modifier and Type Method Description CTTextCharacterPropertiesCTStyleEntry. getDefRPr()Gets the value of the defRPr property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle with parameters of type CTTextCharacterProperties Modifier and Type Method Description voidCTStyleEntry. setDefRPr(CTTextCharacterProperties value)Sets the value of the defRPr property. -
Uses of CTTextCharacterProperties in org.docx4j.dml
Fields in org.docx4j.dml declared as CTTextCharacterProperties Modifier and Type Field Description protected CTTextCharacterPropertiesCTTextParagraphProperties. defRPrprotected CTTextCharacterPropertiesCTTextParagraph. endParaRPrprotected CTTextCharacterPropertiesCTRegularTextRun. rPrprotected CTTextCharacterPropertiesCTTextField. rPrprotected CTTextCharacterPropertiesCTTextLineBreak. rPrMethods in org.docx4j.dml that return CTTextCharacterProperties Modifier and Type Method Description CTTextCharacterPropertiesObjectFactory. createCTTextCharacterProperties()Create an instance ofCTTextCharacterPropertiesCTTextCharacterPropertiesCTTextParagraphProperties. getDefRPr()Gets the value of the defRPr property.CTTextCharacterPropertiesCTTextParagraph. getEndParaRPr()Gets the value of the endParaRPr property.CTTextCharacterPropertiesCTRegularTextRun. getRPr()Gets the value of the rPr property.CTTextCharacterPropertiesCTTextField. getRPr()Gets the value of the rPr property.CTTextCharacterPropertiesCTTextLineBreak. getRPr()Gets the value of the rPr property.Methods in org.docx4j.dml with parameters of type CTTextCharacterProperties Modifier and Type Method Description voidCTTextParagraphProperties. setDefRPr(CTTextCharacterProperties value)Sets the value of the defRPr property.voidCTTextParagraph. setEndParaRPr(CTTextCharacterProperties value)Sets the value of the endParaRPr property.voidCTRegularTextRun. setRPr(CTTextCharacterProperties value)Sets the value of the rPr property.voidCTTextField. setRPr(CTTextCharacterProperties value)Sets the value of the rPr property.voidCTTextLineBreak. setRPr(CTTextCharacterProperties value)Sets the value of the rPr property.