Uses of Enum Class
org.apache.poi.xwpf.usermodel.BreakClear
Packages that use BreakClear
-
Uses of BreakClear in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return BreakClearModifier and TypeMethodDescriptionstatic BreakClear
BreakClear.valueOf
(int type) Returns the enum constant of this class with the specified name.static BreakClear
Returns the enum constant of this class with the specified name.static BreakClear[]
BreakClear.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xwpf.usermodel with parameters of type BreakClearModifier and TypeMethodDescriptionvoid
XWPFRun.addBreak
(BreakClear clear) Specifies that a break shall be placed at the current location in the run content.