| Constructor and Description |
|---|
ThemePart(Xlsx inParentDoc) |
| Modifier and Type | Method and Description |
|---|---|
Xlsx |
Workbook.getParentDoc() |
Xlsx |
Xlsx.setConfig(XlsxConfig inValue) |
| Constructor and Description |
|---|
Workbook(Xlsx inParentDoc) |
| Modifier and Type | Method and Description |
|---|---|
Xlsx |
XlsxPart.getParentDoc() |
| Modifier and Type | Method and Description |
|---|---|
XlsxPart |
XlsxPart.setParentDoc(Xlsx inValue) |
| Constructor and Description |
|---|
SharedStringsPart(Xlsx inXlsx) |
SharedStringsPart(Xlsx inXlsx,
BufferedInputStream inStream) |
SsmlContentTypesPart(Xlsx inParentDoc)
Deprecated.
|
SsmlThemePart(Xlsx inXlsx) |
WorkbookPart(Xlsx inXlsx) |
WorkbookRelationshipPart(Xlsx inParentDoc) |
WorksheetPart(Xlsx inXlsx) |
WorksheetPart(Xlsx inXlsx,
String inName,
XMLTag inSheetTag) |
| Constructor and Description |
|---|
SsDrawAbsoluteAnchor(Xlsx inParentDoc) |
SsDrawDrawingAnchor(XMLName inName,
Xlsx inParentDoc) |
SsDrawNonVisualDrawingProperties(Xlsx inXlsx) |
SsDrawNonVisualShapeDrawingProperties(Xlsx inXlsx) |
SsDrawNonVisualShapeProperties(Xlsx inXlsx) |
SsDrawOneCellAnchor(Xlsx inParentDoc) |
SsDrawShape(Xlsx inXlsx) |
SsDrawShape(Xlsx inXlsx,
DmlShapeType inShapeType) |
SsDrawShapeStyle(Xlsx inXlsx) |
SsDrawTextBody(Xlsx inXlsx) |
SsDrawTwoCellAnchor(Xlsx inParentDoc) |
| Modifier and Type | Method and Description |
|---|---|
Xlsx |
SsmlXMLTag.getParentDoc() |
| Constructor and Description |
|---|
SsmlColorScale(Xlsx inParentDoc) |
SsmlDataValidation(Xlsx inXlsx,
CellRange inCellRange) |
SsmlHeaderFooter(Xlsx inXlsx) |
SsmlPageMargins(Xlsx inXlsx) |
SsmlPane(Xlsx inXlsx) |
SsmlSheetFormatProperties(Xlsx inXlsx) |
SsmlSheetView(Xlsx inXlsx) |
SsmlSortState(Xlsx inXlsx,
CellRange inCellRange) |
SsmlTextRun(Xlsx inXlsx) |
SsmlTextRun(Xlsx inXlsx,
String inText) |
SsmlTextRunProperties(Xlsx inXlsx) |
SsmlWorkbook(Xlsx inXlsx) |
SsmlWorkbook(Xlsx inXlsx,
XMLTag inWorkbookTag) |
SsmlWorkbookProperties(Xlsx inXlsx) |
SsmlWorkbookProperties(Xlsx inXlsx,
XMLTag inPropertiesTag) |
SsmlWorkbookView(Xlsx inXlsx) |
SsmlXMLTag(XMLName inName,
Xlsx inParentDoc) |
XlsxComment(Xlsx inParentDoc) |
| Constructor and Description |
|---|
SsmlAlignment(Xlsx inXlsx) |
SsmlBorder(Xlsx inXlsx) |
SsmlCellFormat(Xlsx inXlsx) |
SsmlCellFormat(Xlsx inXlsx,
XMLTag inXMLTag) |
SsmlCellStyle(Xlsx inXlsx) |
SsmlCellStyle(Xlsx inXlsx,
String inName) |
SsmlDifferentialFormat(Xlsx inXlsx) |
SsmlFill(Xlsx inXlsx) |
SsmlFont(Font inFont,
Xlsx inXlsx) |
SsmlFont(Xlsx inXlsx) |
SsmlFont(Xlsx inXlsx,
XMLTag inXMLTag) |
SsmlNumberFormat(Xlsx inXlsx) |
SsmlNumberFormat(Xlsx inXlsx,
XMLTag inXMLTag) |
SsmlStyleFormat(Xlsx inXlsx) |
StylesPart(Xlsx inXlsx)
This constructor should only be used by the Xlsx object.
|
StylesPart(Xlsx inXlsx,
BufferedInputStream inStream) |
jataylor@hairyfatguy.com