public class PngTextChunk extends CustomPackage
Represents textual data extracted from a PNG image.
Modifier and Type | Method and Description |
---|---|
String |
getKeyword()
Gets the keyword that indicates the type of information represented by the chunk.
|
String |
getText()
Gets the actual text string represented by the chunk.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
public final String getKeyword()
Gets the keyword that indicates the type of information represented by the chunk.
public final String getText()
Gets the actual text string represented by the chunk.