PngTextChunk

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.

Methods

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.

getKeyword()

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.

getText()

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.