Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.part | |
com.hfg.xml.msofficexml.docx.wordprocessingml |
Modifier and Type | Class and Description |
---|---|
class |
DocumentPart
Document Part of a OfficeOpenXML Docx document.
|
class |
FooterPart
Represents an Office Open XML footer part.
|
class |
HeaderPart
Represents an Office Open XML header part.
|
class |
WmlContentPart
Base class for parts in a Docx Office Open XML document that include content.
|
Modifier and Type | Method and Description |
---|---|
OfficeXMLContentPart |
WmlContentContainer.getPart() |
Modifier and Type | Method and Description |
---|---|
protected void |
WmlContentContainer.setPart(OfficeXMLContentPart inPart) |
jataylor@hairyfatguy.com