Home
last modified time | relevance | path

Searched defs:RunStyle (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/libe-book/libe-book-0.1.3/src/lib/
H A DEBOOKXMLParser.h31 enum RunStyle enum
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/Docx/Parse/
H A DStyles.hs104 data RunStyle = RunStyle { isBold :: Maybe Bool type
127 defaultRunStyle = RunStyle { isBold = Nothing function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/Docx/Parse/
H A DStyles.hs102 data RunStyle = RunStyle { isBold :: Maybe Bool constructor
125 defaultRunStyle = RunStyle { isBold = Nothing function
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/docx/
H A Dchar_styles.py177 class RunStyle: class