DynamicPDF by ceTe Software

com.cete.dynamicpdf.merger
Class PdfNoteAnnotation

java.lang.Object
  extended by com.cete.dynamicpdf.merger.PdfAnnotation
      extended by com.cete.dynamicpdf.merger.PdfNoteAnnotation
All Implemented Interfaces:
com.cete.dynamicpdf.merger.parser.IPageAnnotation

public class PdfNoteAnnotation
extends PdfAnnotation
implements com.cete.dynamicpdf.merger.parser.IPageAnnotation

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

getOpen

public boolean getOpen()
Gets the boolean for open or close state of note.

Returns:
boolean for open or close state of note.

getType

public NoteType getType()
Specifies a note type.

Returns:
note type.

getAuthor

public java.lang.String getAuthor()
Gets the author of the note.

Returns:
the author of the note.

setAuthor

public void setAuthor(java.lang.String value)
Sets the author of the note.

Parameters:
value - the author of the note.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v11.02 for Java generated on Sep 02, 2021
© Copyright 2021, ceTe Software