Class MarkupAnnotation
- java.lang.Object
-
- com.pdftools.toolbox.internal.NativeBase
-
- com.pdftools.toolbox.internal.NativeObject
-
- com.pdftools.toolbox.pdf.annotations.Annotation
-
- com.pdftools.toolbox.pdf.annotations.MarkupAnnotation
-
- Direct Known Subclasses:
DrawingAnnotation
,FileAttachment
,FreeText
,Stamp
,StickyNote
,TextInsert
,TextMarkup
public class MarkupAnnotation extends Annotation
A markup annotation
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MarkupInfo
getInfo()
The information content of this markup (Getter)boolean
getLocked()
Whether the markup annotation can be modified (Getter)MarkupInfoList
getReplies()
The replies to this markup (Getter)-
Methods inherited from class com.pdftools.toolbox.pdf.annotations.Annotation
copy, getBoundingBox, getHidden, getId, getNoPrint, getNoRotate, getNoZoom
-
Methods inherited from class com.pdftools.toolbox.internal.NativeObject
equals, hashCode
-
-
-
-
Method Detail
-
getLocked
public boolean getLocked()
Whether the markup annotation can be modified (Getter)
This does not restrict modification of the markup annotation's content.- Throws:
java.lang.IllegalStateException
- if the object has already been closed
-
getInfo
public MarkupInfo getInfo()
The information content of this markup (Getter)
- Throws:
java.lang.IllegalStateException
- if the object has already been closed
-
getReplies
public MarkupInfoList getReplies()
The replies to this markup (Getter)
- Throws:
java.lang.IllegalStateException
- if the object has already been closed
-
-