public class PrintableHtmlOptions extends Object
Class PrintableHtmlOptions.
Constructor and Description |
---|
PrintableHtmlOptions()
Initializes a new instance of the
PrintableHtmlOptions class. |
PrintableHtmlOptions(String css)
Initializes a new instance of the
PrintableHtmlOptions class. |
PrintableHtmlOptions(String css,
Watermark watermark)
Initializes a new instance of the
PrintableHtmlOptions class. |
PrintableHtmlOptions(Watermark watermark)
Initializes a new instance of the
PrintableHtmlOptions class. |
Modifier and Type | Method and Description |
---|---|
String |
getCss()
The CSS.
|
Watermark |
getWatermark()
The watermark.
|
void |
setCss(String value)
The CSS.
|
void |
setWatermark(Watermark value)
The watermark.
|
public PrintableHtmlOptions()
Initializes a new instance of the PrintableHtmlOptions
class.
public PrintableHtmlOptions(String css, Watermark watermark)
Initializes a new instance of the PrintableHtmlOptions
class.
css
- The csswatermark
- The watermarkpublic PrintableHtmlOptions(String css)
Initializes a new instance of the PrintableHtmlOptions
class.
css
- The csspublic PrintableHtmlOptions(Watermark watermark)
Initializes a new instance of the PrintableHtmlOptions
class.
watermark
- The watermarkpublic String getCss()
The CSS.
public void setCss(String value)
The CSS.
value
- the valuepublic Watermark getWatermark()
The watermark.
public void setWatermark(Watermark value)
The watermark.
value
- the valueCopyright © 2018. All rights reserved.