Uses of Class
org.docx4j.math.CTChar
| Package | Description |
|---|---|
| org.docx4j.math |
-
Uses of CTChar in org.docx4j.math
Fields in org.docx4j.math declared as CTChar Modifier and Type Field Description protected CTCharCTDPr. begChrprotected CTCharCTAccPr. chrprotected CTCharCTGroupChrPr. chrprotected CTCharCTNaryPr. chrprotected CTCharCTDPr. endChrprotected CTCharCTDPr. sepChrMethods in org.docx4j.math that return CTChar Modifier and Type Method Description CTCharObjectFactory. createCTChar()Create an instance ofCTCharCTCharCTDPr. getBegChr()Gets the value of the begChr property.CTCharCTAccPr. getChr()Gets the value of the chr property.CTCharCTGroupChrPr. getChr()Gets the value of the chr property.CTCharCTNaryPr. getChr()Gets the value of the chr property.CTCharCTDPr. getEndChr()Gets the value of the endChr property.CTCharCTDPr. getSepChr()Gets the value of the sepChr property.Methods in org.docx4j.math with parameters of type CTChar Modifier and Type Method Description voidCTDPr. setBegChr(CTChar value)Sets the value of the begChr property.voidCTAccPr. setChr(CTChar value)Sets the value of the chr property.voidCTGroupChrPr. setChr(CTChar value)Sets the value of the chr property.voidCTNaryPr. setChr(CTChar value)Sets the value of the chr property.voidCTDPr. setEndChr(CTChar value)Sets the value of the endChr property.voidCTDPr. setSepChr(CTChar value)Sets the value of the sepChr property.