PngTextChunk
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public class PngTextChunk extends CustomPackage
Represents textual data extracted from a PNG image.
| Method | Description |
|---|---|
| getKeyword() | Gets the keyword that indicates the type of information represented by the chunk. |
| getText() | Gets the actual text string represented by the chunk. |
public final String getKeyword()
Gets the keyword that indicates the type of information represented by the chunk.
Returns: java.lang.String - 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.
Returns: java.lang.String - The actual text string represented by the chunk.
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.