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