public class PDFOptions extends Object implements ExporterOptions
Constructor and Description |
---|
PDFOptions() |
PDFOptions(String cellFontStyle,
String cellFontColor,
String cellFontSize) |
PDFOptions(String facetFontStyle,
String facetFontColor,
String facetBgColor,
String facetFontSize) |
PDFOptions(String facetFontStyle,
String facetFontColor,
String facetBgColor,
String facetFontSize,
String cellFontStyle,
String cellFontColor,
String cellFontSize) |
Modifier and Type | Method and Description |
---|---|
String |
getCellFontColor() |
String |
getCellFontSize() |
String |
getCellFontStyle() |
String |
getFacetBgColor() |
String |
getFacetFontColor() |
String |
getFacetFontSize() |
String |
getFacetFontStyle() |
void |
setCellFontColor(String cellFontColor) |
void |
setCellFontSize(String cellFontSize) |
void |
setCellFontStyle(String cellFontStyle) |
void |
setFacetBgColor(String facetBgColor) |
void |
setFacetFontColor(String facetFontColor) |
void |
setFacetFontSize(String facetFontSize) |
void |
setFacetFontStyle(String facetFontStyle) |
public PDFOptions()
public PDFOptions(String facetFontStyle, String facetFontColor, String facetBgColor, String facetFontSize)
public String getFacetFontStyle()
getFacetFontStyle
in interface ExporterOptions
public void setFacetFontStyle(String facetFontStyle)
public String getFacetFontColor()
getFacetFontColor
in interface ExporterOptions
public void setFacetFontColor(String facetFontColor)
public String getFacetBgColor()
getFacetBgColor
in interface ExporterOptions
public void setFacetBgColor(String facetBgColor)
public String getFacetFontSize()
getFacetFontSize
in interface ExporterOptions
public void setFacetFontSize(String facetFontSize)
public String getCellFontStyle()
getCellFontStyle
in interface ExporterOptions
public void setCellFontStyle(String cellFontStyle)
public String getCellFontColor()
getCellFontColor
in interface ExporterOptions
public void setCellFontColor(String cellFontColor)
public String getCellFontSize()
getCellFontSize
in interface ExporterOptions
public void setCellFontSize(String cellFontSize)
Copyright © 2019. All rights reserved.