Class to make a return a LaTeX table.
Definition at line 836 of file pulsarhtmlutils.py.
Public Member Functions | |
def | __init__ (self, ncolumns=1, columnalign="c", caption="", label="", floatval="h", preamble="", postamble="") |
Create a table environment with ncolumns columns positioned with columnpos More... | |
def | set_ncolumns (self, ncolumns) |
def | set_columnalign (self, columnalign) |
def | set_label (self, label) |
def | label (self) |
def | set_caption (self, caption) |
def | caption (self) |
def | set_floatval (self, floatval) |
def | set_preamble (self, preamble) |
def | preamble (self) |
def | set_postamble (self, postamble) |
def | postamble (self) |
def | addrow (self, underline=False) |
def | addhrule (self, rowidx=None) |
def | adddata (self, datatxt, multicolumn=0, mcalign="c", rowidx=None) |
def | tabletext (self) |
def lalpulsar.pulsarhtmlutils.latextable.__init__ | ( | self, | |
ncolumns = 1 , |
|||
columnalign = "c" , |
|||
caption = "" , |
|||
label = "" , |
|||
floatval = "h" , |
|||
preamble = "" , |
|||
postamble = "" |
|||
) |
Create a table environment with ncolumns
columns positioned with columnpos
Definition at line 841 of file pulsarhtmlutils.py.
def lalpulsar.pulsarhtmlutils.latextable.set_ncolumns | ( | self, | |
ncolumns | |||
) |
Definition at line 871 of file pulsarhtmlutils.py.
def lalpulsar.pulsarhtmlutils.latextable.set_columnalign | ( | self, | |
columnalign | |||
) |
Definition at line 875 of file pulsarhtmlutils.py.
def lalpulsar.pulsarhtmlutils.latextable.set_label | ( | self, | |
label | |||
) |
Definition at line 901 of file pulsarhtmlutils.py.
def lalpulsar.pulsarhtmlutils.latextable.label | ( | self | ) |
Definition at line 906 of file pulsarhtmlutils.py.
def lalpulsar.pulsarhtmlutils.latextable.set_caption | ( | self, | |
caption | |||
) |
Definition at line 909 of file pulsarhtmlutils.py.
def lalpulsar.pulsarhtmlutils.latextable.caption | ( | self | ) |
Definition at line 914 of file pulsarhtmlutils.py.
def lalpulsar.pulsarhtmlutils.latextable.set_floatval | ( | self, | |
floatval | |||
) |
Definition at line 917 of file pulsarhtmlutils.py.
def lalpulsar.pulsarhtmlutils.latextable.set_preamble | ( | self, | |
preamble | |||
) |
Definition at line 921 of file pulsarhtmlutils.py.
def lalpulsar.pulsarhtmlutils.latextable.preamble | ( | self | ) |
Definition at line 926 of file pulsarhtmlutils.py.
def lalpulsar.pulsarhtmlutils.latextable.set_postamble | ( | self, | |
postamble | |||
) |
Definition at line 929 of file pulsarhtmlutils.py.
def lalpulsar.pulsarhtmlutils.latextable.postamble | ( | self | ) |
Definition at line 934 of file pulsarhtmlutils.py.
def lalpulsar.pulsarhtmlutils.latextable.addrow | ( | self, | |
underline = False |
|||
) |
Definition at line 937 of file pulsarhtmlutils.py.
def lalpulsar.pulsarhtmlutils.latextable.addhrule | ( | self, | |
rowidx = None |
|||
) |
Definition at line 944 of file pulsarhtmlutils.py.
def lalpulsar.pulsarhtmlutils.latextable.adddata | ( | self, | |
datatxt, | |||
multicolumn = 0 , |
|||
mcalign = "c" , |
|||
rowidx = None |
|||
) |
Definition at line 951 of file pulsarhtmlutils.py.
def lalpulsar.pulsarhtmlutils.latextable.tabletext | ( | self | ) |
Definition at line 967 of file pulsarhtmlutils.py.