TextMarkupAnnotation Class Documentation
classTextMarkupAnnotation : AnnotationNamespace:com::datalogics::PDFL
- Inherits from:
Annotation
- Derived classes:
- HighlightAnnotation, UnderlineAnnotation
Detailed Description
Annotations that appears as highlighted content when added to a PDF file. Text markup annotations appear as highlights, underlines, or strikeouts when added to a PDF document in a PDF Viewer. When the edited PDF file is opened the markups appear in a pop-up window containing the text of the associated note.
Member Function Documentation
DisposeChildren
voidDisposeChildren()Returns:
void[static initializer]
static void[static initializer]()delete
synchronized voiddelete(Booleandisposing)Parameters
disposing: Boolean
Returns:
synchronized voiddelete
synchronized voiddelete()Returns:
synchronized voidequals
booleanequals(Objectrhs)Parameters
rhs: Object
Returns:
booleanfinalize
voidfinalize()Returns:
voidgenerateAppearance
FormgenerateAppearance()Returns:
FormGenerate a new appearance stream with the current annotation properties.
The resulting Form can then be used to set the annotation's appearance, such as by calling SetNormalAppearance.
getAnnotatedText
StringgetAnnotatedText(booleansplitLines)Parameters
splitLines: booleanIf true, text corresponding to each quadrilateral will be separated by CRLF characters. If false, text corresponding to each quadrilateral will be separated by spaces.
Returns:
The text marked by the annotation.The text that is marked by the annotation. Marked text is defined as text which falls within one or more of the quadrilaterals specified by the annotation's QuadPoints entry. If the annotation marks partial words, only those portions of the word that are bounded within the QuadPoints array will be returned. If the annotation marks partial characters, the characters that fall partially within the annotation bounds may not be returned.
getAnnotationFeatureLevel
doublegetAnnotationFeatureLevel()Returns:
doubleThe minimum PDF version necessary to support the features used in this annotation.
getColor
ColorgetColor()Returns:
ColorThe color of the annotation.
getContents
StringgetContents()Returns:
StringThe text to be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation's contents in human-readable form.
getFlags
java.util.EnumSet< AnnotationFlags >getFlags()Returns:
java.util.EnumSet< AnnotationFlags >The flags for the annotation.
getInteriorColor
ColorgetInteriorColor()Returns:
ColorThe interior color with which to fill the annotation's line endings.
The color of the line itself can be retrieved from Annotation.Color.
getNormalAppearance
FormgetNormalAppearance()Returns:
FormgetOpacity
doublegetOpacity()Returns:
doubleThe optional constant opacity value that shall be used in painting a Markup annotation.
Opacity is a range from 0.0 (fully transparent) to 1.0 (fully opaque).
getOptionalContentMembershipDict
OptionalContentMembershipDictgetOptionalContentMembershipDict()Returns:
the OptionalContentMembershipDictThe OptionalContentMembershipDict property for this Annotation.
Setting this property will attach the Annotation to an OptionalContentMembershipDict; it will then be associated with the OptionalContentGroups and be subject to the VisibilityPolicy and VisibilityExpression of that MembershipDict.
By setting this property to null, the Annotation is detached from any OptionalContentMembershipDict.
getPDFDict
PDFDictgetPDFDict()Returns:
PDFDictRetrieve the PDFObject representation of this object
getQuads
java.util.List< Quad >getQuads()Returns:
java.util.List< Quad >A list of quads to mark. Each quad encompasses a word or group of contiguous words in the text underlying the annotation.
getRect
RectgetRect()Returns:
RectThe size and location of the annotation on its page
getSubtype
StringgetSubtype()Returns:
StringThe annotation's subtype
getTitle
StringgetTitle()Returns:
StringThe title of the annotation.
hasRichTextData
booleanhasRichTextData()Returns:
booleanChecks the annotation for Rich Text String content (PDFReference 1.7 Section 8.6.2). Annotations that contain Rich Text String content and do not have a normal appearance set will not be visible when rendering the page.
isCurrentlyVisible
booleanisCurrentlyVisible(OptionalContentContextocc)Parameters
Returns:
true if the annotation is currently visible.Tests whether an annotation is visible in a given optional content context, considering the current ON-OFF states of the optional-content groups in the optional-content dictionary (OCMD) and the dictionary's visibility policy.
If the annotation occurs more than once within the content, this method only checks the visibility of the first occurrence of the annotation.
This method determines visibility without considering the visbility of the Content object that the annotation belongs to. To determine the visibility of an annotation while taking the Content's visibility into consideration, use the alternate version of this method.
sameTypeEquals
booleansameTypeEquals(Annotationarg0)Parameters
arg0: Annotation
Returns:
booleansetAnnotationFeatureLevel
voidsetAnnotationFeatureLevel(doublefeatureLevel)Parameters
featureLevel: double
Returns:
voidRemoves features not supported in the supplied version number.
setColor
voidsetColor(Colorarg0)Parameters
arg0: Color
Returns:
voidThe color of the annotation.
setContents
voidsetContents(Stringarg0)Parameters
arg0: String
Returns:
voidThe text to be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation's contents in human-readable form.
setFlags
voidsetFlags(java.util.EnumSet< AnnotationFlags >arg0)Parameters
arg0: java.util.EnumSet< AnnotationFlags >
Returns:
voidThe flags for the annotation.
setInteriorColor
voidsetInteriorColor(Colorcolor)Parameters
color: Color
Returns:
voidThe interior color with which to fill the annotation's line endings.
Only RGB colors are allowed.
The color of the line itself can be retrieved from Annotation.Color.
setNormalAppearance
voidsetNormalAppearance(Formform)Parameters
form: Form
Returns:
voidsetOpacity
voidsetOpacity(doubleopacityValue)Parameters
opacityValue: double
Returns:
voidThe optional constant opacity value that shall be used in painting a Markup annotation.
Opacity is a range from 0.0 (fully transparent) to 1.0 (fully opaque).
setOptionalContentMembershipDict
voidsetOptionalContentMembershipDict(OptionalContentMembershipDictocmd)Parameters
ocmd: OptionalContentMembershipDictthe OptionalContentMembershipDict
Returns:
voidThe OptionalContentMembershipDict property for this Annotation.
Setting this property will attach the Annotation to an OptionalContentMembershipDict; it will then be associated with the OptionalContentGroups and be subject to the VisibilityPolicy and VisibilityExpression of that MembershipDict.
By setting this property to null, the Annotation is detached from any OptionalContentMembershipDict.
setQuads
voidsetQuads(java.util.List< Quad >theQuads)Parameters
theQuads: java.util.List< Quad >
Returns:
voidA list of quads to mark. Each quad encompasses a word or group of contiguous words in the text underlying the annotation.
setRect
voidsetRect(Rectrect)Parameters
rect: Rect
Returns:
voidThe size and location of the annotation on its page
setTitle
voidsetTitle(Stringtitle)Parameters
title: String
Returns:
voidThe title of the annotation.
toString
StringtoString()Returns:
String