Uses of Class
org.docx4j.wml.RPr
Packages that use RPr
Package
Description
-
Uses of RPr in org.docx4j.anon
Fields in org.docx4j.anon declared as RPr -
Uses of RPr in org.docx4j.convert.out.common
Fields in org.docx4j.convert.out.common declared as RPrMethods in org.docx4j.convert.out.common with parameters of type RPr -
Uses of RPr in org.docx4j.convert.out.common.preprocess
Methods in org.docx4j.convert.out.common.preprocess that return RPrModifier and TypeMethodDescriptionprivate static RPrContainerization.findBlockRPr(SdtBlock currentBlock) Methods in org.docx4j.convert.out.common.preprocess with parameters of type RPr -
Uses of RPr in org.docx4j.convert.out.common.writer
Methods in org.docx4j.convert.out.common.writer that return RPr -
Uses of RPr in org.docx4j.convert.out.fo
Methods in org.docx4j.convert.out.fo with parameters of type RPrModifier and TypeMethodDescriptionprotected static DocumentFragmentXsltFOFunctions.createBlock(WordprocessingMLPackage wmlPackage, RunFontSelector runFontSelector, String pStyleVal, NodeIterator childResults, boolean sdt, PPr pPrDirect, PPr pPr, RPr rPr, RPr rPrParagraphMark) protected static voidFOExporterVisitorGenerator.createFoAttributes(WordprocessingMLPackage wmlPackage, RPr rPr, Element foInlineElement) private static voidXsltFOFunctions.createFoAttributes(OpcPackage opcPackage, RPr rPr, Element foInlineElement) protected static booleanXsltFOFunctions.createListBlock(WordprocessingMLPackage wmlPackage, RunFontSelector runFontSelector, String pStyleVal, PPr pPrDirect, PPr pPr, RPr rPr, RPr rPrParagraphMark, Document document, Element foBlockElement, Element foListBlock) protected voidFOExporterVisitorGenerator.handleRPr(FOConversionContext conversionContext, PPr pPrDirect, RPr rPrDirect, Element currentParent) On a block representing a run, we just put run properties from this rPr node.protected static voidXsltFOFunctions.setFont(RunFontSelector runFontSelector, Element foListItemLabelBody, PPr pPr, RPr rPr, String text) Use RunFontSelector to determine the correct font for the list item label. -
Uses of RPr in org.docx4j.convert.out.html
Methods in org.docx4j.convert.out.html with parameters of type RPrModifier and TypeMethodDescriptionstatic voidHtmlCssHelper.createCss(OpcPackage opcPackage, RPr rPr, StringBuilder result) protected voidHTMLExporterVisitorGenerator.handleRPr(HTMLConversionContext conversionContext, PPr pPrDirect, RPr rPrDirect, Element currentParent) private static voidXsltHTMLFunctions.setSpanAttr(HTMLConversionContext context, String defaultCharacterStyleId, StyleTree styleTree, RPr rPr, Element span) -
Uses of RPr in org.docx4j.fonts
Methods in org.docx4j.fonts with parameters of type RPrModifier and TypeMethodDescriptionRunFontSelector.fontSelector(PPr pPr, RPr rPr, String text) Apply font selection algorithm to this Text, based on supplied PPr, RPr (and docDefaults, Theme part etc).RunFontSelector.fontSelector(PPr pPr, RPr rPr, Text wmlText) Apply font selection algorithm to this Text, based on supplied PPr, RPr (and docDefaults, Theme part etc). -
Uses of RPr in org.docx4j.math
Fields in org.docx4j.math declared as RPrMethods in org.docx4j.math that return RPrMethods in org.docx4j.math that return types with arguments of type RPrModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<RPr>ObjectFactory.createCTRRPr(RPr value) Methods in org.docx4j.math with parameters of type RPr -
Uses of RPr in org.docx4j.model
Fields in org.docx4j.model declared as RPrFields in org.docx4j.model with type parameters of type RPrModifier and TypeFieldDescriptionPropertyResolver.resolvedStyleRPrComponentThis map also contains the rPr component of a pPrMethods in org.docx4j.model that return RPrModifier and TypeMethodDescriptionPropertyResolver.getDocumentDefaultRPr()PropertyResolver.getEffectiveRPr(String styleId) apply the rPr in the stack of styles, including documentDefaultRPrPropertyResolver.getEffectiveRPr(String styleId, boolean applyDocDefaultsRFonts, boolean applyDocDefaultsSz, boolean applyDocDefaultsLang) apply the rPr in the stack of styles, optionally including documentDefaultRPrPropertyResolver.getEffectiveRPr(RPr expressRPr, PPr pPr) PropertyResolver.getEffectiveRPrUsingPStyleRPr(RPr expressRPr, RPr rPrFromPStyle) Return effective rPr, as follows: Starting with the rPr from the pStyle, apply character style (if any) specified on the run, then any other direct (ad-hoc) run formatting.Methods in org.docx4j.model with parameters of type RPrModifier and TypeMethodDescriptionprotected voidprotected voidprotected voidPropertyResolver.getEffectiveRPr(RPr expressRPr, PPr pPr) PropertyResolver.getEffectiveRPrUsingPStyleRPr(RPr expressRPr, RPr rPrFromPStyle) Return effective rPr, as follows: Starting with the rPr from the pStyle, apply character style (if any) specified on the run, then any other direct (ad-hoc) run formatting.booleanPropertyResolver.hasDirectRPrFormatting(RPr rPrToApply) Method parameters in org.docx4j.model with type arguments of type RPrModifier and TypeMethodDescriptionprivate voidPropertyResolver.fillRPrStack(String styleId, Stack<RPr> rPrStack) Ascend the style hierarchy, capturing the rPr bit -
Uses of RPr in org.docx4j.model.datastorage
Methods in org.docx4j.model.datastorage with parameters of type RPrModifier and TypeMethodDescriptionprivate voidBindingTraverserNonXSLT.BindingTraversor.addBrRunToDocFrag(List<Object> contents, RPr rPr) private voidBindingTraverserStAX.StaXBindingHandler.addBrRunToDocFrag(List<Object> contents, RPr rPr) protected voidValueInserterPlainTextImpl.addBrRunToDocFrag(DocumentFragment docfrag, RPr rPr) private voidBindingTraverserNonXSLT.BindingTraversor.addRunToDocFrag(JaxbXmlPart sourcePart, List<Object> contents, String string, RPr rPr) private voidBindingTraverserStAX.StaXBindingHandler.addRunToDocFrag(JaxbXmlPart sourcePart, List<Object> contents, String string, RPr rPr) private voidValueInserterPlainTextImpl.addRunToDocFrag(JaxbXmlPart sourcePart, DocumentFragment docfrag, String string, RPr rPr) protected static DocumentFragmentBindingTraverserXSLT.createPlaceholder(RPr rPr) Calling code should set w:sdtPr/w:showingPlaceholder (ie bind.xslt), so RemovalHandler can do the right thing for Quantifier.ALL_BUT_PLACEHOLDERS case.protected static DocumentFragmentBindingTraverserXSLT.createPlaceholder(RPr rPr, String sdtParent) Used from convertXHTML, since bind.xslt leaves it to extension function to insert correct element structure.private voidBindingTraverserNonXSLT.BindingTraversor.processString(JaxbXmlPart sourcePart, List<Object> contents, String text, SdtPr sdtPr, RPr rPr) private voidBindingTraverserStAX.StaXBindingHandler.processString(JaxbXmlPart sourcePart, List<Object> contents, String text, SdtPr sdtPr, RPr rPr) protected voidValueInserterPlainTextImpl.processString(JaxbXmlPart sourcePart, DocumentFragment docfrag, String text, RPr rPr) ValueInserterPlainText.toOpenXml(Xpaths.Xpath.DataBinding dataBinding, RPr rPr, boolean multiLine, BindingTraverserXSLT.BookmarkCounter bookmarkCounter, String result, JaxbXmlPart sourcePart) ValueInserterPlainTextForOpenAPI3.toOpenXml(Xpaths.Xpath.DataBinding dataBinding, RPr rPr, boolean multiLine, BindingTraverserXSLT.BookmarkCounter bookmarkCounter, String val, JaxbXmlPart sourcePart) ValueInserterPlainTextImpl.toOpenXml(Xpaths.Xpath.DataBinding dataBinding, RPr rPr, boolean multiLine, BindingTraverserXSLT.BookmarkCounter bookmarkCounter, String val, JaxbXmlPart sourcePart) BindingTraverserNonXSLT.BindingTraversor.xpathGenerateRuns(WordprocessingMLPackage pkg, JaxbXmlPart sourcePart, SdtPr sdtPr, CTDataBinding dataBinding, RPr rPr, boolean multiLine) BindingTraverserStAX.StaXBindingHandler.xpathGenerateRuns(WordprocessingMLPackage pkg, JaxbXmlPart sourcePart, SdtPr sdtPr, CTDataBinding dataBinding, RPr rPr, boolean multiLine) -
Uses of RPr in org.docx4j.model.datastorage.migration
Methods in org.docx4j.model.datastorage.migration with parameters of type RPrModifier and TypeMethodDescriptionprotected voidAbstractMigrator.createContentControl(RPr rPr, List<Object> replacementContent, String key, String xpath, String prefixmappings) create an SdtRun, and add it to replacementContentprotected voidAbstractMigratorUsingAnswersFormat.createContentControl(RPr rPr, List<Object> replacementContent, String key) protected SdtRunAbstractMigrator.createSdtRun(RPr rPr, String key, String xpath, String prefixmappings) create an SdtRun -
Uses of RPr in org.docx4j.model.listnumbering
Fields in org.docx4j.model.listnumbering declared as RPrMethods in org.docx4j.model.listnumbering that return RPr -
Uses of RPr in org.docx4j.model.properties
Methods in org.docx4j.model.properties with parameters of type RPrModifier and TypeMethodDescriptionPropertyFactory.createProperties(OpcPackage wmlPackage, RPr rPr) -
Uses of RPr in org.docx4j.model.properties.run
Methods in org.docx4j.model.properties.run with parameters of type RPrModifier and TypeMethodDescriptionabstract voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid -
Uses of RPr in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return RPrMethods in org.docx4j.model.styles with parameters of type RPr -
Uses of RPr in org.docx4j.openpackaging.parts.WordprocessingML
Fields in org.docx4j.openpackaging.parts.WordprocessingML declared as RPr -
Uses of RPr in org.docx4j.toc
Methods in org.docx4j.toc that return RPrModifier and TypeMethodDescriptionprivate RPrTocEntry.getEffectiveRPr(RPr expressRPr) Get the rPr to apply.Methods in org.docx4j.toc with parameters of type RPrModifier and TypeMethodDescriptionprivate RPrTocEntry.getEffectiveRPr(RPr expressRPr) Get the rPr to apply.private void -
Uses of RPr in org.docx4j.wml
Fields in org.docx4j.wml declared as RPrModifier and TypeFieldDescriptionprotected RPrCTRPrDefault.rPrprotected RPrCTTblStylePr.rPrprotected RPrDocDefaults.RPrDefault.rPrprotected RPrLvl.rPrprotected RPrR.rPrprotected RPrStyle.rPrFields in org.docx4j.wml with type parameters of type RPrMethods in org.docx4j.wml that return RPrModifier and TypeMethodDescriptionObjectFactory.createRPr()Create an instance ofRPrCTRPrDefault.getRPr()Gets the value of the rPr property.CTTblStylePr.getRPr()Gets the value of the rPr property.DocDefaults.RPrDefault.getRPr()Gets the value of the rPr property.Lvl.getRPr()Gets the value of the rPr property.R.getRPr()Gets the value of the rPr property.Style.getRPr()Gets the value of the rPr property.Methods in org.docx4j.wml that return types with arguments of type RPrModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<RPr>ObjectFactory.createSdtPrRPr(RPr value) CTSdtEndPr.getRPr()Gets the value of the rPr property.Methods in org.docx4j.wml with parameters of type RPrModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<RPr>ObjectFactory.createSdtPrRPr(RPr value) voidSets the value of the rPr property.voidSets the value of the rPr property.voidSets the value of the rPr property.voidSets the value of the rPr property.voidSets the value of the rPr property.voidSets the value of the rPr property. -
Uses of RPr in org.pptx4j.model
Methods in org.pptx4j.model that return RPrModifier and TypeMethodDescriptionstatic RPrTextStyles.getWmlRPr(CTTextCharacterProperties in) static RPrTextStyles.getWmlRPr(CTTextParagraphProperties lvlPPr, BaseStyles.FontScheme fontScheme)