Package | Description |
---|---|
com.hfg.xml.msofficexml | |
com.hfg.xml.msofficexml.docx.part | |
com.hfg.xml.msofficexml.part | |
com.hfg.xml.msofficexml.xlsx.part |
Modifier and Type | Field and Description |
---|---|
static OfficeOpenXMLContentType |
OfficeOpenXMLContentType.APPLICATION |
static OfficeOpenXMLContentType |
OfficeOpenXMLContentType.COMMENTS |
static OfficeOpenXMLContentType |
OfficeOpenXMLContentType.CORE_PROPERTIES |
static OfficeOpenXMLContentType |
OfficeOpenXMLContentType.DRAWING |
static OfficeOpenXMLContentType |
OfficeOpenXMLContentType.EXTENDED_PROPERTIES |
static OfficeOpenXMLContentType |
OfficeOpenXMLContentType.FOOTER |
static OfficeOpenXMLContentType |
OfficeOpenXMLContentType.FOOTNOTES |
static OfficeOpenXMLContentType |
OfficeOpenXMLContentType.HEADER |
static OfficeOpenXMLContentType |
OfficeOpenXMLContentType.IMAGE_JPEG |
static OfficeOpenXMLContentType |
OfficeOpenXMLContentType.IMAGE_JPG |
static OfficeOpenXMLContentType |
OfficeOpenXMLContentType.IMAGE_PNG |
static OfficeOpenXMLContentType |
OfficeOpenXMLContentType.RELATIONSHIPS |
static OfficeOpenXMLContentType |
OfficeOpenXMLContentType.THEME |
Modifier and Type | Method and Description |
---|---|
OfficeOpenXMLContentType |
RelationshipType.getContentType() |
protected OfficeOpenXMLContentType |
OfficeOpenXMLContentType.setExtension(String inValue) |
Modifier and Type | Method and Description |
---|---|
RelationshipType |
RelationshipType.setContentType(OfficeOpenXMLContentType inValue) |
Modifier and Type | Class and Description |
---|---|
class |
WmlContentType
Content types specific to OfficeOpenXML WordprocessingML.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentTypesPart.addDefault(OfficeOpenXMLContentType inContentType) |
void |
ContentTypesPart.addOverride(OfficeXMLPart inPart,
OfficeOpenXMLContentType inContentType) |
Modifier and Type | Class and Description |
---|---|
class |
SsmlContentType
Content types specific to OfficeOpenXML SpreadsheetML.
|
jataylor@hairyfatguy.com