DynamicPDF by ceTe Software

com.cete.dynamicpdf.merger
Class PdfAnnotation

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

public class PdfAnnotation
extends java.lang.Object
implements com.cete.dynamicpdf.merger.parser.IPageAnnotation

Represents an annotation resource.

Licensing:
This class is a DynamicPDF Merger Professional Edition feature. One of the following licenses is required for non-evaluation usage:


Method Summary
 java.lang.String getContents()
          Gets the contents of the annotation.
 boolean getHidden()
          Gets the hide status of the annotation.
 boolean getInVisible()
          Gets the visibility status of the annotation.
 boolean getLocked()
          Gets the lock status of the annotation.
 boolean getLockedContents()
          Gets the status of contents lock of the annotation.
 java.lang.String getModifiedDate()
          Gets the modifiedDate of the annotation.
 java.lang.String getName()
          Gets the name of the annotation.
 boolean getNoRotate()
          Gets the zoom status of the annotation.
 boolean getNoZoom()
          Gets the zoom status of the annotation.
 boolean getPrintable()
          Gets the print status of the annotation.
 boolean getReadOnly()
          Gets the ReadOnly status of the annotation.
 boolean getToggleNoView()
          Gets the toggle view status of the annotation.
 boolean IsNoView()
          Gets the view status of the annotation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContents

public java.lang.String getContents()
Gets the contents of the annotation.

Returns:
contents of the annotation.

getName

public java.lang.String getName()
Gets the name of the annotation.

Returns:
name of the annotation.

getModifiedDate

public java.lang.String getModifiedDate()
Gets the modifiedDate of the annotation.

Returns:
modifiedDate of the annotation.

getInVisible

public boolean getInVisible()
Gets the visibility status of the annotation.

Returns:
visibility status of the annotation.

getHidden

public boolean getHidden()
Gets the hide status of the annotation.

Returns:
hide status of the annotation.

getPrintable

public boolean getPrintable()
Gets the print status of the annotation.

Returns:
print status of the annotation.

getNoZoom

public boolean getNoZoom()
Gets the zoom status of the annotation.

Returns:
zoom status of the annotation.

getNoRotate

public boolean getNoRotate()
Gets the zoom status of the annotation.

Returns:
zoom status of the annotation.

IsNoView

public boolean IsNoView()
Gets the view status of the annotation.

Returns:
view status of the annotation.

getReadOnly

public boolean getReadOnly()
Gets the ReadOnly status of the annotation.

Returns:
ReadOnly status of the annotation.

getLocked

public boolean getLocked()
Gets the lock status of the annotation.

Returns:
lock status of the annotation.

getToggleNoView

public boolean getToggleNoView()
Gets the toggle view status of the annotation.

Returns:
toggle view status of the annotation.

getLockedContents

public boolean getLockedContents()
Gets the status of contents lock of the annotation.

Returns:
status of contents lock of the annotation.

DynamicPDF by ceTe Software

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