Uses of Class
org.docx4j.wml.R
Packages that use R
Package
Description
-
Uses of R in org.docx4j.convert.out.common.preprocess
Methods in org.docx4j.convert.out.common.preprocess with parameters of type RModifier and TypeMethodDescriptionprivate STFldCharTypeFieldsCombiner.CombineVisitor.getFldCharType(R r) private StringFieldsCombiner.CombineVisitor.getInstrText(R run) -
Uses of R in org.docx4j.diff
Methods in org.docx4j.diff that return RModifier and TypeMethodDescriptionprivate static RDifferencer.createRunStructure(String textVal, P existingP, int rIndex) Methods in org.docx4j.diff with parameters of type R -
Uses of R in org.docx4j.model.datastorage.migration
Methods in org.docx4j.model.datastorage.migration with parameters of type R -
Uses of R in org.docx4j.model.fields
Fields in org.docx4j.model.fields declared as RModifier and TypeFieldDescriptionprivate RFieldRef.beginRunThe run <w:r> <w:fldChar w:fldCharType="begin"/> <w:instrText xml:space="preserve"> ...private RFieldRef.endRunThe run <w:r> <w:fldChar w:fldCharType="end"/> </w:r> Store a reference to it so we can delete it.private RFieldsPreprocessor.newRprivate RFieldRef.resultsSlotMethods in org.docx4j.model.fields that return RModifier and TypeMethodDescriptionFieldRef.getBeginRun()FieldRef.getEndRun()private RFieldUpdater.getFirstRun(List<Object> content) FieldRef.getResultsSlot()Methods in org.docx4j.model.fields with parameters of type RModifier and TypeMethodDescriptionprivate voidFieldsPreprocessor.handleRun(R existingRun, ContentAccessor newAttachPoint) voidFieldRef.setBeginRun(R beginRun) voidvoidFieldRef.setResultsSlot(R resultsSlot) protected voidFieldUpdater.setSimpleFieldConent(R r, String val) -
Uses of R in org.docx4j.model.fields.merge
Methods in org.docx4j.model.fields.merge with parameters of type RModifier and TypeMethodDescriptionprivate static StringMailMerger.extractLang(R resultsSlot) Extract language information from run parameters to be able to format month, day, week, etc. -
Uses of R in org.docx4j.model.fields.seq
Methods in org.docx4j.model.fields.seq that return RMethods in org.docx4j.model.fields.seq with parameters of type RModifier and TypeMethodDescriptionprotected voidFieldUpdaterSEQ.setSimpleFieldConent(R r, String val) -
Uses of R in org.docx4j.openpackaging.packages
Methods in org.docx4j.openpackaging.packages with parameters of type R -
Uses of R in org.docx4j.samples
Methods in org.docx4j.samples that return RModifier and TypeMethodDescriptionprivate static RCommentsSample.createRunCommentReference(BigInteger commentId) Methods in org.docx4j.samples with parameters of type RModifier and TypeMethodDescriptionstatic voidFootnoteAdd.addFootnote(int i, String text, FootnotesPart footnotesPart, R r) voidstatic voidBookmarkAdd.bookmarkRun(P p, R r, String name, int id) Surround the specified r in the specified p with a bookmark (with specified name and id)static booleanXPathDeleteCheckboxField.doesRcontainField(R r, STFldCharType fldCharType) -
Uses of R in org.docx4j.toc
Fields in org.docx4j.toc with type parameters of type RMethods in org.docx4j.toc that return RModifier and TypeMethodDescriptionprivate RTocEntry.tabAfterPNumber()Add a tab, but in a new run (since the tab isn't to be underlined), unless w:lvl has <w:suff w:val="space"/> or <w:suff w:val="nothing"/>Methods in org.docx4j.toc that return types with arguments of type RModifier and TypeMethodDescriptionTocEntry.generateTocEntryContent()TocEntry.getEntryValue()Toc.getTocInstruction()Deprecated.TocSdtUtils.getTocInstruction(String tocInstruction) Method parameters in org.docx4j.toc with type arguments of type RModifier and TypeMethodDescriptionprivate voidTocEntry.generateTocEntryPageNumber(List<R> rList) -
Uses of R in org.docx4j.wml
Methods in org.docx4j.wml that return R