MCPcopy Create free account
hub / github.com/pymupdf/PyMuPDF / set_underline

Method set_underline

src/__init__.py:2668–2670  ·  view source on GitHub ↗
(self, val="underline")

Source from the content-addressed store, hash-verified

2666 return self
2667
2668 def set_underline(self, val="underline"):
2669 self.append_styled_span(f"text-decoration: {val}")
2670 return self
2671
2672 def set_word_spacing(self, spacing):
2673 """Set inter-word spacing value via CSS style"""

Callers

nothing calls this directly

Calls 1

append_styled_spanMethod · 0.95

Tested by

no test coverage detected