Uploaded image for project: 'ZK Spreadsheet'
  1. ZK Spreadsheet
  2. ZSS-848

Support comment set/get Range APIs

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Done
    • Icon: Normal Normal
    • 3.7.0
    • None
    • None
    • None

      Range.java
      	/**
      	 * Return the comment rich edit text of the left top cell of this Range.
      	 * @return the rich edit text of this Range.
      	 * @since 3.6.1
      	 */
      	public String getCommentRichText();
      
      	/**
      	 * Set comment rich text into the left top cell of this range; null to 
      	 * delete it. 
      	 * @since 3.6.1
      	 */
      	public void setCommentRichText(String html);
      
      	/**
      	 * Set comment visibility into the left top cell of this range; if no
      	 * comment at the cell, it simply ignored.
      	 * @param visible
      	 * @since 3.6.1
      	 */
      	public void setCommentVisible(boolean visible);
      	
      	/**
      	 * Returns whether the comment is always visible at the left top cell of
      	 * this range; if no comment at the cell, it returns false.
      	 * @return
      	 * @since 3.6.1
      	 */
      	public boolean isCommentVisible();
      
      

            henrichen henrichen
            henrichen henrichen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: