public class Header
extends java.lang.Object
implements java.io.Externalizable
Constructor and Description |
---|
Header() |
Header(java.lang.String title) |
Modifier and Type | Method and Description |
---|---|
float |
getHeight() |
int |
getResizeType() |
boolean |
getRotateTitle() |
Style |
getStyle() |
HeaderList |
getSubHeaders() |
java.lang.String |
getTitle() |
Color |
getTitleColor() |
Font |
getTitleFont() |
TextFormat |
getTitleFormat() |
float |
getWidth() |
boolean |
isColumnHeader() |
boolean |
isRowHeader() |
void |
loadFromXml(org.w3c.dom.Element element,
XmlPersistContext context)
Loads the header from the specified
Element using
the specified context. |
void |
readExternal(java.io.ObjectInput in) |
void |
saveToXml(org.w3c.dom.Element element,
XmlPersistContext context)
Saves the header to the specified XmlElement using the specified context.
|
void |
setHeight(float value) |
void |
setResizeType(int value) |
void |
setRotateTitle(boolean value) |
void |
setStyle(Style value) |
void |
setTitle(java.lang.String value) |
void |
setTitleColor(Color value) |
void |
setTitleFont(Font value) |
void |
setTitleFormat(TextFormat value) |
void |
setWidth(float value) |
void |
writeExternal(java.io.ObjectOutput out) |
public HeaderList getSubHeaders()
public float getWidth()
public float getHeight()
public void setHeight(float value)
public void setWidth(float value)
public int getResizeType()
public void setResizeType(int value)
public java.lang.String getTitle()
public void setTitle(java.lang.String value)
public boolean getRotateTitle()
public void setRotateTitle(boolean value)
public TextFormat getTitleFormat()
public void setTitleFormat(TextFormat value)
public Font getTitleFont()
public void setTitleFont(Font value)
public Color getTitleColor()
public void setTitleColor(Color value)
public Style getStyle()
public void setStyle(Style value)
public boolean isColumnHeader()
public boolean isRowHeader()
public void saveToXml(org.w3c.dom.Element element, XmlPersistContext context)
public void loadFromXml(org.w3c.dom.Element element, XmlPersistContext context) throws java.lang.Exception
Element
using
the specified context.java.lang.Exception
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException