MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / StyleArg

Class StyleArg

utils/src/presentation.py:44–55  ·  view source on GitHub ↗

A class to represent style arguments for HTML conversion.

Source from the content-addressed store, hash-verified

42# run: font, hyperlink, text
43@dataclass
44class StyleArg:
45 """
46 A class to represent style arguments for HTML conversion.
47 """
48
49 paragraph_id: bool = True
50 element_id: bool = True
51 font_style: bool = True
52 area: bool = False
53 size: bool = False
54 geometry: bool = False
55 show_image: bool = True
56
57
58@dataclass

Callers 1

to_htmlMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected