Interface IRow

    • Method Detail

      • getHeight

        java.lang.String getHeight()
        Gets a handle to deal with the row's height.
        Returns:
        the row's height.
      • getBookmark

        java.lang.String getBookmark()
        Returns the bookmark of the row. The bookmark value is evaluated as an expression.
        Returns:
        the book mark as a string
      • setBookmark

        void setBookmark​(java.lang.String value)
                  throws SemanticException
        Sets the bookmark of the row. The bookmark value is evaluated as an expression. If you want the bookmark to be the string "bookmark", you need to use setBookmark("\"bookmark\""); If bookmark is a JavaScript variable, use setBookmark("bookmark");
        Parameters:
        value - the bookmark expression
        Throws:
        SemanticException - if the property is locked.
      • getHideRules

        IHideRule[] getHideRules()
        Returns array of hide rule expression
        Returns:
        array of hide rule expression
      • getHighlightRules

        IHighlightRule[] getHighlightRules()
        Gets all high light rules.
        Returns:
        all high light rules