public class ComponentLayout extends Object
Constructor and Description |
---|
ComponentLayout(String layout) |
Modifier and Type | Method and Description |
---|---|
String |
getFont() |
String |
getLayout() |
String |
getStyle()
get the layout as css style.
|
boolean |
isBold() |
boolean |
isCenter() |
boolean |
isItalic() |
boolean |
isJustify() |
boolean |
isLeft() |
boolean |
isLineThrough() |
boolean |
isRight() |
boolean |
isUnderline() |
void |
setBold(boolean bold) |
void |
setCenter(boolean center) |
void |
setFont(String font) |
void |
setItalic(boolean italic) |
void |
setJustify(boolean justify) |
void |
setLeft(boolean left) |
void |
setLineThrough(boolean lineTrough) |
void |
setRight(boolean right) |
void |
setUnderline(boolean underline) |
public ComponentLayout(String layout)
public String getLayout()
public boolean isLeft()
public void setLeft(boolean left)
public boolean isRight()
public void setRight(boolean right)
public boolean isCenter()
public void setCenter(boolean center)
public boolean isJustify()
public void setJustify(boolean justify)
public boolean isBold()
public void setBold(boolean bold)
public boolean isItalic()
public void setItalic(boolean italic)
public boolean isUnderline()
public void setUnderline(boolean underline)
public boolean isLineThrough()
public void setLineThrough(boolean lineTrough)
public String getFont()
public void setFont(String font)
public String getStyle()
Copyright © 2012-2018. All Rights Reserved.