public class OdCustomShape extends OdStyledObject
The open document custom-shape.
Constructor and Description |
---|
OdCustomShape(OdObject parent)
Initializes a new instance of the
OdCustomShape class. |
Modifier and Type | Method and Description |
---|---|
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 |
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 OdCustomShape(OdObject parent)
Initializes a new instance of the OdCustomShape
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.