Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | __init__ |
def | end_paragraph |
def | add_line_break |
def | add_hor_rule |
def | add_label_data |
def | add_flowing_data |
def | add_literal_data |
def | flush_softspace |
def | push_alignment |
def | pop_alignment |
def | push_font |
def | pop_font |
def | push_margin |
def | pop_margin |
def | set_spacing |
def | push_style |
def | pop_style |
def | assert_line_data |
Data Fields | |
writer | |
Definition at line 29 of file formatter.py.
def __init__ | ( | self, | |
writer = None |
|||
) |
Definition at line 31 of file formatter.py.
def add_flowing_data | ( | self, | |
data | |||
) |
Definition at line 39 of file formatter.py.
def add_hor_rule | ( | self, | |
args, | |||
kw | |||
) |
Definition at line 37 of file formatter.py.
def add_label_data | ( | self, | |
format, | |||
counter, | |||
blankline = None |
|||
) |
Definition at line 38 of file formatter.py.
def add_line_break | ( | self) |
Definition at line 36 of file formatter.py.
def add_literal_data | ( | self, | |
data | |||
) |
Definition at line 40 of file formatter.py.
def assert_line_data | ( | self, | |
flag = 1 |
|||
) |
Definition at line 51 of file formatter.py.
def end_paragraph | ( | self, | |
blankline | |||
) |
Definition at line 35 of file formatter.py.
def flush_softspace | ( | self) |
Definition at line 41 of file formatter.py.
def pop_alignment | ( | self) |
Definition at line 43 of file formatter.py.
def pop_font | ( | self) |
Definition at line 45 of file formatter.py.
def pop_margin | ( | self) |
Definition at line 47 of file formatter.py.
def pop_style | ( | self, | |
n = 1 |
|||
) |
Definition at line 50 of file formatter.py.
def push_alignment | ( | self, | |
align | |||
) |
Definition at line 42 of file formatter.py.
def push_font | ( | self, | |
x | |||
) |
Definition at line 44 of file formatter.py.
def push_margin | ( | self, | |
margin | |||
) |
Definition at line 46 of file formatter.py.
def push_style | ( | self, | |
styles | |||
) |
Definition at line 49 of file formatter.py.
def set_spacing | ( | self, | |
spacing | |||
) |
Definition at line 48 of file formatter.py.
writer |
Definition at line 34 of file formatter.py.