| Modifier and Type | Field and Description |
|---|---|
protected P |
BookmarkMover.BookmarkMoverVisitor.currentParagraph |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldsCombiner.CombineVisitor.apply(P element) |
| Modifier and Type | Method and Description |
|---|---|
protected static P |
Differencer.loadParagraph(String filename) |
| Modifier and Type | Method and Description |
|---|---|
void |
Differencer.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 elements
|
void |
Differencer.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 elements
|
static int[] |
Differencer.getParagraphRunTextWordCounts(P p) |
static String |
Differencer.getRunString(P p,
int i) |
| Modifier and Type | Field and Description |
|---|---|
P |
SectPrFindFirst.enclosingP |
| Modifier and Type | Method and Description |
|---|---|
void |
VariablePrepare.TraversalUtilParagraphVisitor.apply(P p,
Object parent,
List<Object> siblings) |
static void |
VariablePrepare.joinupRuns(P p) |
| Modifier and Type | Method and Description |
|---|---|
static P |
FieldsPreprocessor.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<P> |
ComplexFieldLocator.getStarts() |
| Modifier and Type | Method and Description |
|---|---|
static P |
FieldsPreprocessor.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.
|
| Modifier and Type | Method and Description |
|---|---|
static P |
CreateDocxWithSmartArt.createSmartArt(String layoutRelId,
String dataRelId,
String colorsRelId,
String styleRelId,
String cx,
String cy) |
| Modifier and Type | Method and Description |
|---|---|
P |
MainDocumentPart.addParagraph(String pXml)
Create a paragraph from the xml string
|
P |
MainDocumentPart.addParagraphOfText(String simpleText)
Create a paragraph containing the string simpleText,
and add it to the document.
|
P |
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.
|
P |
MainDocumentPart.createParagraphOfText(String simpleText)
Create a paragraph containing the string simpleText,
without adding it to the document.
|
P |
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.
|
| Modifier and Type | Method and Description |
|---|---|
P |
TocEntry.getEntryParagraph(TocStyles tocStyles) |
P |
Toc.getLastParagraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
TocEntry.setEntryValue(P sourceP) |
| Modifier and Type | Method and Description |
|---|---|
protected SdtBlock |
TocGenerator.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SwitchProcessor.bookmarkP(P p,
String name,
int id)
Surround the specified r in the specified p
with a bookmark (with specified name and id)
|
| Modifier and Type | Method and Description |
|---|---|
List<TocEntry> |
SwitchProcessor.processSwitches(WordprocessingMLPackage wordMLPackage,
List<P> pList,
List<SwitchInterface> switchesList,
Map<P,Emulator.ResultTriple> pNumbersMap) |
List<TocEntry> |
SwitchProcessor.processSwitches(WordprocessingMLPackage wordMLPackage,
List<P> pList,
List<SwitchInterface> switchesList,
Map<P,Emulator.ResultTriple> pNumbersMap) |
| Modifier and Type | Method and Description |
|---|---|
P |
ObjectFactory.createP()
Create an instance of
P |
| Modifier and Type | Method and Description |
|---|---|
void |
SdtBlock.flattenP(P p) |
Copyright © 2007-2018. All Rights Reserved.