Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 25,254 for

comment

(0.1 sec)
  1. DocumentVisitor.visitCommentStart method | Aspo...

    DocumentVisitor.visitCommentStart method. Called when enumeration of a Comment text has started....visitCommentStart(comment) Called when enumeration of a comment text has...visitCommentStart ( comment : Aspose . Words . Comment ) Parameter Type...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Insert Cell Comments|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Ask AI Insert Cell Comments Contents [ Hide ] Aspose.Cells -...- Insert Cell Comments Add a comment to a cell by calling the...

    docs.aspose.com/cells/java/insert-cell-comments/
  3. DocumentVisitor.VisitCommentEnd | Aspose.Words ...

    Explore the DocumentVisitor VisitCommentEnd method, designed to enhance Comment text enumeration in your projects for seamless document processing....Called when enumeration of a comment text has ended. public virtual...VisitCommentEnd ( Comment comment ) Parameter Type Description comment Comment...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Inserting and Removing Cell Comments in a Works...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Inserting and Removing Cell Comments in a Worksheet in VSTO and...Cells Contents [ Hide ] To add comments to cells: Open an existing...

    docs.aspose.com/cells/net/inserting-and-removin...
  5. Comment.DateTimeUtc | Aspose.Words for .NET

    Discover the Comment DateTimeUtc property, which retrieves the exact UTC date and time of your Comments for accurate tracking and management....DateTimeUtc Comment.DateTimeUtc property Gets the UTC date and...and time that the comment was made. public DateTime DateTimeUtc...

    reference.aspose.com/words/net/aspose.words/com...
  6. How to add comments to bookmark range - Free Su...

    i have an existing word document with bookmarks. I need to associate a set of Comments to each bookmark. Bookmark bookmark = document.Range.Bookmarks[bookmarkName]; if (bookmark != null) { Comment Comment = new Com…...How to add comments to bookmark range Aspose.Words Product Family...need to associate a set of comments to each bookmark. Bookmark...

    forum.aspose.com/t/how-to-add-comments-to-bookm...
  7. Threaded Comments|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Threaded Comments Contents [ Hide ] Threaded Comments MS Excel...feature to add threaded comments. These comments work as conversations...

    docs.aspose.com/cells/python-net/threaded-comme...
  8. Comment.Author | Aspose.Words for .NET

    Manage Comment authors effortlessly with the Comment Author property. Easily return or set author names to enhance user engagement and content clarity....Author Contents [ Hide ] Comment.Author property Returns or sets...sets the author name for a comment. public string Author { get...

    reference.aspose.com/words/net/aspose.words/com...
  9. Comment.add_reply method | Aspose.Words for Python

    Comment.add_reply method. Adds a reply to this Comment....text) Adds a reply to this comment. def add_reply ( self , author...document. Returns The created Comment node for the reply. Exceptions...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Comment.ancestor property | Aspose.Words for Py...

    Comment.ancestor property. Returns the parent [Comment](../) object...property Comment.ancestor property Returns the parent Comment object...Returns None for top-level comments. @property def ancestor (...

    reference.aspose.com/words/python-net/aspose.wo...