Package | Description |
---|---|
com.hfg.html |
The HTML classes in this package can be used to construct HTML or XHTML in an object-oriented fashion.
|
com.hfg.svg | |
com.hfg.xml |
Classes for XML handling.
|
com.hfg.xml.msoffice2003.spreadsheetml |
The classes in this package can be used to construct simple Microsoft Office 2003 Excel spreadsheets in an object-oriented fashion.
|
com.hfg.xml.msofficexml.docx.part | |
com.hfg.xml.msofficexml.part | |
com.hfg.xml.msofficexml.xlsx.part |
Modifier and Type | Class and Description |
---|---|
class |
HTMLDoc
Represents an HTML document.
|
Modifier and Type | Class and Description |
---|---|
class |
SvgDoc
Container for an SVG (Scalable Vector Graphics) document.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLDoc
XMLDoc is a generic XML document container.
|
Modifier and Type | Method and Description |
---|---|
XMLBasedDoc |
XMLBasedDoc.clone() |
XMLBasedDoc |
XMLBasedDoc.setDoctype(Doctype inValue) |
XMLBasedDoc |
XMLBasedDoc.setEncoding(Charset inValue) |
XMLBasedDoc |
XMLBasedDoc.setIsStandalone(boolean inValue) |
XMLBasedDoc |
XMLBasedDoc.setName(String inValue) |
XMLBasedDoc |
XMLBasedDoc.setSpec(XMLSpec inValue) |
Modifier and Type | Class and Description |
---|---|
class |
ExcelDoc
An Office 2003 xlsx Excel document.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentPart
Document Part of a OfficeOpenXML Docx document.
|
class |
DocxPart
Base class for OfficeOpenXml Docx document parts.
|
class |
FooterPart
Represents an Office Open XML footer part.
|
class |
FooterRelationshipPart
Represents the relationship part (container) for the footer part of an Office Open XML.
|
class |
HeaderPart
Represents an Office Open XML header part.
|
class |
HeaderRelationshipPart
Represents the relationship part (container) for the header part of an Office Open XML.
|
class |
MainDocPartRelationshipPart
Represents the relationship part (container) for the main doc part of an Office Open XML.
|
class |
NumberingPart
Represents an Office Open XML numbering part.
|
class |
StylesPart
Office Open XML document styles part.
|
class |
VbaDataPart
Represents an Office Open XML VBA data part.
|
class |
VbaRelationshipPart
Represents the VBA relationship part (container) for an Office Open XML.
|
class |
WmlContentPart
Base class for parts in a Docx Office Open XML document that include content.
|
Modifier and Type | Class and Description |
---|---|
class |
CommentsPart
Represents an Office Open XML comments part.
|
class |
ContentTypesPart
Represents an Office Open XML content types part.
|
class |
DocumentPropertiesPart
Represents an Office Open XML document properties part.
|
class |
ImagePart
Represents an Office Open XML image part.
|
class |
MediaPart
Represents an Office Open XML media part.
|
class |
OfficeOpenXmlRelationshipPart
Represents an Office Open XML relationship part.
|
class |
OfficeXMLContentPart
Base class for parts in an Office Open XML document that include content.
|
class |
OfficeXMLPart
Base class for OfficeOpenXml document parts.
|
class |
PackageRelationshipPart
Represents an Office Open XML package relationship part.
|
class |
SettingsPart
Represents an Office Open XML settings part.
|
class |
ThemePart
Base class for Office Open XML theme parts.
|
Modifier and Type | Class and Description |
---|---|
class |
SharedStringsPart
Office Open XML format Excel shared string part.
|
class |
SsmlCommentsPart |
class |
SsmlContentTypesPart
Deprecated.
|
class |
SsmlDrawingPart
Represents an Office Open XML drawing part.
|
class |
SsmlThemePart
Represents an Office Open XML theme part.
|
class |
TablePart
Table Part of a OfficeOpenXML xlsx Excel document.
|
class |
WorkbookPart
Workbook Part of a OfficeOpenXML xlsx Excel document.
|
class |
WorkbookRelationshipPart |
class |
WorksheetPart
Worksheet Part of a OfficeOpenXML xlsx Excel document.
|
class |
WorksheetRelationshipPart
Represents an Office Open XML worksheet relationship part.
|
class |
XlsxPart |
jataylor@hairyfatguy.com