|
|
Tag Browser: comments
< 1 second(s)
-
Is it still true that there is not a way to remove or edit slide comments? An old posting in Feb 2007 below mentioned this fact.
http://www.aspose.com/community/forums/post/95610/removing-and-changing-notes-and-comments.aspx
Can you add a feature to allow editing and removing comments in a slide? Same would also be useful for ...
-
Well, you will check the support for this feature, meanwhile I fixed my issue just referencing to cell's cmnt property and replace the text. Now, if you won't still get the <COMMENT> text in tooltip, then remove the attribute.
cell.cmnt = '''';
if you won't see <COMMENT> text in tooltip then: ...
-
Hi again!, I need to gain access to cell's comments to update/remove them from javascript. Is this possible?
Thx in advance.
-
Hi,I'm using quite an old version (Aspose.Excel - v3.6.1.0), and I'm getting errors reading Comments from Excel sheets.Imagine Column A filled with 250 rows of data and each cell has a comment of 'NEW' attached to it. Reading the comment from rows 1-62 returns 'NEW' as expected. Reading the comment from row 63 returns |