Modifier and Type | Method and Description |
---|---|
protected static Set<ContentAccessor> |
OpenDoPEHandler.getParts(WordprocessingMLPackage srcPackage) |
Modifier and Type | Method and Description |
---|---|
ContentAccessor |
FieldRef.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
FieldRef.setParent(ContentAccessor parent) |
Modifier and Type | Method and Description |
---|---|
protected static String |
MailMerger.getTextInsideContent(ContentAccessor paragraph)
Parse through all content inside the paragraph to concatenate all values inside a text
|
protected static void |
MailMerger.recursiveRemove(ContentAccessor content,
Object needToBeRemoved)
To remove an object from the docx template
|
Modifier and Type | Method and Description |
---|---|
AlternativeFormatInputPart |
JaxbXmlPartAltChunkHost.addAltChunk(AltChunkType type,
byte[] bytes,
ContentAccessor attachmentPoint) |
AlternativeFormatInputPart |
JaxbXmlPartAltChunkHost.addAltChunk(AltChunkType type,
InputStream is,
ContentAccessor attachmentPoint) |
Modifier and Type | Class and Description |
---|---|
class |
FooterPart |
class |
HeaderPart |
class |
MainDocumentPart |
Modifier and Type | Method and Description |
---|---|
AlternativeFormatInputPart |
AltChunkInterface.addAltChunk(AltChunkType type,
byte[] bytes,
ContentAccessor attachmentPoint)
Add content from byte array of type AltChunkType, in a way that leaves it up to downstream application (eg Word)
to convert the content to docx content.
|
AlternativeFormatInputPart |
AltChunkInterface.addAltChunk(AltChunkType type,
InputStream is,
ContentAccessor attachmentPoint)
Add content from InputStream of type AltChunkType, in a way that leaves it up to downstream application (eg Word)
to convert the content to docx content.
|
Modifier and Type | Class and Description |
---|---|
class |
Body
Java class for CT_Body complex type.
|
class |
CTCustomXmlRun
Java class for CT_CustomXmlRun complex type.
|
class |
CTSdtContentCell
Wraps around a table cell.
|
class |
CTSdtContentRow
Java class for CT_SdtContentRow complex type.
|
class |
CTSdtContentRun
Java class for CT_SdtContentRun complex type.
|
class |
CTSimpleField
Java class for CT_SimpleField complex type.
|
class |
CTSmartTagRun
Java class for CT_SmartTagRun complex type.
|
class |
CTTxbxContent
Java class for CT_TxbxContent complex type.
|
class |
Document
Java class for anonymous complex type.
|
class |
Ftr
Footer
|
class |
Hdr
Header
|
class |
P
Java class for anonymous complex type.
|
static class |
P.Hyperlink
Hyperlink
|
class |
R
Java class for anonymous complex type.
|
class |
SdtContent
Content controls (Sdt) contain properties (SdtPr) and content (SdtContent).
|
class |
SdtContentBlock
Java class for CT_SdtContentBlock complex type.
|
class |
Tbl
Java class for CT_Tbl complex type.
|
class |
Tc
Java class for CT_Tc complex type.
|
class |
Tr
Java class for anonymous complex type.
|
Copyright © 2007-2019. All Rights Reserved.