public class OdPath extends OdStyledObject
The open document object path
Constructor and Description |
---|
OdPath(OdObject parent)
Initializes a new instance of the
OdPath class. |
Modifier and Type | Method and Description |
---|---|
String |
getData()
Gets or sets the data.
|
OdGraphicObject[] |
getEnhancedPath()
Gets or sets the enhanced path.
|
String |
getLayer()
Gets or sets the layer.
|
String |
getStyleName()
Gets or sets the name of the style.
|
String |
getTextStyleName()
Gets or sets the name of the text style.
|
void |
setData(String value)
Gets or sets the data.
|
void |
setEnhancedPath(OdGraphicObject[] value)
Gets or sets the enhanced path.
|
void |
setLayer(String value)
Gets or sets the layer.
|
void |
setStyleName(String value)
Gets or sets the name of the style.
|
void |
setTextStyleName(String value)
Gets or sets the name of the text style.
|
getRectangle, getStyle, setRectangle, setStyle
getAbsoluteCoordinates, setAbsoluteCoordinates
public OdPath(OdObject parent)
Initializes a new instance of the OdPath
class.
parent
- The parent.public String getStyleName()
Gets or sets the name of the style.
public void setStyleName(String value)
Gets or sets the name of the style.
value
- The name of the style.public String getTextStyleName()
Gets or sets the name of the text style.
public void setTextStyleName(String value)
Gets or sets the name of the text style.
value
- The name of the text style.public String getLayer()
Gets or sets the layer.
public void setLayer(String value)
Gets or sets the layer.
value
- The layer.public String getData()
Gets or sets the data.
public void setData(String value)
Gets or sets the data.
value
- The data.public OdGraphicObject[] getEnhancedPath()
Gets or sets the enhanced path.
public void setEnhancedPath(OdGraphicObject[] value)
Gets or sets the enhanced path.
value
- The enhanced path.