Uses of Class
org.docx4j.math.CTChar
Packages that use CTChar
-
Uses of CTChar in org.docx4j.math
Fields in org.docx4j.math declared as CTCharModifier and TypeFieldDescriptionprotected CTCharCTDPr.begChrprotected CTCharCTAccPr.chrprotected CTCharCTGroupChrPr.chrprotected CTCharCTNaryPr.chrprotected CTCharCTDPr.endChrprotected CTCharCTDPr.sepChrMethods in org.docx4j.math that return CTCharModifier and TypeMethodDescriptionObjectFactory.createCTChar()Create an instance ofCTCharCTDPr.getBegChr()Gets the value of the begChr property.CTAccPr.getChr()Gets the value of the chr property.CTGroupChrPr.getChr()Gets the value of the chr property.CTNaryPr.getChr()Gets the value of the chr property.CTDPr.getEndChr()Gets the value of the endChr property.CTDPr.getSepChr()Gets the value of the sepChr property.Methods in org.docx4j.math with parameters of type CTCharModifier and TypeMethodDescriptionvoidSets the value of the begChr property.voidSets the value of the chr property.voidSets the value of the chr property.voidSets the value of the chr property.voidSets the value of the endChr property.voidSets the value of the sepChr property.