PngInternationalTextChunk

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.PngTextChunk, com.groupdocs.metadata.core.PngCompressedTextChunk

public class PngInternationalTextChunk extends PngCompressedTextChunk

Represents international textual data extracted from a PNG image.

Methods

Method Description
isCompressed() Gets a value indicating whether the chunk is compressed.
getLanguage() Gets the human language used by the translated keyword and the text.
getTranslatedKeyword() Gets the translated keyword that contains a translation of the keyword into the language indicated by the language property.

isCompressed()

public final boolean isCompressed()

Gets a value indicating whether the chunk is compressed.

Returns: boolean - True, if the chunk is compressed; otherwise, false.

getLanguage()

public final String getLanguage()

Gets the human language used by the translated keyword and the text.

Returns: java.lang.String - The human language used by the translated keyword and the text.

getTranslatedKeyword()

public final String getTranslatedKeyword()

Gets the translated keyword that contains a translation of the keyword into the language indicated by the language property.

Returns: java.lang.String - The translated keyword that contains a translation of the keyword into the language indicated by the language property.