public class PngInternationalTextChunk extends PngCompressedTextChunk
Represents international textual data extracted from a PNG image.
Modifier and Type | Method and Description |
---|---|
String |
getLanguage()
Gets the human language used by the translated keyword and the text.
|
String |
getTranslatedKeyword()
Gets the translated keyword that contains a translation of the keyword into the language indicated by the language property.
|
boolean |
isCompressed()
Gets a value indicating whether the chunk is compressed.
|
getCompressionMethod
getKeyword, getText
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
public final boolean isCompressed()
Gets a value indicating whether the chunk is compressed.
public final String getLanguage()
Gets the human language used by the translated keyword and the text.
public final String getTranslatedKeyword()
Gets the translated keyword that contains a translation of the keyword into the language indicated by the language property.