odoo/bin/pychart/text_box_doc.py

22 lines
1.4 KiB
Python

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