Vega strike Python Modules doc
0.5.1
Documentation of the " Modules " folder of Vega strike
|
Public Member Functions | |
def | new_alignment |
def | new_font |
def | new_margin |
def | new_spacing |
def | new_styles |
def | send_paragraph |
def | send_line_break |
def | send_hor_rule |
def | send_label_data |
def | send_flowing_data |
def | send_literal_data |
![]() | |
def | __init__ |
def | flush |
def | new_alignment |
def | new_font |
def | new_margin |
def | new_spacing |
def | new_styles |
def | send_paragraph |
def | send_line_break |
def | send_hor_rule |
def | send_label_data |
def | send_flowing_data |
def | send_literal_data |
Definition at line 302 of file formatter.py.
def new_alignment | ( | self, | |
align | |||
) |
Definition at line 304 of file formatter.py.
def new_font | ( | self, | |
font | |||
) |
Definition at line 307 of file formatter.py.
def new_margin | ( | self, | |
margin, | |||
level | |||
) |
Definition at line 310 of file formatter.py.
def new_spacing | ( | self, | |
spacing | |||
) |
Definition at line 313 of file formatter.py.
def new_styles | ( | self, | |
styles | |||
) |
Definition at line 316 of file formatter.py.
def send_flowing_data | ( | self, | |
data | |||
) |
Definition at line 331 of file formatter.py.
def send_hor_rule | ( | self, | |
args, | |||
kw | |||
) |
Definition at line 325 of file formatter.py.
def send_label_data | ( | self, | |
data | |||
) |
Definition at line 328 of file formatter.py.
def send_line_break | ( | self) |
Definition at line 322 of file formatter.py.
def send_literal_data | ( | self, | |
data | |||
) |
Definition at line 334 of file formatter.py.
def send_paragraph | ( | self, | |
blankline | |||
) |
Definition at line 319 of file formatter.py.