public final class RenditionClass extends XmpTypeBase
Represents the XMP Rendition.
Modifier and Type | Field and Description |
---|---|
static String[] |
DEFINED_VALUES
The defined values
|
Constructor and Description |
---|
RenditionClass()
Initializes a new instance of the
RenditionClass class. |
RenditionClass(String token,
String value)
Initializes a new instance of the
RenditionClass class. |
Modifier and Type | Method and Description |
---|---|
String |
getToken()
Gets or sets the token.
|
String |
getValue()
Gets or sets the value.
|
String |
getXmpRepresentation()
Gets the string contained value in XMP format.
|
void |
setToken(String value)
Gets or sets the token.
|
void |
setValue(String value)
Gets or sets the value.
|
public static final String[] DEFINED_VALUES
The defined values
public RenditionClass()
Initializes a new instance of the RenditionClass
class.
public String getToken()
Gets or sets the token.
Value: The token.public void setToken(String value)
Gets or sets the token.
Value: The token.public String getValue()
Gets or sets the value.
Value: The value.public void setValue(String value)
Gets or sets the value.
Value: The value.public String getXmpRepresentation()
Gets the string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class XmpTypeBase
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.