|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.SVGOptions
public final class SVGOptions
Represents an SVG options.
Constructor Summary | |
---|---|
SVGOptions()
Initializes a new instance of the SVGOptions class. |
Method Summary | |
---|---|
static SVGOptions |
getDefault()
Returns default settings. |
boolean |
getDisableLineEndCropping()
Determines whether the end of lines with arrows will be cropped in SVG. |
int |
getMetafileRasterizationDpi()
Returns the lower resolution limit for metafile rasterization. |
static SVGOptions |
getSimple()
Returns settings for most simple and smallest SVG file generation. |
static SVGOptions |
getWYSIWYG()
Returns settings for most accurate SVG file generation. |
boolean |
isDisable3DText()
Determines whether the 3D text is disabled in SVG. |
boolean |
isVectorizeText()
Determines whether the text on a slide will be saved as graphics. |
void |
setDisable3DText(boolean value)
Sets whether the 3D text is disabled in SVG. |
void |
setDisableLineEndCropping(boolean value)
Sets whether the end of lines with arrows will be cropped in SVG. |
void |
setMetafileRasterizationDpi(int value)
Sets the lower resolution limit for metafile rasterization. |
void |
setVectorizeText(boolean value)
Sets whether the text on a slide will be saved as graphics. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SVGOptions() throws PptException
PptException
Method Detail |
---|
public boolean isVectorizeText()
public void setVectorizeText(boolean value)
value
- public int getMetafileRasterizationDpi()
public void setMetafileRasterizationDpi(int value) throws java.lang.IllegalArgumentException
value
- lower resolution limit.
java.lang.IllegalArgumentException
public boolean isDisable3DText()
public void setDisable3DText(boolean value)
value
- public boolean getDisableLineEndCropping()
public void setDisableLineEndCropping(boolean value)
value
- public static SVGOptions getDefault() throws PptException
PptException
public static SVGOptions getSimple() throws PptException
PptException
public static SVGOptions getWYSIWYG() throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |