Searched defs:tag_style (Results 1 – 6 of 6) sorted by relevance
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/docx/writer/ |
H A D | tables.py | 66 def convert_width(tag_style): argument 86 def __init__(self, row, html_tag, tag_style=None): argument 218 def __init__(self, table, html_tag, tag_style=None): argument 235 def start_new_cell(self, html_tag, tag_style): argument 264 def __init__(self, namespace, html_tag, tag_style=None): argument
|
H A D | from_html.py | 281 def current_or_new_block(self, html_tag, tag_style): argument 313 def start_new_table(self, html_tag, tag_style=None): argument 317 def start_new_row(self, html_tag, tag_style): argument 322 def start_new_cell(self, html_tag, tag_style): argument 579 …def add_block_tag(self, tagname, html_tag, tag_style, stylizer, is_table_cell=False, float_spec=No… argument 598 def add_inline_tag(self, tagname, html_tag, tag_style, stylizer): argument
|
H A D | lists.py | 37 def find_list_containers(list_tag, tag_style): argument
|
H A D | styles.py | 48 def is_dropcaps(html_tag, tag_style): argument 86 def __init__(self, namespace, html_tag, tag_style): argument
|
/dports/textproc/py-html2text2018/html2text-2018.1.9/html2text/ |
H A D | __init__.py | 224 def handle_emphasis(self, start, tag_style, parent_style): argument
|
/dports/www/getleft/Getleft-v1.2/scripts/help1.5/ |
H A D | help.tcl | 1048 proc help::tag_style {params} { procedure
|