Uses of Class
org.docx4j.math.CTManualBreak
Packages that use CTManualBreak
-
Uses of CTManualBreak in org.docx4j.math
Fields in org.docx4j.math declared as CTManualBreakModifier and TypeFieldDescriptionprotected CTManualBreakCTBoxPr.brkprotected CTManualBreakCTRPR.brkMethods in org.docx4j.math that return CTManualBreakModifier and TypeMethodDescriptionObjectFactory.createCTManualBreak()Create an instance ofCTManualBreakCTBoxPr.getBrk()Gets the value of the brk property.CTRPR.getBrk()Gets the value of the brk property.Methods in org.docx4j.math with parameters of type CTManualBreakModifier and TypeMethodDescriptionvoidCTBoxPr.setBrk(CTManualBreak value) Sets the value of the brk property.voidCTRPR.setBrk(CTManualBreak value) Sets the value of the brk property.