public class RedactionAnnotation extends Annotation
Constructor and Description |
---|
RedactionAnnotation() |
Modifier and Type | Method and Description |
---|---|
RedactionAnnotation |
addQuadPointItem(Point quadPointItem) |
RedactionAnnotation |
borderColor(Color borderColor) |
boolean |
equals(java.lang.Object o) |
RedactionAnnotation |
fillColor(Color fillColor) |
Color |
getBorderColor()
Gets or sets color of border which is drawn when redaction is not active.
|
Color |
getFillColor()
Gets or sets color to fill annotation.
|
java.lang.String |
getOverlayText()
Text to print on redact annotation.
|
java.util.List<Point> |
getQuadPoint()
An array of 8xN numbers specifying the coordinates of content region that is intended to be removed.
|
HorizontalAlignment |
getTextAlignment()
Gets or sets.
|
int |
hashCode() |
java.lang.Boolean |
isRepeat()
If true overlay text will be repeated on the annotation.
|
RedactionAnnotation |
overlayText(java.lang.String overlayText) |
RedactionAnnotation |
quadPoint(java.util.List<Point> quadPoint) |
RedactionAnnotation |
repeat(java.lang.Boolean repeat) |
void |
setBorderColor(Color borderColor) |
void |
setFillColor(Color fillColor) |
void |
setOverlayText(java.lang.String overlayText) |
void |
setQuadPoint(java.util.List<Point> quadPoint) |
void |
setRepeat(java.lang.Boolean repeat) |
void |
setTextAlignment(HorizontalAlignment textAlignment) |
RedactionAnnotation |
textAlignment(HorizontalAlignment textAlignment) |
java.lang.String |
toString() |
addFlagsItem, color, contents, flags, getColor, getContents, getFlags, getHorizontalAlignment, getId, getModified, getName, getPageIndex, getRect, getVerticalAlignment, getZindex, horizontalAlignment, id, modified, name, pageIndex, rect, setColor, setContents, setFlags, setHorizontalAlignment, setId, setModified, setName, setPageIndex, setRect, setVerticalAlignment, setZindex, verticalAlignment, zindex
addLinksItem, getLinks, links, setLinks
public RedactionAnnotation quadPoint(java.util.List<Point> quadPoint)
public RedactionAnnotation addQuadPointItem(Point quadPointItem)
public java.util.List<Point> getQuadPoint()
public void setQuadPoint(java.util.List<Point> quadPoint)
public RedactionAnnotation fillColor(Color fillColor)
public Color getFillColor()
public void setFillColor(Color fillColor)
public RedactionAnnotation borderColor(Color borderColor)
public Color getBorderColor()
public void setBorderColor(Color borderColor)
public RedactionAnnotation overlayText(java.lang.String overlayText)
public java.lang.String getOverlayText()
public void setOverlayText(java.lang.String overlayText)
public RedactionAnnotation repeat(java.lang.Boolean repeat)
public java.lang.Boolean isRepeat()
public void setRepeat(java.lang.Boolean repeat)
public RedactionAnnotation textAlignment(HorizontalAlignment textAlignment)
public HorizontalAlignment getTextAlignment()
public void setTextAlignment(HorizontalAlignment textAlignment)
public boolean equals(java.lang.Object o)
equals
in class Annotation
public int hashCode()
hashCode
in class Annotation
public java.lang.String toString()
toString
in class Annotation