Modifier and Type | Class and Description |
---|---|
class |
BaseHtmlRenderParam
Parameter for html rendering.
|
class |
BaseImageRenderParam
Parameter for image rendering.
|
class |
BaseRenderParam
Abstract default implementation of
IRenderParam ,
base class for all rendering parameters. |
Modifier and Type | Method and Description |
---|---|
IRenderParam |
ImageSaveOptions.getRenderParam()
Rendering params (for compliance with obsolete Project.Export method).
|
Modifier and Type | Method and Description |
---|---|
IRenderResult |
Project.export(int renderFormat,
int presentationFormat,
OutputStream stream,
IRenderParam param)
Deprecated.
|
IRenderResult |
Project.export(int renderFormat,
int presentationFormat,
OutputStream stream,
IRenderParam param,
boolean expandAll,
List arrayExpanded)
Deprecated.
|
IRenderResult |
Project.export(int renderFormat,
int presentationFormat,
OutputStream stream,
IRenderParam param,
boolean expandAll,
List arrayExpanded,
ProjectView view)
Deprecated.
|
IRenderResult |
Project.export(int renderFormat,
int presentationFormat,
String filename,
IRenderParam param)
Deprecated.
|
IRenderResult |
Project.export(int renderFormat,
int presentationFormat,
String filename,
IRenderParam param,
boolean expandAll,
List arrayExpanded) |
IRenderResult |
Project.export(int renderFormat,
int presentationFormat,
String filename,
IRenderParam param,
boolean expandAll,
List arrayExpanded,
ProjectView view) |
void |
ImageSaveOptions.setRenderParam(IRenderParam value) |
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.