Home
last modified time | relevance | path

Searched defs:rPr (Results 1 – 17 of 17) sorted by relevance

/dports/textproc/py-python-docx/python-docx-0.8.11/docx/oxml/text/
H A Drun.py26 rPr = ZeroOrOne('w:rPr') variable in CT_R
33 def _insert_rPr(self, rPr): argument
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/cell/
H A Dtext.py133 rPr = Typed(expected_type=InlineFont, allow_none=True) variable in RichText
141 rPr=None, argument
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/drawing/
H A Dtext.py480 rPr = Typed(expected_type=CharacterProperties, allow_none=True) variable in RegularTextRun
488 rPr=None, argument
500 rPr = Typed(expected_type=CharacterProperties, allow_none=True) variable in LineBreak
505 rPr=None, argument
514 rPr = Typed(expected_type=CharacterProperties, allow_none=True) variable in TextField
523 rPr=None, argument
/dports/textproc/R-cran-openxlsx/openxlsx/R/
H A DCommentClass.R163 rPr <- wb$createFontNode(comment$style) functionVar
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/docx/
H A Dchar_styles.py192 def __init__(self, namespace, rPr=None): argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Dooxmlimport.cxx578 if( XmlStream::Tag rPr = m_rStream.checkOpeningTag( M_TOKEN( rPr ))) in handleR() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dooxmlimport.cxx578 if( XmlStream::Tag rPr = m_rStream.checkOpeningTag( M_TOKEN( rPr ))) in handleR() local
/dports/textproc/py-python-docx/python-docx-0.8.11/docx/oxml/
H A Dstyles.py128 rPr = ZeroOrOne('w:rPr', successors=_tag_seq[18:]) variable in CT_Style
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Dtextsh.cxx859 const SwRect &rPr = GetShell().GetAnyCurRect(CurRectType::PagePrt); in CreateInsertFrameItemSet() local
H A Dfrmsh.cxx492 const SwRect &rPr = rSh.GetAnyCurRect(CurRectType::PagePrt); in Execute() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Dtextsh.cxx866 const SwRect &rPr = GetShell().GetAnyCurRect(CurRectType::PagePrt); in CreateInsertFrameItemSet() local
H A Dfrmsh.cxx507 const SwRect &rPr = rSh.GetAnyCurRect(CurRectType::PagePrt); in Execute() local
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/docx/writer/
H A Dstyles.py311 def serialize_properties(self, rPr, normal_style): argument
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dodtfmt.cpp800 odx_rPr rPr; in handleText() local
H A Ddocxfmt.cpp927 void docx_rPrHandler::start(odx_rPr * const rPr) in start()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/
H A DDocx.hs263 runStyleToTransform rPr' = do function
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/
H A DDocx.hs267 runStyleToTransform rPr' = do function