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.
|
getCompressionMethodgetKeyword, getTextaddProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic 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.
public final boolean isCompressed()
Gets a value indicating whether the chunk is compressed.
Copyright © 2026. All rights reserved.