LyricsField
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataProperty
public final class LyricsField extends MetadataProperty
Represents a LyricsTag field.
Learn more
| Constructor | Description |
|---|---|
| LyricsField(String id, String data) | Initializes a new instance of the LyricsField class. |
| Method | Description |
|---|---|
| getID() | Gets the id of the field (it’s always three characters long). |
| getSize() | Gets the string representation of the field size. |
| getData() | Gets the field data. |
public LyricsField(String id, String data)
Initializes a new instance of the LyricsField class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| id | java.lang.String | The three character field id. |
| data | java.lang.String | The field data. |
public final String getID()
Gets the id of the field (it’s always three characters long).
Returns: java.lang.String - The id of the field (it’s always three characters long).
public final String getSize()
Gets the string representation of the field size.
Returns: java.lang.String - The string representation of the field size.
public final String getData()
Gets the field data.
Returns: java.lang.String - The field data.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.