OdPath

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdStyledObject

public class OdPath extends OdStyledObject

The open document object path

Constructors

ConstructorDescription
OdPath(OdObject parent)Initializes a new instance of the OdPath class.

Methods

MethodDescription
getStyleName()Gets or sets the name of the style.
setStyleName(String value)Gets or sets the name of the style.
getTextStyleName()Gets or sets the name of the text style.
setTextStyleName(String value)Gets or sets the name of the text style.
getLayer()Gets or sets the layer.
setLayer(String value)Gets or sets the layer.
getData()Gets or sets the data.
setData(String value)Gets or sets the data.
getEnhancedPath()Gets or sets the enhanced path.
setEnhancedPath(OdGraphicObject[] value)Gets or sets the enhanced path.

OdPath(OdObject parent)

public OdPath(OdObject parent)

Initializes a new instance of the OdPath class.

Parameters:

ParameterTypeDescription
parentOdObjectThe parent.

getStyleName()

public String getStyleName()

Gets or sets the name of the style.

Returns: java.lang.String - The name of the style.

setStyleName(String value)

public void setStyleName(String value)

Gets or sets the name of the style.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe name of the style.

getTextStyleName()

public String getTextStyleName()

Gets or sets the name of the text style.

Returns: java.lang.String - The name of the text style.

setTextStyleName(String value)

public void setTextStyleName(String value)

Gets or sets the name of the text style.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe name of the text style.

getLayer()

public String getLayer()

Gets or sets the layer.

Returns: java.lang.String - The layer.

setLayer(String value)

public void setLayer(String value)

Gets or sets the layer.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe layer.

getData()

public String getData()

Gets or sets the data.

Returns: java.lang.String - The data.

setData(String value)

public void setData(String value)

Gets or sets the data.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe data.

getEnhancedPath()

public OdGraphicObject[] getEnhancedPath()

Gets or sets the enhanced path.

Returns: com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject[] - The enhanced path.

setEnhancedPath(OdGraphicObject[] value)

public void setEnhancedPath(OdGraphicObject[] value)

Gets or sets the enhanced path.

Parameters:

ParameterTypeDescription
valueOdGraphicObject[]The enhanced path.