Uses of Class
org.docx4j.dml.CTTextCharacterProperties
Packages that use CTTextCharacterProperties
-
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 CTTextCharacterPropertiesMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle that return CTTextCharacterPropertiesModifier and TypeMethodDescriptionCTStyleEntry.getDefRPr()Gets the value of the defRPr property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle with parameters of type CTTextCharacterPropertiesModifier and TypeMethodDescriptionvoidCTStyleEntry.setDefRPr(CTTextCharacterProperties value) Sets the value of the defRPr property. -
Uses of CTTextCharacterProperties in org.docx4j.dml
Fields in org.docx4j.dml declared as CTTextCharacterPropertiesModifier and TypeFieldDescriptionprotected CTTextCharacterPropertiesCTTextParagraphProperties.defRPrprotected CTTextCharacterPropertiesCTTextParagraph.endParaRPrprotected CTTextCharacterPropertiesCTRegularTextRun.rPrprotected CTTextCharacterPropertiesCTTextField.rPrprotected CTTextCharacterPropertiesCTTextLineBreak.rPrMethods in org.docx4j.dml that return CTTextCharacterPropertiesModifier and TypeMethodDescriptionObjectFactory.createCTTextCharacterProperties()Create an instance ofCTTextCharacterPropertiesCTTextParagraphProperties.getDefRPr()Gets the value of the defRPr property.CTTextParagraph.getEndParaRPr()Gets the value of the endParaRPr property.CTRegularTextRun.getRPr()Gets the value of the rPr property.CTTextField.getRPr()Gets the value of the rPr property.CTTextLineBreak.getRPr()Gets the value of the rPr property.Methods in org.docx4j.dml with parameters of type CTTextCharacterPropertiesModifier and TypeMethodDescriptionvoidCTTextParagraphProperties.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.