Home | Trees | Index | Help |
|
---|
Package wx :: Module richtext :: Class TextAttrEx |
|
object
--+
|
TextAttrEx
The TextAttrEx class stores information about the various attributes for a block of text, including font, colour, indents, alignments, and etc.
Method Summary | |
---|---|
TextAttrEx |
The TextAttrEx class stores information about the various attributes for a block of text, including font, colour, indents, alignments, and etc. |
__del__(self)
| |
TextAttrEx | CombineEx(attr,
attrDef,
text)
(Static method) |
Copy(self,
attr)
| |
int | GetAlignment(self)
|
Colour | GetBackgroundColour(self)
|
String | GetBulletFont(self)
|
String | GetBulletName(self)
|
int | GetBulletNumber(self)
|
int | GetBulletStyle(self)
|
String | GetBulletText(self)
|
String | GetCharacterStyleName(self)
|
long | GetFlags(self)
|
Font | GetFont(self)
|
long | GetLeftIndent(self)
|
long | GetLeftSubIndent(self)
|
int | GetLineSpacing(self)
|
String | GetListStyleName(self)
|
int | GetOutlineLevel(self)
|
int | GetParagraphSpacingAfter(self)
|
int | GetParagraphSpacingBefore(self)
|
String | GetParagraphStyleName(self)
|
long | GetRightIndent(self)
|
wxArrayInt | GetTabs(self)
|
Colour | GetTextColour(self)
|
int | GetTextEffectFlags(self)
|
int | GetTextEffects(self)
|
String | GetURL(self)
|
bool | HasAlignment(self)
|
bool | HasBackgroundColour(self)
|
bool | HasBulletName(self)
|
bool | HasBulletNumber(self)
|
bool | HasBulletStyle(self)
|
bool | HasBulletText(self)
|
bool | HasCharacterStyleName(self)
|
bool | HasFlag(self,
flag)
|
bool | HasFont(self)
|
bool | HasFontFaceName(self)
|
bool | HasFontItalic(self)
|
bool | HasFontSize(self)
|
bool | HasFontUnderlined(self)
|
bool | HasFontWeight(self)
|
bool | HasLeftIndent(self)
|
bool | HasLineSpacing(self)
|
bool | HasListStyleName(self)
|
bool | HasOutlineLevel(self)
|
bool | HasPageBreak(self)
|
bool | HasParagraphSpacingAfter(self)
|
bool | HasParagraphSpacingBefore(self)
|
bool | HasParagraphStyleName(self)
|
bool | HasRightIndent(self)
|
bool | HasTabs(self)
|
bool | HasTextColour(self)
|
bool | HasTextEffect(self,
effect)
|
bool | HasTextEffects(self)
|
bool | HasURL(self)
|
Init(self)
| |
bool | IsCharacterStyle(self)
|
bool | IsDefault(self)
|
bool | IsParagraphStyle(self)
|
SetAlignment(self,
alignment)
| |
SetBackgroundColour(self,
colBack)
| |
SetBulletFont(self,
bulletFont)
| |
SetBulletName(self,
name)
| |
SetBulletNumber(self,
n)
| |
SetBulletStyle(self,
style)
| |
SetBulletText(self,
text)
| |
SetCharacterStyleName(self,
name)
| |
SetFlags(self,
flags)
| |
SetFont(self,
font,
flags)
| |
SetFontFaceName(self,
faceName)
| |
SetFontSize(self,
pointSize)
| |
SetFontStyle(self,
fontStyle)
| |
SetFontUnderlined(self,
underlined)
| |
SetFontWeight(self,
fontWeight)
| |
SetLeftIndent(self,
indent,
subIndent)
| |
SetLineSpacing(self,
spacing)
| |
SetListStyleName(self,
name)
| |
SetOutlineLevel(self,
level)
| |
SetPageBreak(self,
pageBreak)
| |
SetParagraphSpacingAfter(self,
spacing)
| |
SetParagraphSpacingBefore(self,
spacing)
| |
SetParagraphStyleName(self,
name)
| |
SetRightIndent(self,
indent)
| |
SetTabs(self,
tabs)
| |
SetTextColour(self,
colText)
| |
SetTextEffectFlags(self,
effects)
| |
SetTextEffects(self,
effects)
| |
SetURL(self,
url)
|
Property Summary | |
---|---|
Alignment : GetAlignment(self) -> int | |
BackgroundColour : GetBackgroundColour(self) -> Colour | |
BulletFont : GetBulletFont(self) -> String | |
BulletName : GetBulletName(self) -> String | |
BulletNumber : GetBulletNumber(self) -> int | |
BulletStyle : GetBulletStyle(self) -> int | |
BulletText : GetBulletText(self) -> String | |
CharacterStyleName : GetCharacterStyleName(self) -> String | |
Flags : GetFlags(self) -> long | |
Font : GetFont(self) -> Font | |
LeftIndent : GetLeftIndent(self) -> long | |
LeftSubIndent : GetLeftSubIndent(self) -> long | |
LineSpacing : GetLineSpacing(self) -> int | |
ListStyleName : GetListStyleName(self) -> String | |
OutlineLevel : GetOutlineLevel(self) -> int | |
ParagraphSpacingAfter : GetParagraphSpacingAfter(self) -> int | |
ParagraphSpacingBefore : GetParagraphSpacingBefore(self) -> int | |
ParagraphStyleName : GetParagraphStyleName(self) -> String | |
RightIndent : GetRightIndent(self) -> long | |
Tabs : GetTabs(self) -> wxArrayInt | |
TextColour : GetTextColour(self) -> Colour | |
TextEffectFlags : GetTextEffectFlags(self) -> int | |
TextEffects : GetTextEffects(self) -> int | |
thisown : The membership flag | |
URL : GetURL(self) -> String |
Instance Method Details |
---|
__init__(self)
|
Property Details |
---|
AlignmentGetAlignment(self) -> int
|
BackgroundColourGetBackgroundColour(self) -> Colour
|
BulletFontGetBulletFont(self) -> String
|
BulletNameGetBulletName(self) -> String
|
BulletNumberGetBulletNumber(self) -> int
|
BulletStyleGetBulletStyle(self) -> int
|
BulletTextGetBulletText(self) -> String
|
CharacterStyleNameGetCharacterStyleName(self) -> String
|
FlagsGetFlags(self) -> long |
FontGetFont(self) -> Font |
LeftIndentGetLeftIndent(self) -> long
|
LeftSubIndentGetLeftSubIndent(self) -> long
|
LineSpacingGetLineSpacing(self) -> int
|
ListStyleNameGetListStyleName(self) -> String
|
OutlineLevelGetOutlineLevel(self) -> int
|
ParagraphSpacingAfterGetParagraphSpacingAfter(self) -> int
|
ParagraphSpacingBeforeGetParagraphSpacingBefore(self) -> int
|
ParagraphStyleNameGetParagraphStyleName(self) -> String
|
RightIndentGetRightIndent(self) -> long
|
TabsGetTabs(self) -> wxArrayInt |
TextColourGetTextColour(self) -> Colour
|
TextEffectFlagsGetTextEffectFlags(self) -> int
|
TextEffectsGetTextEffects(self) -> int
|
thisownThe membership flag
|
URLGetURL(self) -> String |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:55:20 2009 | http://epydoc.sf.net |