|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.betabeans.scroogexhtml.converter.CharacterProperties
public final class CharacterProperties
The CharacterProperties class is used to save the current state of the DOMWriter.
Constructor Summary | |
---|---|
CharacterProperties()
|
Method Summary | |
---|---|
CharacterProperties |
cloneAll()
Create a deep copy of the given object. |
void |
copyFrom(CharacterProperties acp)
Copy all character properties from an existing instance. |
java.lang.String |
getBGColor()
Gets the bGColor attribute of the CharacterProperties object. |
int |
getCharSet()
Gets the charSet attribute of the CharacterProperties object. |
java.lang.String |
getColor()
Gets the color attribute of the CharacterProperties object. |
java.lang.String |
getFont()
Gets the font attribute of the CharacterProperties object. |
java.lang.String |
getHLColor()
Gets the hLColor attribute of the CharacterProperties object. |
java.lang.String |
getLanguage()
Get the language code. |
int |
getSize()
Gets the size attribute of the CharacterProperties object. |
boolean |
isBold()
Gets the bold attribute of the CharacterProperties object. |
boolean |
isItalic()
Gets the italic attribute of the CharacterProperties object. |
boolean |
isRightToLeft()
Get the right to left property. |
boolean |
isStrike()
Gets the strike attribute of the CharacterProperties object. |
boolean |
isSubscript()
Gets the subscript attribute of the CharacterProperties object. |
boolean |
isSuperscript()
Gets the superscript attribute of the CharacterProperties object. |
boolean |
isUnderline()
Gets the underline attribute of the CharacterProperties object. |
void |
setBGColor(java.lang.String c)
Sets the bGColor attribute of the CharacterProperties object. |
void |
setBold(boolean b)
Sets the bold attribute of the CharacterProperties object. |
void |
setCharSet(int c)
Sets the charSet attribute of the CharacterProperties object. |
void |
setColor(java.lang.String c)
Sets the color attribute of the CharacterProperties object. |
void |
setFont(java.lang.String f)
Sets the font attribute of the CharacterProperties object. |
void |
setHLColor(java.lang.String c)
Sets the hLColor attribute of the CharacterProperties object. |
void |
setItalic(boolean b)
Sets the italic attribute of the CharacterProperties object. |
void |
setLanguage(java.lang.String language)
Set the language code. |
void |
setRightToLeft(boolean newValue)
Set the right to left property. |
void |
setSize(int s)
Sets the size attribute of the CharacterProperties object. |
void |
setStrike(boolean b)
Sets the strike attribute of the CharacterProperties object. |
void |
setSubscript(boolean b)
Sets the subscript attribute of the CharacterProperties object. |
void |
setSuperscript(boolean b)
Sets the superscript attribute of the CharacterProperties object. |
void |
setUnderline(boolean ul)
Sets the underline attribute of the CharacterProperties object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CharacterProperties()
Method Detail |
---|
public void setBGColor(java.lang.String c)
c
- The new bGColor valuegetBGColor()
public void setBold(boolean b)
b
- The new bold valuepublic void setCharSet(int c)
c
- The new charSet valuegetCharSet()
public void setColor(java.lang.String c)
c
- The new color valuepublic void setFont(java.lang.String f)
f
- The new font valuegetFont()
public void setHLColor(java.lang.String c)
c
- The new hLColor valuegetHLColor()
public void setItalic(boolean b)
b
- The new italic valuepublic void setSize(int s)
s
- The new size valuegetSize()
public void setStrike(boolean b)
b
- The new strike valuepublic void setSubscript(boolean b)
b
- The new subscript valuepublic void setSuperscript(boolean b)
b
- The new superscript valuepublic void setUnderline(boolean ul)
ul
- The new underline valuepublic java.lang.String getBGColor()
setBGColor(java.lang.String)
public boolean isBold()
public int getCharSet()
setCharSet(int)
public java.lang.String getColor()
setColor(java.lang.String)
public java.lang.String getFont()
setFont(java.lang.String)
public java.lang.String getHLColor()
setHLColor(java.lang.String)
public boolean isItalic()
public int getSize()
setSize(int)
public boolean isStrike()
public boolean isSubscript()
public boolean isSuperscript()
public boolean isUnderline()
public java.lang.String getLanguage()
setLanguage(java.lang.String)
public void setLanguage(java.lang.String language)
language
- language codegetLanguage()
public boolean isRightToLeft()
public void setRightToLeft(boolean newValue)
newValue
- boolean The new property value.public void copyFrom(CharacterProperties acp)
acp
- the source object which properties have to be copied.public CharacterProperties cloneAll()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |