|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cete.dynamicpdf.merger.PdfAnnotation
com.cete.dynamicpdf.merger.PdfNoteAnnotation
public class PdfNoteAnnotation
Represents a Note Annotation from an imported PDF document.
Licensing:
This class is a DynamicPDF Merger Standard Edition feature.
One of the following licenses is required for non-evaluation usage:
Method Summary | |
---|---|
java.lang.String |
getAuthor()
Gets the author of the note. |
boolean |
getOpen()
Gets the boolean for open or close state of note. |
NoteType |
getType()
Specifies a note type. |
void |
setAuthor(java.lang.String value)
Sets the author of the note. |
Methods inherited from class com.cete.dynamicpdf.merger.PdfAnnotation |
---|
getContents, getHidden, getInVisible, getLocked, getLockedContents, getModifiedDate, getName, getNoRotate, getNoZoom, getPrintable, getReadOnly, getToggleNoView, IsNoView |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean getOpen()
public NoteType getType()
public java.lang.String getAuthor()
public void setAuthor(java.lang.String value)
value
- the author of the note.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |