Package com.aspose.cad.cloud.model
Class SvgOptionsDTO
- java.lang.Object
-
- com.aspose.cad.cloud.model.DrawingOptionsBaseDTO
-
- com.aspose.cad.cloud.model.SvgOptionsDTO
-
public class SvgOptionsDTO extends DrawingOptionsBaseDTO
Export options for SVG format
-
-
Constructor Summary
Constructors Constructor Description SvgOptionsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SvgOptionsDTO
colorType(Object colorType)
boolean
equals(Object o)
Object
getColorType()
Color typeint
hashCode()
Boolean
isTextAsShapes()
Render text as shapesvoid
setColorType(Object colorType)
void
setTextAsShapes(Boolean textAsShapes)
SvgOptionsDTO
textAsShapes(Boolean textAsShapes)
String
toString()
-
Methods inherited from class com.aspose.cad.cloud.model.DrawingOptionsBaseDTO
addLayersItem, getLayers, getResolutionSettings, getRotation, getVectorRasterizationOptions, layers, resolutionSettings, rotation, setLayers, setResolutionSettings, setRotation, setVectorRasterizationOptions, vectorRasterizationOptions
-
-
-
-
Method Detail
-
colorType
public SvgOptionsDTO colorType(Object colorType)
-
getColorType
public Object getColorType()
Color type- Returns:
- colorType
-
setColorType
public void setColorType(Object colorType)
-
textAsShapes
public SvgOptionsDTO textAsShapes(Boolean textAsShapes)
-
isTextAsShapes
public Boolean isTextAsShapes()
Render text as shapes- Returns:
- textAsShapes
-
setTextAsShapes
public void setTextAsShapes(Boolean textAsShapes)
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classDrawingOptionsBaseDTO
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classDrawingOptionsBaseDTO
-
toString
public String toString()
- Overrides:
toString
in classDrawingOptionsBaseDTO
-
-