Public Member Functions | |
def | __init__ |
def | __str__ |
def | setAttrib |
def | setText |
Public Attributes | |
text | |
Static Public Attributes | |
string | ALIGN = "ALIGN" |
string | BALIGN = "BALIGN" |
string | BGCOLOR = "BGCOLOR" |
string | BORDER = "BORDER" |
string | CELLPADDING = "CELLPADDING" |
string | CELLSPACING = "CELLSPACING" |
string | COLOR = "COLOR" |
string | COLSPAN = "COLSPAN" |
string | FIXEDSIZE = "FIXEDSIZE" |
string | GRADIENTANGLE = "GRADIENTANGLE" |
string | HEIGHT = "HEIGHT" |
string | HREF = "HREF" |
string | ID = "ID" |
string | PORT = "PORT" |
string | ROWSPAN = "ROWSPAN" |
string | SIDES = "SIDES" |
string | STYLE = "STYLE" |
string | TARGET = "TARGET" |
string | TITLE = "TITLE" |
string | TOOLTIP = "TOOLTIP" |
string | VALIGN = "VALIGN" |
string | WIDTH = "WIDTH" |
Static Private Attributes | |
list | __ATTRIB_KEYS__ |
Definition at line 46 of file digraph.py.
def airbus_docgen.digraph.digraph.TD.__init__ | ( | self | ) |
Definition at line 76 of file digraph.py.
def airbus_docgen.digraph.digraph.TD.__str__ | ( | self | ) |
Definition at line 88 of file digraph.py.
def airbus_docgen.digraph.digraph.TD.setAttrib | ( | self, | |
key, | |||
value | |||
) |
Definition at line 79 of file digraph.py.
def airbus_docgen.digraph.digraph.TD.setText | ( | self, | |
text | |||
) |
Definition at line 85 of file digraph.py.
list airbus_docgen::digraph::digraph.TD::__ATTRIB_KEYS__ [static, private] |
[ALIGN,BALIGN,BGCOLOR,BORDER,CELLPADDING,CELLSPACING, COLOR,COLSPAN,FIXEDSIZE,GRADIENTANGLE,HEIGHT,HREF, ID,PORT,ROWSPAN,SIDES,STYLE,TARGET,TITLE,TOOLTIP, VALIGN, WIDTH]
Definition at line 71 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::ALIGN = "ALIGN" [static] |
Definition at line 48 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::BALIGN = "BALIGN" [static] |
Definition at line 49 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::BGCOLOR = "BGCOLOR" [static] |
Definition at line 50 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::BORDER = "BORDER" [static] |
Definition at line 51 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::CELLPADDING = "CELLPADDING" [static] |
Definition at line 52 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::CELLSPACING = "CELLSPACING" [static] |
Definition at line 53 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::COLOR = "COLOR" [static] |
Definition at line 54 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::COLSPAN = "COLSPAN" [static] |
Definition at line 55 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::FIXEDSIZE = "FIXEDSIZE" [static] |
Definition at line 56 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::GRADIENTANGLE = "GRADIENTANGLE" [static] |
Definition at line 57 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::HEIGHT = "HEIGHT" [static] |
Definition at line 58 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::HREF = "HREF" [static] |
Definition at line 59 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::ID = "ID" [static] |
Definition at line 60 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::PORT = "PORT" [static] |
Definition at line 61 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::ROWSPAN = "ROWSPAN" [static] |
Definition at line 62 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::SIDES = "SIDES" [static] |
Definition at line 63 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::STYLE = "STYLE" [static] |
Definition at line 64 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::TARGET = "TARGET" [static] |
Definition at line 65 of file digraph.py.
Definition at line 85 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::TITLE = "TITLE" [static] |
Definition at line 66 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::TOOLTIP = "TOOLTIP" [static] |
Definition at line 67 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::VALIGN = "VALIGN" [static] |
Definition at line 68 of file digraph.py.
string airbus_docgen::digraph::digraph.TD::WIDTH = "WIDTH" [static] |
Definition at line 69 of file digraph.py.