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 void
applyHighlight(nuix.MarkupSet markupSet)
Applies a highlight based on the region defined by this instance.void
applyRedaction(nuix.MarkupSet markupSet)
Applies a redaction based on the region defined by this instance.com.aspose.pdf.Rectangle
getAsposeSourcePageRectangle()
double
getHeight()
nuix.Item
getItem()
int
getPageNumber()
java.lang.String
getText()
double
getWidth()
double
getX()
double
getY()
void
setAsposeSourcePageRectangle(com.aspose.pdf.Rectangle asposeSourcePageRectangle)
void
setHeight(double heigh)
void
setItem(nuix.Item item)
void
setPageNumber(int pageNumber)
void
setText(java.lang.String text)
void
setWidth(double width)
void
setX(double x)
void
setY(double y)
java.lang.String
toString()
-
-
-
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.Exception
Applies 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.Exception
Applies 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:
toString
in classjava.lang.Object
-
-