Public Member Functions | |
def | __init__ |
def | __str__ |
def | addTR |
def | addTRs |
def | setAttrib |
Static Public Attributes | |
string | ALIGN = "ALIGN" |
string | BGCOLOR = "BGCOLOR" |
string | BORDER = "BORDER" |
string | CELLBORDER = "CELLBORDER" |
string | CELLPADDING = "CELLPADDING" |
string | CELLSPACING = "CELLSPACING" |
string | COLOR = "COLOR" |
string | COLUMNS = "COLUMNS" |
string | FIXEDSIZE = "FIXEDSIZE" |
string | GRADIENTANGLE = "GRADIENTANGLE" |
string | HEIGHT = "HEIGHT" |
string | HREF = "HREF" |
string | ID = "ID" |
string | PORT = "PORT" |
string | ROWS = "ROWS" |
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 109 of file digraph.py.
def airbus_docgen.digraph.digraph.TABLE.__init__ | ( | self | ) |
Definition at line 139 of file digraph.py.
def airbus_docgen.digraph.digraph.TABLE.__str__ | ( | self | ) |
Definition at line 155 of file digraph.py.
def airbus_docgen.digraph.digraph.TABLE.addTR | ( | self, | |
tr | |||
) |
Definition at line 148 of file digraph.py.
def airbus_docgen.digraph.digraph.TABLE.addTRs | ( | self, | |
tr_list | |||
) |
Definition at line 151 of file digraph.py.
def airbus_docgen.digraph.digraph.TABLE.setAttrib | ( | self, | |
key, | |||
value | |||
) |
Definition at line 142 of file digraph.py.
list airbus_docgen::digraph::digraph.TABLE::__ATTRIB_KEYS__ [static, private] |
[ALIGN, BGCOLOR, BORDER, CELLBORDER, CELLPADDING, CELLSPACING, COLOR, COLUMNS, FIXEDSIZE, GRADIENTANGLE, HEIGHT, HREF, ID, PORT, ROWS, SIDES, STYLE, TARGET, TITLE, TOOLTIP, VALIGN, WIDTH]
Definition at line 134 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::ALIGN = "ALIGN" [static] |
Definition at line 111 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::BGCOLOR = "BGCOLOR" [static] |
Definition at line 112 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::BORDER = "BORDER" [static] |
Definition at line 113 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::CELLBORDER = "CELLBORDER" [static] |
Definition at line 114 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::CELLPADDING = "CELLPADDING" [static] |
Definition at line 115 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::CELLSPACING = "CELLSPACING" [static] |
Definition at line 116 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::COLOR = "COLOR" [static] |
Definition at line 117 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::COLUMNS = "COLUMNS" [static] |
Definition at line 118 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::FIXEDSIZE = "FIXEDSIZE" [static] |
Definition at line 119 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::GRADIENTANGLE = "GRADIENTANGLE" [static] |
Definition at line 120 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::HEIGHT = "HEIGHT" [static] |
Definition at line 121 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::HREF = "HREF" [static] |
Definition at line 122 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::ID = "ID" [static] |
Definition at line 123 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::PORT = "PORT" [static] |
Definition at line 124 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::ROWS = "ROWS" [static] |
Definition at line 125 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::SIDES = "SIDES" [static] |
Definition at line 126 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::STYLE = "STYLE" [static] |
Definition at line 127 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::TARGET = "TARGET" [static] |
Definition at line 128 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::TITLE = "TITLE" [static] |
Definition at line 129 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::TOOLTIP = "TOOLTIP" [static] |
Definition at line 130 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::VALIGN = "VALIGN" [static] |
Definition at line 131 of file digraph.py.
string airbus_docgen::digraph::digraph.TABLE::WIDTH = "WIDTH" [static] |
Definition at line 132 of file digraph.py.