public class RenderingOptions
extends java.lang.Object
implements java.lang.Cloneable
Represents rendering options.
Constructor and Description |
---|
RenderingOptions()
Initializes a new instance of the
RenderingOptions class. |
Modifier and Type | Method and Description |
---|---|
RenderingOptions |
deepClone() |
com.aspose.ms.System.Drawing.Color |
getBackgroundColor()
Gets or sets
Color which will fill background of every page. |
CssOptions |
getCss()
Gets a
CssOptions object which is used for configuration of css properties processing. |
Resolution |
getHorizontalResolution()
Sets or gets horizontal resolution for internal (which are used during filters processing) images, in pixels per inch.
|
PageSetup |
getPageSetup()
Gets a page setup object is used for configuration output page-set.
|
Resolution |
getVerticalResolution()
Sets or gets vertical resolution for internal (which are used during filters processing) images, in pixels per inch.
|
protected java.lang.Object |
memberwiseClone() |
void |
setBackgroundColor(com.aspose.ms.System.Drawing.Color value)
Gets or sets
Color which will fill background of every page. |
void |
setHorizontalResolution(Resolution value)
Sets or gets horizontal resolution for internal (which are used during filters processing) images, in pixels per inch.
|
void |
setPageSetup(PageSetup value)
Gets a page setup object is used for configuration output page-set.
|
void |
setVerticalResolution(Resolution value)
Sets or gets vertical resolution for internal (which are used during filters processing) images, in pixels per inch.
|
public RenderingOptions()
Initializes a new instance of the RenderingOptions
class.
public CssOptions getCss()
Gets a CssOptions
object which is used for configuration of css properties processing.
CssOptions
object.public PageSetup getPageSetup()
Gets a page setup object is used for configuration output page-set.
Value: The page setup.public void setPageSetup(PageSetup value)
Gets a page setup object is used for configuration output page-set.
Value: The page setup.public Resolution getHorizontalResolution()
Sets or gets horizontal resolution for internal (which are used during filters processing) images, in pixels per inch. By default this property is 300 dpi.
public void setHorizontalResolution(Resolution value)
Sets or gets horizontal resolution for internal (which are used during filters processing) images, in pixels per inch. By default this property is 300 dpi.
public com.aspose.ms.System.Drawing.Color getBackgroundColor()
Gets or sets Color
which will fill background of every page. Default value is Color.Transparent
(Color.getTransparent()
).
public void setBackgroundColor(com.aspose.ms.System.Drawing.Color value)
Gets or sets Color
which will fill background of every page. Default value is Color.Transparent
(Color.getTransparent()
).
public Resolution getVerticalResolution()
Sets or gets vertical resolution for internal (which are used during filters processing) images, in pixels per inch. By default this property is 300 dpi.
public void setVerticalResolution(Resolution value)
Sets or gets vertical resolution for internal (which are used during filters processing) images, in pixels per inch. By default this property is 300 dpi.
public RenderingOptions deepClone()
protected java.lang.Object memberwiseClone()