Class NuixImageAnnotationRegion
- java.lang.Object
-
- com.nuix.superutilities.annotations.NuixImageAnnotationRegion
-
public class NuixImageAnnotationRegion extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NuixImageAnnotationRegion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyHighlight(nuix.MarkupSet markupSet)Applies a highlight based on the region defined by this instance.voidapplyRedaction(nuix.MarkupSet markupSet)Applies a redaction based on the region defined by this instance.com.aspose.pdf.RectanglegetAsposeSourcePageRectangle()doublegetHeight()nuix.ItemgetItem()intgetPageNumber()java.lang.StringgetText()doublegetWidth()doublegetX()doublegetY()voidsetAsposeSourcePageRectangle(com.aspose.pdf.Rectangle asposeSourcePageRectangle)voidsetHeight(double heigh)voidsetItem(nuix.Item item)voidsetPageNumber(int pageNumber)voidsetText(java.lang.String text)voidsetWidth(double width)voidsetX(double x)voidsetY(double y)java.lang.StringtoString()
-
-
-
Method Detail
-
getX
public double getX()
-
setX
public void setX(double x)
-
getY
public double getY()
-
setY
public void setY(double y)
-
getWidth
public double getWidth()
-
setWidth
public void setWidth(double width)
-
getHeight
public double getHeight()
-
setHeight
public void setHeight(double heigh)
-
getText
public java.lang.String getText()
-
setText
public void setText(java.lang.String text)
-
getPageNumber
public int getPageNumber()
-
setPageNumber
public void setPageNumber(int pageNumber)
-
getItem
public nuix.Item getItem()
-
setItem
public void setItem(nuix.Item item)
-
getAsposeSourcePageRectangle
public com.aspose.pdf.Rectangle getAsposeSourcePageRectangle()
-
setAsposeSourcePageRectangle
public void setAsposeSourcePageRectangle(com.aspose.pdf.Rectangle asposeSourcePageRectangle)
-
applyRedaction
public void applyRedaction(nuix.MarkupSet markupSet) throws java.lang.ExceptionApplies a redaction based on the region defined by this instance.- Parameters:
markupSet- The markup set to which the redaction markup will be added.- Throws:
java.lang.Exception- If something goes wrong
-
applyHighlight
public void applyHighlight(nuix.MarkupSet markupSet) throws java.lang.ExceptionApplies a highlight based on the region defined by this instance.- Parameters:
markupSet- The markup set to which the highlight markup will be added.- Throws:
java.lang.Exception- If something goes wrong
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-