ASSvgExportParametersBean

Inheritance: java.lang.Object, ImageExportParameters

The SVG file format export parameters.

Constructors

ConstructorDescription
ASSvgExportParametersBean()Instantiates a new Svg export parameters.

Methods

MethodDescription
getColorType()Gets or sets the color type for SVG image.
setColorType(SvgColorModeEnum value)Gets or sets the color type for SVG image.
getTextAsShapes()Gets or sets a value indicating whether text must be converted as shapes.
setTextAsShapes(boolean value)Gets or sets a value indicating whether text must be converted as shapes.
getCompress()Gets a value indicating whether this file format is compressed. Value: true if compressed; otherwise, false .
setCompress(boolean value)Sets a value indicating whether this file format is compressed. Value: true if compressed; otherwise, false .
setIsPdfEmbeddedAlias(boolean makeAlias)Specifies whether the font should be embedded into the document using isPdfEmbedded flag in the tag. Makes able to specify which font should be embedded in svg document. It defaults to false.
isPdfEmbeddedAlias()Is pdf embedded alias boolean.
setEmbedFonts(boolean embedFonts)Specifies whether the fonts should be embedded in svg file as base64 It defaults to false.
isEmbedFonts()Indicates whether the fonts should be embedded into the svg file as base64
setPropertyValues(Object object)

ASSvgExportParametersBean()

public ASSvgExportParametersBean()

Instantiates a new Svg export parameters.

getColorType()

public SvgColorModeEnum getColorType()

Gets or sets the color type for SVG image.

Returns: SvgColorModeEnum - The type of the color of SVG image.

setColorType(SvgColorModeEnum value)

public void setColorType(SvgColorModeEnum value)

Gets or sets the color type for SVG image.

Parameters:

ParameterTypeDescription
valueSvgColorModeEnumThe type of the color of SVG image.

getTextAsShapes()

public boolean getTextAsShapes()

Gets or sets a value indicating whether text must be converted as shapes.

Returns: boolean - true if all text is turned into SVG shapes in the convertion; otherwise, false .

setTextAsShapes(boolean value)

public void setTextAsShapes(boolean value)

Gets or sets a value indicating whether text must be converted as shapes.

Parameters:

ParameterTypeDescription
valuebooleantrue if all text is turned into SVG shapes in the convertion; otherwise, false .

getCompress()

public final boolean getCompress()

Gets a value indicating whether this file format is compressed. Value: true if compressed; otherwise, false .

Returns: boolean - a value indicating whether this file format is compressed.

setCompress(boolean value)

public final void setCompress(boolean value)

Sets a value indicating whether this file format is compressed. Value: true if compressed; otherwise, false .

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether this file format is compressed.

setIsPdfEmbeddedAlias(boolean makeAlias)

public final void setIsPdfEmbeddedAlias(boolean makeAlias)

Specifies whether the font should be embedded into the document using isPdfEmbedded flag in the tag. Makes able to specify which font should be embedded in svg document. It defaults to false.

Parameters:

ParameterTypeDescription
makeAliasbooleanthe d

isPdfEmbeddedAlias()

public boolean isPdfEmbeddedAlias()

Is pdf embedded alias boolean.

Returns: boolean - true if there is pdf embedded alias; otherwise, false .

setEmbedFonts(boolean embedFonts)

public void setEmbedFonts(boolean embedFonts)

Specifies whether the fonts should be embedded in svg file as base64 It defaults to false.

Parameters:

ParameterTypeDescription
embedFontsbooleanindicator where the fonts should be embedded

isEmbedFonts()

public boolean isEmbedFonts()

Indicates whether the fonts should be embedded into the svg file as base64

Returns: boolean - true , if the fonts should be embedded; otherwise, false

setPropertyValues(Object object)

public void setPropertyValues(Object object)