@Deprecated public class PdfAnnotation extends Object
Represents a PDF annotation in PdfFormat
.
Constructor and Description |
---|
PdfAnnotation()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getContents()
Deprecated.
Gets the contents.
|
String |
getName()
Deprecated.
Gets the name.
|
int |
getPageIndex()
Deprecated.
Gets the index of the page.
|
void |
setContents(String value)
Deprecated.
Sets the contents.
|
void |
setName(String value)
Deprecated.
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 © 2020. All rights reserved.