Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 25,254 for

comment

(1.9 sec)
  1. Working with Comments in Python|Aspose.Words fo...

    How to add, remove, or manipulate Comments in a document using Python....Ask AI Working with Comments Contents [ Hide ] Purpose Summary...extract, and remove comments and comment replies in Word documents...

    docs.aspose.com/words/python-net/working-with-c...
  2. Comment.done property | Aspose.Words for Python

    Comment.done property. Gets or sets flag indicating that the Comment has been marked done....done property Comment.done property Gets or sets flag indicating...indicating that the comment has been marked done. @property def done...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::InlineStory::get_LastParagraph m...

    Aspose::Words::InlineStory::get_LastParagraph method. Gets the last paragraph in the story in C++....// A comment is another type of inline story. auto comment = System...ExplicitCast < Aspose :: Words :: Comment > ( builder -> get_CurrentParagraph...

    reference.aspose.com/words/cpp/aspose.words/inl...
  4. Aspose::Words::InlineStory::get_StoryType metho...

    Aspose::Words::InlineStory::get_StoryType method. Returns the type of the story in C++....// A comment is another type of inline story. auto comment = System...ExplicitCast < Aspose :: Words :: Comment > ( builder -> get_CurrentParagraph...

    reference.aspose.com/words/cpp/aspose.words/inl...
  5. Add Threaded Comments in Excel using Java

    Follow this article to add threaded Comments in Excel using Java. It includes IDE setup details, a step‑by‑step list, and sample code to insert Comments in Excel using only a few API calls....Product Family Add Threaded Comments in Excel using Java This article...guides on how to add threaded comments in Excel using Java . It has...

    kb.aspose.com/cells/java/add-threaded-comments-...
  6. InlineStory.story_type property | Aspose.Words ...

    InlineStory.story_type property. Returns the type of the story....) # A comment is another type of inline story. comment = builder...current_paragraph . append_child ( aw . Comment ( doc = doc , author = 'John...

    reference.aspose.com/words/python-net/aspose.wo...
  7. InlineStory.parent_paragraph property | Aspose....

    InlineStory.parent_paragraph property. Retrieves the parent [Paragraph](../../paragraph/) of this node....) # A comment is another type of inline story. comment = builder...current_paragraph . append_child ( aw . Comment ( doc = doc , author = 'John...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Comment.replies property | Aspose.Words for Python

    Comment.replies property. Returns a collection of [Comment](../) objects that are immediate children of the specified Comment....replies property Comment.replies property Returns a collection...collection of Comment objects that are immediate children of the specified...

    reference.aspose.com/words/python-net/aspose.wo...
  9. InlineStory.ensureMinimum method | Aspose.Words...

    InlineStory.ensureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph....// A comment is another type of inline story. let comment = builder...currentParagraph . appendChild ( new aw . Comment ( doc , "John Doe" , "J. D...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Working with Comments in Node.js|Aspose.Words f...

    How to add, remove, or manipulate Comments in a document using Node.js....Ask AI Working with Comments Contents [ Hide ] Try online You...allows users to work with commentscomments in a document in Aspose...

    docs.aspose.com/words/nodejs-net/working-with-c...