| "alignment" | Read/Write | Specifies how to align the lines of text using one of the
	  Pango Alignment Constants Default value: pango.ALIGN_LEFT. Note that you probably need the 'xalign' property ofgtk.CellRendererif you want to set the horizontal alignment of the whole text.
	  This property is available in GTK+ 2.10 and above. | 
| "attributes" | Read/Write | A list of style attributes to apply to the text of the
renderer. | 
| "background" | Write | Background color as a string. Default: None | 
| "background-gdk" | Read/Write | Background color as a gtk.gdk.Color | 
| "background-set" | Read/Write | If Truethis tag affects the background
color. Default:False | 
| "editable" | Read/Write | If Truethe text can be modified by the
user. GTK+ 2.4 and above. Default:False | 
| "editable-set" | Read/Write | If Truethis tag affects the text
editability. GTK+ 2.4 and above. Default:False | 
| "ellipsize" | Read/Write | The preferred place to ellipsize the string, if the cell
renderer does not have enough room to display the entire string, if at all.
GTK+ 2.6 and above. Default: pango.ELLIPSIZE_NONE | 
| "ellipsize-set" | Read/Write | If Truethis tag affects the text
editability. Default:False | 
| "family" | Read/Write | Name of the font family, e.g. Sans, Helvetica, Times,
Monospace. Default: None | 
| "family-set" | Read/Write | If Truethis tag affects the font
family. Default:False | 
| "font" | Read/Write | Font description as a string. Default: None | 
| "font-desc" | Read/Write | Font description as a pango.FontDescription | 
| "foreground" | Write | Foreground color as a string. Default: None | 
| "foreground-gdk" | Read/Write | Foreground color as a gtk.gdk.Color | 
| "foreground-set" | Read/Write | If Truethis tag affects the foreground
color. Default:False | 
| "language" | Read/Write | The language this text is in, as an ISO code. Pango can use
this as a hint when rendering the text. If you don't understand this parameter,
you probably don't need it. GTK+ 2.4 and above. Default: None | 
| "language-set" | Read/Write | If Truethis tag affects the
language used to render the text. GTK+ 2.4 and above. Default:False | 
| "markup" | Write | Marked up text to render. Default: None | 
| "rise" | Read/Write | Offset of text above the baseline (below the baseline if
rise is negative). Default: 0 | 
| "rise-set" | Read/Write | If Truethis tag affects the
rise. Default:False | 
| "scale" | Read/Write | Font scaling factor. Allowed values >= 0.
Default: 1 | 
| "scale-set" | Read/Write | If Truethis tag scales the font.
Default:False | 
| "single-paragraph-mode" | Read/Write | If True, keep all text in a single
paragraph. GTK+ 2.4 and above. Default:False | 
| "size" | Read/Write | Font size. Allowed values >= 0. Default: 0 | 
| "size-points" | Read/Write | Font size in points. Allowed values >= 0.
Default: 0 | 
| "size-set" | Read/Write | If Truethis tag affects the font
size. Default:False | 
| "stretch" | Read/Write | Font stretch. Default: pango.STRETCH_NORMAL | 
| "stretch-set" | Read/Write | If Truethis tag affects the font
stretch. Default:False | 
| "strikethrough" | Read/Write | If Truestrike through the text.
Default:False | 
| "strikethrough-set" | Read/Write | If Truethis tag affects the
strikethrough. Default:False | 
| "style" | Read/Write | Font style. Default: pango.STYLE_NORMAL | 
| "style-set" | Read/Write | If Truethis tag affects the font
style. Default:False | 
| "text" | Read/Write | Text to render. Default: None | 
| "underline" | Read/Write | Style of underline for this text.
Default: pango.UNDERLINE_NONE | 
| "underline-set" | Read/Write | If Truethis tag affects the text
underlining. Default:False | 
| "variant" | Read/Write | Font variant. Default: pango.VARIANT_NORMAL | 
| "variant-set" | Read/Write | If Truethis tag affects the font
variant. Default:False | 
| "weight" | Read/Write | Font weight. Allowed values >= 0. Default value:
400 | 
| "weight-set" | Read/Write | If Truethis tag affects the font
weight. Default:False | 
| "width-chars" | Read/Write | The desired width of the cell, in
	  characters. If this property is set to -1, the width will be
	  calculated automatically, otherwise the cell will request either 3
	  characters or the property value, whichever is greater. GTK+ 2.6
	  and above.  Allowed values >= -1. Default value: -1 | 
| "wrap-mode" | Read-Write | Specifies how to break the string into multiple lines, if
          the cell renderer does not have enough room to display the entire
          string.  This property has no effect unless the "wrap-width"
          property is set.  This property is available in GTK+ 2.8 and
          above. | 
| "wrap-width" | Read-Write | Specifies the width at which the text is wrapped. The
          "wrap-mode" property can be used to influence at what character
          positions the line breaks can be placed.  Setting "wrap-width" to
          -1 turns wrapping off.  This property is available in GTK+ 2.8 and
          above. |