Creates a new comment in a Google Buzz activity
@param userId of the person who creates the post
@param content of the new comment
@return the created post
@throws BuzzIOException if any IO error occurs ( networking ).
@throws BuzzAuthenticationException if any OAuth error occurs
@throws BuzzValidationException if any required element of the new post is missing
@throws BuzzParsingException if a parsing error occurs
Creates a new comment for this blog entry. This method doesn't actually add the comment too.
@param title the title of the comment
@param body the body of the comment
@param author the author of the comment
@param email the author's e-mail address
@param website the author's website
@param ipAddress the IP address of the author
@param date the date that the comment was created
@param state the state of the comment
@return a new Comment instance with the specified properties
Creates a new comment for this sheet. You still need to assign it to a cell though
@deprecated since Nov 2009 this method is not compatible with the common SS interfaces,use {@link org.apache.poi.xssf.usermodel.XSSFDrawing#createCellComment(org.apache.poi.ss.usermodel.ClientAnchor)} instead
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.