~openerp-groupes/openobject-server/6.0-fix-setup-windows

« back to all changes in this revision

Viewing changes to bin/pychart/text_box_doc.py

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-3f10ee12cea3c4c75cef44ab04ad33ef47432907
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# automatically generated by generate_docs.py.
 
2
doc="""Attributes supported by this class are:
 
3
loc(type:tuple) default="The location of the text box.".
 
4
shadow(type:<function ShadowType at 0xb7d4db8c>) default="The value is either None or a tuple. When non-None,
 
5
a drop-shadow is drawn beneath the object. X-off, and y-off specifies the
 
6
offset of the shadow relative to the object, and fill specifies the
 
7
style of the shadow (@pxref{module-fill-style}).".
 
8
left_fudge(type:length in points (\\xref{unit})) default="The amount of space left of the box".
 
9
bottom_fudge(type:length in points (\\xref{unit})) default="The amount of space below the last line".
 
10
fill_style(type:fill_style.T) default="Specifies the fill style of the text box.".
 
11
right_fudge(type:length in points (\\xref{unit})) default="The amount of space right of the box".
 
12
top_fudge(type:length in points (\\xref{unit})) default="The amount of space (in points) above the first line".
 
13
text(type:str) default="Text body. <<font>>".
 
14
radius(type:length in points (\\xref{unit})) default="Radius of the four corners of the rectangle.
 
15
                       If the value is zero, a sharp-cornered
 
16
                       rectangle is drawn.".
 
17
line_style(type:line_style.T) default="The line style of the surrounding frame.".
 
18
_arrows(type:list) default="The list of arrows. Not to be touched by the user directly".
 
19
"""
 
20