Uses of Class
org.docx4j.wml.P
Packages that use P
Package
Description
-
Uses of P in org.docx4j.convert.out.common.preprocess
Fields in org.docx4j.convert.out.common.preprocess declared as PMethods in org.docx4j.convert.out.common.preprocess with parameters of type PModifier and TypeMethodDescriptionvoidprivate static SectPrprivate PPrFopWorkaroundReplacePageBreakInEachList.getEffectivePPr(P p) private static voidPageBreak.updateParagraph(P paragraph) -
Uses of P in org.docx4j.convert.out.fo
Methods in org.docx4j.convert.out.fo that return P -
Uses of P in org.docx4j.diff
Methods in org.docx4j.diff that return PMethods in org.docx4j.diff with parameters of type PModifier and TypeMethodDescriptionprivate static RDifferencer.createRunStructure(String textVal, P existingP, int rIndex) voidDifferencer.diff(P pl, P pr, Result result, String author, Calendar date, RelationshipsPart docPartRelsLeft, RelationshipsPart docPartRelsRight) Compare 2 p objects, returning a result containing w:ins and w:del elementsvoidDifferencer.diff(P pl, P pr, Result result, String author, Calendar date, RelationshipsPart docPartRelsLeft, RelationshipsPart docPartRelsRight, boolean preProcess) Compare 2 p objects, returning a result containing w:ins and w:del elementsstatic int[]Differencer.getParagraphRunTextWordCounts(P p) static StringDifferencer.getRunString(P p, int i) -
Uses of P in org.docx4j.finders
Fields in org.docx4j.finders declared as P -
Uses of P in org.docx4j.model.datastorage.migration
Fields in org.docx4j.model.datastorage.migration with type parameters of type PMethods in org.docx4j.model.datastorage.migration with parameters of type P -
Uses of P in org.docx4j.model.fields
Fields in org.docx4j.model.fields with type parameters of type PModifier and TypeFieldDescriptionprivate LinkedList<P>ComplexFieldLocator.pStackComplexFieldLocator.startsA list of paragraphs containing field begins.Methods in org.docx4j.model.fields that return PModifier and TypeMethodDescriptionstatic PFieldsPreprocessor.canonicalise(P p, List<FieldRef> fieldRefs) Convert the field(s) in the input P into a predictable format, and add a FieldRef object to the list for each top level field encountered.private PFieldsPreprocessor.canonicaliseInstance(P p) Methods in org.docx4j.model.fields that return types with arguments of type PMethods in org.docx4j.model.fields with parameters of type PModifier and TypeMethodDescriptionstatic PFieldsPreprocessor.canonicalise(P p, List<FieldRef> fieldRefs) Convert the field(s) in the input P into a predictable format, and add a FieldRef object to the list for each top level field encountered.private PFieldsPreprocessor.canonicaliseInstance(P p) -
Uses of P in org.docx4j.openpackaging.packages
Methods in org.docx4j.openpackaging.packages with parameters of type P -
Uses of P in org.docx4j.openpackaging.parts.DrawingML
Methods in org.docx4j.openpackaging.parts.DrawingML that return P -
Uses of P in org.docx4j.openpackaging.parts.WordprocessingML
Methods in org.docx4j.openpackaging.parts.WordprocessingML that return PModifier and TypeMethodDescriptionMainDocumentPart.addParagraph(String pXml) Create a paragraph from the xml string <w:p>...</w:p> , and add it to the document.MainDocumentPart.addParagraphOfText(String simpleText) Create a paragraph containing the string simpleText, and add it to the document.MainDocumentPart.addStyledParagraphOfText(String styleId, String text) Create a paragraph containing the string simpleText, styled using the specified style (up to user to ensure it is a paragraph style) and add it to the document.MainDocumentPart.createParagraphOfText(String simpleText) Create a paragraph containing the string simpleText, without adding it to the document.MainDocumentPart.createStyledParagraphOfText(String styleId, String text) Create a paragraph containing the string simpleText, styled using the specified style (up to user to ensure it is a paragraph style) without adding it to the document. -
Uses of P in org.docx4j.samples
Methods in org.docx4j.samples that return PModifier and TypeMethodDescriptionprivate static PNumberingRestart.createNumberedParagraph(long numId, long ilvl, String paragraphText) Create something like: <w:p> <w:pPr> <w:numPr> <w:ilvl w:val="0"/> <w:numId w:val="1"/> </w:numPr> </w:pPr> <w:r> <w:t>B</w:t> </w:r> </w:p>static PHeaderFooterCreate.newImage(WordprocessingMLPackage wordMLPackage, Part sourcePart, byte[] bytes, String filenameHint, String altText, int id1, int id2) static PImageAdd.newImage(WordprocessingMLPackage wordMLPackage, byte[] bytes, String filenameHint, String altText, int id2) Create image, without specifying widthstatic PImageAdd.newImage(WordprocessingMLPackage wordMLPackage, byte[] bytes, String filenameHint, String altText, int id2, long cx) Create image, specifying width in twipsstatic PImageAddSVG.newImage(Relationship rel) Create image, without specifying widthstatic PImageAddWMF.newImage(Relationship rel, String style, String title) Create image, without specifying widthMethods in org.docx4j.samples with parameters of type PModifier and TypeMethodDescriptionprivate static voidFieldINCLUDEPICTURE.addComplexField(P p, String instrText) voidvoidTraverseRemovePageBreakBefore.TraversalUtilPVisitor.apply(P p, Object parent, List<Object> siblings) static 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 voidXPathDeleteCheckboxField.deleteComplexField(P p) -
Uses of P in org.docx4j.toc
Fields in org.docx4j.toc declared as PModifier and TypeFieldDescription(package private) PTocIntoSdt.TocFinder.currentPprivate PTocEntry.entryP(package private) PTocIntoSdt.TocFinder.pFirst(package private) PTocIntoSdt.TocFinder.pLastFields in org.docx4j.toc with type parameters of type PModifier and TypeFieldDescriptionTocFinder.tocHeadingPParagraphs before the ToC proper are preserved.Methods in org.docx4j.toc that return PModifier and TypeMethodDescriptionprivate PTocEntry.generateTocEntry(TocStyles tocStyles) (package private) static PTocSdtUtils.generateTocHeading(String headingStyleId) private static PTocSdtUtils.generateTocHeading(String headingStyleId, String tocHeading) TocEntry.getEntryParagraph(TocStyles tocStyles) static PTocSdtUtils.getLastParagraph()Methods in org.docx4j.toc that return types with arguments of type PModifier and TypeMethodDescriptionprivate Map<P,Emulator.ResultTriple> TocGenerator.numberParagraphs(List<P> pList) Methods in org.docx4j.toc with parameters of type PMethod parameters in org.docx4j.toc with type arguments of type PModifier and TypeMethodDescriptionprotected SdtBlockTocGenerator.generateToc(SdtBlock sdt, List<P> tocHeadingP, String instruction, STTabTlc leader, boolean skipPageNumbering) Generate Table of Contents in the given sdt with provided tocHeadingP, and given TOC instruction.private Map<P,Emulator.ResultTriple> TocGenerator.numberParagraphs(List<P> pList) -
Uses of P in org.docx4j.toc.switches
Methods in org.docx4j.toc.switches that return PModifier and TypeMethodDescriptionCSwitch.postprocess(P p, WordprocessingMLPackage wordMLPackage) We detected a SEQ in the P, so before we put the P in the TOC, lets resolve the SEQ to a number.Methods in org.docx4j.toc.switches with parameters of type PModifier and TypeMethodDescriptionvoidSurround the specified r in the specified p with a bookmark (with specified name and id)private voidSwitchProcessor.bookmarkStyleText(P p, String anchorValue, AtomicInteger id, TocEntry te) CSwitch.postprocess(P p, WordprocessingMLPackage wordMLPackage) We detected a SEQ in the P, so before we put the P in the TOC, lets resolve the SEQ to a number.voidCSwitch.process(P p, SwitchProcessorInterface sp) Method parameters in org.docx4j.toc.switches with type arguments of type PModifier and TypeMethodDescriptionSwitchProcessor.processSwitches(WordprocessingMLPackage wordMLPackage, List<P> pList, List<SwitchInterface> switchesList, Map<P, Emulator.ResultTriple> pNumbersMap) Return a list consisting of those p in pList which are determined to form part of the ToC.SwitchProcessor.processSwitches(WordprocessingMLPackage wordMLPackage, List<P> pList, List<SwitchInterface> switchesList, Map<P, Emulator.ResultTriple> pNumbersMap) Return a list consisting of those p in pList which are determined to form part of the ToC. -
Uses of P in org.docx4j.wml
Methods in org.docx4j.wml that return PMethods in org.docx4j.wml with parameters of type P -
Uses of P in org.glox4j.samples
Methods in org.glox4j.samples that return P