Class TextMarkupAnnotation
java.lang.Object
org.openpdf.renderer.annotation.PDFAnnotation
org.openpdf.renderer.annotation.MarkupAnnotation
org.openpdf.renderer.annotation.TextMarkupAnnotation
PDF annotation describing a text markup: Highlight, Underline, Squiggle, StrikeOut
- Author:
- Bernd Rosstauscher
-
Nested Class Summary
Nested classes/interfaces inherited from class PDFAnnotation
PDFAnnotation.Flags -
Field Summary
Fields inherited from class PDFAnnotation
GOTO, GOTOE, GOTOR, URI -
Constructor Summary
ConstructorsConstructorDescriptionTextMarkupAnnotation(PDFObject annotObject, AnnotationType annotationType) Constructor -
Method Summary
Modifier and TypeMethodDescriptionGets the highlight painting commands Use either Quads or Appearance StreamMethods inherited from class MarkupAnnotation
getBorderStyle, getCurrentAppearance, getOffAppearance, getOnAppearance, getPageCommandsForAnnotation, getPopupAnnotation, getTextLabel, isAppearanceStateOn, parseAP, parseBorderStyleDictionary, switchAppearanceMethods inherited from class PDFAnnotation
createAnnotation, getAnnotationName, getAppearanceState, getContents, getFlags, getModified, getPdfObj, getRect, getScalingTransformation, getSubType, getType, isFlagSet, parseRect, toString
-
Constructor Details
-
TextMarkupAnnotation
public TextMarkupAnnotation(PDFObject annotObject, AnnotationType annotationType) throws IOException Constructor- Parameters:
annotObject-- Throws:
IOException
-
-
Method Details
-
getCurrentCommand
Gets the highlight painting commands Use either Quads or Appearance Stream- Overrides:
getCurrentCommandin classMarkupAnnotation
-