public class TextFrame extends TagFrame
Represents text frames starts with T character.
Constructor and Description |
---|
TextFrame(String value)
Initializes a new instance of the
TextFrame class. |
TextFrame(String value,
byte encoding)
Initializes a new instance of the
TextFrame class. |
TextFrame(String name,
String value,
byte encoding)
Initializes a new instance of the
TextFrame class. |
Modifier and Type | Method and Description |
---|---|
byte |
getEncoding()
Gets or sets the encoding.
|
String |
getFormattedValue()
Gets the formatted value.
|
String |
getText()
Gets or sets the text.
|
String |
getTextValue() |
void |
setEncoding(byte value)
Gets or sets the encoding.
|
void |
setText(String value)
Gets or sets the text.
|
String |
toString()
Returns a
System.String that represents this instance. |
public TextFrame(String name, String value, byte encoding)
Initializes a new instance of the TextFrame
class.
name
- Frame name.value
- Frame value.encoding
- The encoding.public TextFrame(String value, byte encoding)
Initializes a new instance of the TextFrame
class.
value
- Frame value.encoding
- The encoding.public TextFrame(String value)
Initializes a new instance of the TextFrame
class.
value
- Frame value.public final String getText()
Gets or sets the text.
Value: The text.public final void setText(String value)
Gets or sets the text.
Value: The text.public final byte getEncoding()
Gets or sets the encoding.
Value: The encoding.public final void setEncoding(byte value)
Gets or sets the encoding.
Value: The encoding.public final String getTextValue()
public String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
getFormattedValue
in class TagFrame
Copyright © 2017. All rights reserved.