MCPcopy Index your code
hub / github.com/pymupdf/PyMuPDF / create_element

Method create_element

src/__init__.py:2364–2365  ·  view source on GitHub ↗
( self, tag)

Source from the content-addressed store, hash-verified

2362 return color
2363
2364 def create_element( self, tag):
2365 return Xml( mupdf.fz_dom_create_element( self.this, tag))
2366
2367 def create_text_node( self, text):
2368 return Xml( mupdf.fz_dom_create_text_node( self.this, text))

Callers 15

add_bullet_listMethod · 0.95
add_codeMethod · 0.95
add_codeblockMethod · 0.95
add_description_listMethod · 0.95
add_divisionMethod · 0.95
add_headerMethod · 0.95
add_horizontal_lineMethod · 0.95
add_imageMethod · 0.95
add_linkMethod · 0.95
add_list_itemMethod · 0.95
add_number_listMethod · 0.95
add_paragraphMethod · 0.95

Calls 1

XmlClass · 0.85

Tested by

no test coverage detected