public interface IVectorPathData
The interface for access to the vector path data.
| Modifier and Type | Method and Description |
|---|---|
VectorPathRecord[] |
getPaths()
Gets or sets the path records.
|
int |
getVersion()
Gets or sets the version.
|
boolean |
isDisabled()
Gets or sets a value indicating whether this instance is disabled.
|
boolean |
isInverted()
Gets or sets a value indicating whether this instance is inverted.
|
boolean |
isNotLinked()
Gets or sets a value indicating whether this instance is not linked.
|
void |
setDisabled(boolean value)
Gets or sets a value indicating whether this instance is disabled.
|
void |
setInverted(boolean value)
Gets or sets a value indicating whether this instance is inverted.
|
void |
setNotLinked(boolean value)
Gets or sets a value indicating whether this instance is not linked.
|
void |
setPaths(VectorPathRecord[] value)
Gets or sets the path records.
|
void |
setVersion(int value)
Gets or sets the version.
|
VectorPathRecord[] getPaths()
Gets or sets the path records.
Value: The paths.void setPaths(VectorPathRecord[] value)
Gets or sets the path records.
Value: The paths.int getVersion()
Gets or sets the version.
Value: The version.void setVersion(int value)
Gets or sets the version.
Value: The version.boolean isDisabled()
Gets or sets a value indicating whether this instance is disabled.
Value:true if this instance is disabled; otherwise, false.void setDisabled(boolean value)
Gets or sets a value indicating whether this instance is disabled.
Value:true if this instance is disabled; otherwise, false.boolean isNotLinked()
Gets or sets a value indicating whether this instance is not linked.
Value:true if this instance is not linked; otherwise, false.void setNotLinked(boolean value)
Gets or sets a value indicating whether this instance is not linked.
Value:true if this instance is not linked; otherwise, false.boolean isInverted()
Gets or sets a value indicating whether this instance is inverted.
Value:true if this instance is inverted; otherwise, false.void setInverted(boolean value)
Gets or sets a value indicating whether this instance is inverted.
Value:true if this instance is inverted; otherwise, false.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.