public abstract class ContainerProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ContainerProperties.ContainerType |
| Constructor and Description |
|---|
ContainerProperties(ContainerProperties.ContainerType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getStyleName() |
TextAlignment |
getTextAlignment() |
ContainerProperties.ContainerType |
getType() |
boolean |
isBold() |
boolean |
isItalic() |
boolean |
isPageBreakAfter() |
boolean |
isPageBreakBefore() |
boolean |
isStrike() |
boolean |
isSubscript() |
boolean |
isSuperscript() |
boolean |
isUnderline() |
void |
setBold(boolean bold) |
void |
setItalic(boolean italic) |
void |
setPageBreakAfter(boolean pageBreakAfter) |
void |
setPageBreakBefore(boolean pageBreakBefore) |
void |
setStrike(boolean strike) |
void |
setStyleName(String styleName) |
void |
setSubscript(boolean subscript) |
void |
setSuperscript(boolean superscript) |
void |
setTextAlignment(TextAlignment textAlignment) |
void |
setUnderline(boolean underline) |
public ContainerProperties(ContainerProperties.ContainerType type)
public ContainerProperties.ContainerType getType()
public boolean isPageBreakBefore()
public void setPageBreakBefore(boolean pageBreakBefore)
public boolean isPageBreakAfter()
public void setPageBreakAfter(boolean pageBreakAfter)
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 isStrike()
public void setStrike(boolean strike)
public boolean isSubscript()
public void setSubscript(boolean subscript)
public boolean isSuperscript()
public void setSuperscript(boolean superscript)
public TextAlignment getTextAlignment()
public void setTextAlignment(TextAlignment textAlignment)
public String getStyleName()
public void setStyleName(String styleName)
Copyright © 2017. All Rights Reserved.