public class SpreadsheetTableStyleImpl extends DefaultTableStyleImpl implements SpreadsheetTableStyle
| Constructor and Description |
|---|
SpreadsheetTableStyleImpl(org.apache.poi.ss.usermodel.RichTextString headerTextTemplate,
org.apache.poi.ss.usermodel.CellStyle headerStyle,
CellRangeSettings headerSettings,
NameValueRowStyle headerRowStyle,
String stepHeaderText,
String valueHeaderText,
NameValueRowStyle rowStyle,
NameValueRowStyle lastRowStyle,
org.apache.poi.ss.usermodel.CellStyle dateFieldStyle,
org.apache.poi.ss.usermodel.CellStyle dateTimeFieldStyle) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.poi.ss.usermodel.CellStyle |
getDateStyle() |
org.apache.poi.ss.usermodel.CellStyle |
getDateTimeStyle() |
NameValueRowStyle |
getHeaderRowStyle() |
NameValueRowStyle |
getLastRowStyle() |
NameValueRowStyle |
getRowStyle() |
String |
getStepHeaderText() |
String |
getValueHeaderText() |
void |
setValueHeaderText(String valueHeaderText) |
getHeaderSizeSettings, getHeaderStyle, getHeaderTemplateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHeaderSizeSettings, getHeaderStyle, getHeaderTemplatepublic SpreadsheetTableStyleImpl(org.apache.poi.ss.usermodel.RichTextString headerTextTemplate,
org.apache.poi.ss.usermodel.CellStyle headerStyle,
CellRangeSettings headerSettings,
NameValueRowStyle headerRowStyle,
String stepHeaderText,
String valueHeaderText,
NameValueRowStyle rowStyle,
NameValueRowStyle lastRowStyle,
org.apache.poi.ss.usermodel.CellStyle dateFieldStyle,
org.apache.poi.ss.usermodel.CellStyle dateTimeFieldStyle)
public NameValueRowStyle getHeaderRowStyle()
getHeaderRowStyle in interface SpreadsheetTableStylepublic String getStepHeaderText()
getStepHeaderText in interface SpreadsheetTableStylepublic String getValueHeaderText()
getValueHeaderText in interface SpreadsheetTableStylepublic void setValueHeaderText(String valueHeaderText)
setValueHeaderText in interface SpreadsheetTableStylepublic NameValueRowStyle getRowStyle()
getRowStyle in interface TableStylepublic NameValueRowStyle getLastRowStyle()
getLastRowStyle in interface TableStylepublic org.apache.poi.ss.usermodel.CellStyle getDateStyle()
getDateStyle in interface TableStylepublic org.apache.poi.ss.usermodel.CellStyle getDateTimeStyle()
getDateTimeStyle in interface TableStyleCopyright © 2004–2021 OpenL Tablets. All rights reserved.