PdfAnnotation
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public class PdfAnnotation extends CustomPackage
Represents an annotation in a PDF document.
Learn more
| Method | Description |
|---|---|
| getText() | Gets the annotation text. |
| getName() | Gets the name of the annotation. |
| getPageNumber() | Gets the number of the page containing the annotation. |
public final String getText()
Gets the annotation text.
Returns: java.lang.String - The annotation text.
public final String getName()
Gets the name of the annotation.
Returns: java.lang.String - The name of the annotation.
public final int getPageNumber()
Gets the number of the page containing the annotation.
Returns: int - The number of the page containing the annotation.
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.