Atk.TextAttribute Enumeration
Describes the text attributes supported

Syntax

[GLib.GType(typeof(Atk.TextAttributeGType))]
public enum TextAttribute

Remarks

Members

Member NameDescription
Invalid Invalid attribute
LeftMargin The pixel width of the left margin
RightMargin The pixel width of the right margin
Indent The number of pixels that the text is indented
Invisible Either "true" or "false" indicating whether text is visible or not
Editable Either "true" or "false" indicating whether text is editable or not
PixelsAboveLines Pixels of blank space to leave above each newline-terminated line.
PixelsBelowLines Pixels of blank space to leave below each newline-terminated line.
PixelsInsideWrap Pixels of blank space to leave between wrapped lines inside the same newline-terminated line (paragraph).
BgFullHeight"true" or "false" whether to make the background color for each character the height of the highest font used on the current line, or the height of the font used for the current character.
RiseNumber of pixels that the characters are risen above the baseline
Underline "none", "single", "double" or "low"
Strikethrough "true" or "false" whether the text is strikethrough
Size The size of the characters.
Scale The scale of the characters. The value is a string representation of a double
Weight The weight of the characters.
Language The language used
FamilyName The font family name
BgColor The background color. The value is an RGB value of the format "u,u,u"
FgColorThe foreground color. The value is an RGB value of the format "u,u,u"
BgStipple "true" if a GdkBitmap is set for stippling the background color.
FgStipple "true" if a GdkBitmap is set for stippling the foreground color.
WrapMode The wrap mode of the text, if any. Values are "none", "char" or "word"
Direction The direction of the text, if set. Values are "none", "ltr" or "rtl"
Justification The justification of the text, if set. Values are "left", "right", "center" or "fill"
StretchThe stretch of the text, if set. Values are "ultra_condensed", "extra_condensed", "condensed", "semi_condensed", "normal", "semi_expanded", "expanded", "extra_expanded" or "ultra_expanded"
Variant The capitalization variant of the text, if set. Values are "normal" or "small_caps"
Style The slant style of the text, if set. Values are "normal", "oblique" or "italic"
LastDefined not a valid text attribute, used for finding end of enumeration

Requirements

Namespace: Atk
Assembly: atk-sharp (in atk-sharp.dll)
Assembly Versions: 2.12.0.0