PngInternationalTextChunk
Leave feedback
On this page
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.
| 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. |
public final boolean isCompressed()
Gets a value indicating whether the chunk is compressed.
Returns: boolean - True, if the chunk is compressed; otherwise, false.
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.
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.
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.