public final class UrlLinkFrame extends TagFrame
Represents URL link frame. Name of frame always starts with 'W' character.
Constructor and Description |
---|
UrlLinkFrame(int encoding,
String description,
String url)
Initializes a new instance of the
UrlLinkFrame class. |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets or sets the description.
|
int |
getEncoding()
Gets or sets the encoding.
|
String |
getFormattedValue()
Gets the formatted value.
|
String |
getTextValue() |
String |
getUrl()
Gets or sets the URL.
|
void |
setDescription(String value)
Gets or sets the description.
|
void |
setEncoding(int value)
Gets or sets the encoding.
|
void |
setUrl(String value)
Gets or sets the URL.
|
String |
toString()
Returns a
System.String that represents this instance. |
public final int getEncoding()
Gets or sets the encoding.
Value: The encoding.public final void setEncoding(int value)
Gets or sets the encoding.
Value: The encoding.public final String getDescription()
Gets or sets the description.
Value: The description.public final void setDescription(String value)
Gets or sets the description.
Value: The description.public final String getUrl()
Gets or sets the URL.
Value: The URL.public final void setUrl(String value)
Gets or sets the URL.
Value: The URL.public final String getTextValue()
public String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
getFormattedValue
in class TagFrame
Copyright © 2017. All rights reserved.