Constructor and Description |
---|
CharacterProperties() |
Modifier and Type | Method and Description |
---|---|
CharacterProperties |
cloneAll()
Create a deep copy of the given object.
|
String |
getBGColor()
Gets the bGColor attribute of the CharacterProperties object.
|
int |
getCharSet()
Gets the charSet attribute of the CharacterProperties object.
|
String |
getColor()
Gets the color attribute of the CharacterProperties object.
|
String |
getFont()
Gets the font attribute of the CharacterProperties object.
|
String |
getHLColor()
Gets the hLColor attribute of the CharacterProperties object.
|
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 |
isHidden() |
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(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(String c)
Sets the color attribute of the CharacterProperties object.
|
void |
setFont(String f)
Sets the font attribute of the CharacterProperties object.
|
void |
setHidden(boolean h) |
void |
setHLColor(String c)
Sets the hLColor attribute of the CharacterProperties object.
|
void |
setItalic(boolean b)
Sets the italic attribute of the CharacterProperties object.
|
void |
setLanguage(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.
|
public void setBGColor(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(String c)
c
- The new color valuepublic void setFont(String f)
f
- The new font valuegetFont()
public boolean isHidden()
public void setHidden(boolean h)
public void setHLColor(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 String getBGColor()
setBGColor(java.lang.String)
public boolean isBold()
public int getCharSet()
setCharSet(int)
public String getColor()
setColor(java.lang.String)
public String getFont()
setFont(java.lang.String)
public 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 String getLanguage()
setLanguage(java.lang.String)
public void setLanguage(String language)
language
- language codegetLanguage()
public boolean isRightToLeft()
public void setRightToLeft(boolean newValue)
newValue
- boolean The new property value.public CharacterProperties cloneAll()
Copyright © 2019 Habarisoft. All rights reserved.