Inheritance diagram for CharacterStyle:


Public Member Functions | |
| boolean | Bold () |
| void | Bold (boolean assigns b) |
| CharacterStyle | clone () |
| void | Constructor (CharacterStyle rhs) |
| void | Constructor (XMLElement inXML) |
| void | Constructor (string inFont, integer inSize, Color inColor=&c000000, boolean inBold=false, boolean inItalic=false, boolean inUnderline=false) |
| void | Constructor () |
| void | Constructor (StyleRun sr) |
| string | Description () |
| XMLElement | GetXML () |
| boolean | Italic () |
| void | Italic (boolean assigns b) |
| double | TextAscent (Graphics usingGraphics) |
| void | TextColor (color assigns c) |
| Color | TextColor () |
| void | TextFont (string assigns s) |
| string | TextFont () |
| void | TextSize (integer assigns i) |
| integer | TextSize () |
| void | ToggleBold () |
| void | ToggleItalic () |
| void | ToggleUnderline () |
| boolean | Underline () |
| void | Underline (boolean assigns b) |
Package Attributes | |
| integer | ID |
| boolean | mBold |
| string | mDescription |
| Color | mFillColor |
| boolean | mItalic |
| String | mTextFont |
| integer | mTextSize |
| boolean | mUnderline |
Private Member Functions | |
| void | GenerateDescription () |
| boolean CharacterStyle.Bold | ( | ) |
| void CharacterStyle.Bold | ( | boolean assigns | b | ) |
| CharacterStyle CharacterStyle.clone | ( | ) |
| void CharacterStyle.Constructor | ( | CharacterStyle | rhs | ) |
| void CharacterStyle.Constructor | ( | XMLElement | inXML | ) |
| void CharacterStyle.Constructor | ( | string | inFont, | |
| integer | inSize, | |||
| Color | inColor = &c000000, |
|||
| boolean | inBold = false, |
|||
| boolean | inItalic = false, |
|||
| boolean | inUnderline = false | |||
| ) |
| void CharacterStyle.Constructor | ( | ) |
| void CharacterStyle.Constructor | ( | StyleRun | sr | ) |
| string CharacterStyle.Description | ( | ) |
| void CharacterStyle.GenerateDescription | ( | ) | [private] |
| XMLElement CharacterStyle.GetXML | ( | ) |
| boolean CharacterStyle.Italic | ( | ) |
| void CharacterStyle.Italic | ( | boolean assigns | b | ) |
| double CharacterStyle.TextAscent | ( | Graphics | usingGraphics | ) |
| void CharacterStyle.TextColor | ( | color assigns | c | ) |
| Color CharacterStyle.TextColor | ( | ) |
| void CharacterStyle.TextFont | ( | string assigns | s | ) |
| string CharacterStyle.TextFont | ( | ) |
| void CharacterStyle.TextSize | ( | integer assigns | i | ) |
| integer CharacterStyle.TextSize | ( | ) |
| void CharacterStyle.ToggleBold | ( | ) |
| void CharacterStyle.ToggleItalic | ( | ) |
| void CharacterStyle.ToggleUnderline | ( | ) |
| boolean CharacterStyle.Underline | ( | ) |
| void CharacterStyle.Underline | ( | boolean assigns | b | ) |
integer CharacterStyle.ID [package] |
boolean CharacterStyle.mBold [package] |
string CharacterStyle.mDescription [package] |
Color CharacterStyle.mFillColor [package] |
boolean CharacterStyle.mItalic [package] |
String CharacterStyle.mTextFont [package] |
integer CharacterStyle.mTextSize [package] |
boolean CharacterStyle.mUnderline [package] |
1.5.1