public abstract class ContainerProperties
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ContainerProperties.ContainerType |
| Constructor and Description |
|---|
ContainerProperties(ContainerProperties.ContainerType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Color |
getColor() |
java.lang.String |
getStyleName() |
TextAlignment |
getTextAlignment() |
ContainerProperties.ContainerType |
getType() |
int |
hashCode() |
boolean |
isBold() |
boolean |
isItalic() |
boolean |
isPageBreakAfter() |
boolean |
isPageBreakBefore() |
boolean |
isStrike() |
boolean |
isSubscript() |
boolean |
isSuperscript() |
boolean |
isUnderline() |
void |
setBold(boolean bold) |
void |
setColor(Color color) |
void |
setItalic(boolean italic) |
void |
setPageBreakAfter(boolean pageBreakAfter) |
void |
setPageBreakBefore(boolean pageBreakBefore) |
void |
setStrike(boolean strike) |
void |
setStyleName(java.lang.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 java.lang.String getStyleName()
public void setStyleName(java.lang.String styleName)
public Color getColor()
public void setColor(Color color)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2024. All Rights Reserved.