public class DxfOptions extends ImageOptionsBase
The SVG file format creation options.
ImageOptionsBase
Constructor and Description |
---|
DxfOptions() |
Modifier and Type | Method and Description |
---|---|
byte |
getBezierPointCount()
How many points to generate when converting Bezier curves to polylines
|
boolean |
getConvertTextBeziers()
Wether to convert Bezier curves in text outlines to multipoint polylines (converted to 4 points if false).
|
boolean |
getTextAsLines()
Gets or sets a value indicating whether [text as lines].
|
int |
getVersion()
Version of output DXF format
|
void |
setBezierPointCount(byte value)
How many points to generate when converting Bezier curves to polylines
|
void |
setConvertTextBeziers(boolean value)
Wether to convert Bezier curves in text outlines to multipoint polylines (converted to 4 points if false).
|
void |
setTextAsLines(boolean value)
Gets or sets a value indicating whether [text as lines].
|
void |
setVersion(int value)
Version of output DXF format
|
getInterruptionToken, getLayers, getPalette, getPc3File, getResolutionSettings, getRotation, getSource, getTimeout, getUserWatermarkColor, getUserWatermarkText, getVectorRasterizationOptions, getXmpData, setInterruptionToken, setLayers, setPalette, setPc3File, setResolutionSettings, setRotation, setSource, setTimeout, setUserWatermarkColor, setUserWatermarkText, setVectorRasterizationOptions, setXmpData
public final int getVersion()
Version of output DXF format
public final void setVersion(int value)
Version of output DXF format
public final byte getBezierPointCount()
How many points to generate when converting Bezier curves to polylines
public final void setBezierPointCount(byte value)
How many points to generate when converting Bezier curves to polylines
public final boolean getConvertTextBeziers()
Wether to convert Bezier curves in text outlines to multipoint polylines (converted to 4 points if false).
public final void setConvertTextBeziers(boolean value)
Wether to convert Bezier curves in text outlines to multipoint polylines (converted to 4 points if false).
public final boolean getTextAsLines()
Gets or sets a value indicating whether [text as lines].
true
if [text as lines]; otherwise, false
.public final void setTextAsLines(boolean value)
Gets or sets a value indicating whether [text as lines].
value
- true
if [text as lines]; otherwise, false
.