The RichTextAttr class stored information about the various attributes
for a block of text, including font, colour, indents, alignments, and
etc.
Method Summary |
RichTextAttr |
__init__ (self,
colText,
colBack,
alignment)
The RichTextAttr class stored information about the various attributes
for a block of text, including font, colour, indents, alignments, and
etc. |
|
__del__(self)
|
Font |
CreateFont(self)
|
int |
GetAlignment(self)
|
Colour |
GetBackgroundColour(self)
|
String |
GetBulletFont(self)
|
int |
GetBulletNumber(self)
|
int |
GetBulletStyle(self)
|
String |
GetBulletText(self)
|
String |
GetCharacterStyleName(self)
|
long |
GetFlags(self)
|
|
GetFont(self)
|
bool |
GetFontAttributes(self,
font)
|
String |
GetFontFaceName(self)
|
int |
GetFontSize(self)
|
int |
GetFontStyle(self)
|
bool |
GetFontUnderlined(self)
|
int |
GetFontWeight(self)
|
long |
GetLeftIndent(self)
|
long |
GetLeftSubIndent(self)
|
int |
GetLineSpacing(self)
|
int |
GetParagraphSpacingAfter(self)
|
int |
GetParagraphSpacingBefore(self)
|
String |
GetParagraphStyleName(self)
|
long |
GetRightIndent(self)
|
wxArrayInt |
GetTabs(self)
|
Colour |
GetTextColour(self)
|
bool |
HasAlignment(self)
|
bool |
HasBackgroundColour(self)
|
bool |
HasBulletNumber(self)
|
bool |
HasBulletStyle(self)
|
bool |
HasBulletText(self)
|
bool |
HasCharacterStyleName(self)
|
bool |
HasFlag(self,
flag)
|
bool |
HasFont(self)
|
bool |
HasLeftIndent(self)
|
bool |
HasLineSpacing(self)
|
bool |
HasParagraphSpacingAfter(self)
|
bool |
HasParagraphSpacingBefore(self)
|
bool |
HasParagraphStyleName(self)
|
bool |
HasRightIndent(self)
|
bool |
HasTabs(self)
|
bool |
HasTextColour(self)
|
bool |
IsCharacterStyle(self)
|
bool |
IsDefault(self)
|
bool |
IsParagraphStyle(self)
|
|
SetAlignment(self,
alignment)
|
|
SetBackgroundColour(self,
colBack)
|
|
SetBulletFont(self,
bulletFont)
|
|
SetBulletNumber(self,
n)
|
|
SetBulletStyle(self,
style)
|
|
SetBulletText(self,
symbol)
|
|
SetCharacterStyleName(self,
name)
|
|
SetFlags(self,
flags)
|
|
SetFont(self,
font)
|
|
SetFontFaceName(self,
faceName)
|
|
SetFontSize(self,
pointSize)
|
|
SetFontStyle(self,
fontStyle)
|
|
SetFontUnderlined(self,
underlined)
|
|
SetFontWeight(self,
fontWeight)
|
|
SetLeftIndent(self,
indent,
subIndent)
|
|
SetLineSpacing(self,
spacing)
|
|
SetParagraphSpacingAfter(self,
spacing)
|
|
SetParagraphSpacingBefore(self,
spacing)
|
|
SetParagraphStyleName(self,
name)
|
|
SetRightIndent(self,
indent)
|
|
SetTabs(self,
tabs)
|
|
SetTextColour(self,
colText)
|