Package org.loboevolution.html.renderer
Class LineBreak
java.lang.Object
org.loboevolution.html.renderer.LineBreak
LineBreak class.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
getBreakType
(String clearAttr) Getter for the field breakType.
-
Field Details
-
LEFT
public static final int LEFTConstant LEFT=1- See Also:
-
NONE
public static final int NONEConstant NONE=0- See Also:
-
RIGHT
public static final int RIGHTConstant RIGHT=2- See Also:
-
BOTH
public static final int BOTHConstant BOTH=3- See Also:
-
-
Constructor Details
-
Method Details