public final class ResourceRef extends ComplexTypeBase
Used to indicate prior versions, originals of renditions, originals for derived documents, and so on.
Constructor and Description |
---|
ResourceRef()
Initializes a new instance of the
##Aspose#PSD#Xmp#Types#Complex#Dimensions class. |
Modifier and Type | Method and Description |
---|---|
String[] |
getAlternatePaths()
Gets or sets the array of alternate path.
|
String |
getDocumentUri()
Gets or sets the document URI.
|
String |
getFilePathUri()
Gets or sets the file path URI.
|
String |
getInstanceId()
Gets or sets the instance identifier.
|
void |
setAlternatePaths(String[] value)
Gets or sets the array of alternate path.
|
void |
setDocumentUri(String value)
Gets or sets the document URI.
|
void |
setFilePathUri(String value)
Gets or sets the file path URI.
|
void |
setInstanceId(String value)
Gets or sets the instance identifier.
|
add, getNamespaceUri, getPrefix, getXmpRepresentation
public ResourceRef()
Initializes a new instance of the ##Aspose#PSD#Xmp#Types#Complex#Dimensions
class.
public final String[] getAlternatePaths()
Gets or sets the array of alternate path.
Value: The array of alternate path.public final void setAlternatePaths(String[] value)
Gets or sets the array of alternate path.
Value: The array of alternate path.public final String getDocumentUri()
Gets or sets the document URI.
Value: The document URI.public final void setDocumentUri(String value)
Gets or sets the document URI.
Value: The document URI.public final String getFilePathUri()
Gets or sets the file path URI.
Value: The file path URI.public final void setFilePathUri(String value)
Gets or sets the file path URI.
Value: The file path URI.public final String getInstanceId()
Gets or sets the instance identifier.
Value: The instance identifier.public final void setInstanceId(String value)
Gets or sets the instance identifier.
Value: The instance identifier.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.