ProjectLink
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.xmp.types.XmpTypeBase
public final class ProjectLink extends XmpTypeBase
Represents path of the project.
Constructors
Constructor | Description |
---|---|
ProjectLink() |
Methods
Method | Description |
---|---|
getPath() | Gets or sets full path to the project. |
setPath(String value) | Gets or sets full path to the project. |
getType() | Gets or sets file type. |
setType(int value) | Gets or sets file type. |
getXmpRepresentation() | Returns string contained value in XMP format. |
ProjectLink()
public ProjectLink()
getPath()
public String getPath()
Gets or sets full path to the project.
Value: The full path to the project.
Returns: java.lang.String
setPath(String value)
public void setPath(String value)
Gets or sets full path to the project.
Value: The full path to the project.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getType()
public int getType()
Gets or sets file type.
Value: The file type.
Returns: int
setType(int value)
public void setType(int value)
Gets or sets file type.
Value: The file type.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getXmpRepresentation()
public String getXmpRepresentation()
Returns string contained value in XMP format.
Returns: java.lang.String - Returns string containing xmp representation.