public class PdfAnnotation extends Object
Represents PDF annotation in PdfFormat
.
Constructor and Description |
---|
PdfAnnotation() |
Modifier and Type | Method and Description |
---|---|
String |
getContents()
Gets the contents.
|
String |
getName()
Gets the name.
|
int |
getPageIndex()
Gets the index of the page.
|
void |
setContents(String value)
Sets the contents.
|
void |
setName(String value)
Sets the name.
|
public final String getContents()
Gets the contents.
public final void setContents(String value)
Sets the contents.
value
- The contents.public final String getName()
Gets the name.
public final void setName(String value)
Sets the name.
value
- The name.public final int getPageIndex()
Gets the index of the page.
Copyright © 2019. All rights reserved.