Class NuixImageAnnotationRegion


  • public class NuixImageAnnotationRegion
    extends java.lang.Object
    • Constructor Detail

      • NuixImageAnnotationRegion

        public NuixImageAnnotationRegion()
    • 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 class java.lang.Object