Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 5,718 for

comment

(0.03 sec)
  1. Aspose::Words::CommentRangeEnd::Accept method |...

    Aspose::Words::CommentRangeEnd::Accept method. Accepts a visitor in C++....the contents of all comments and their comment ranges using a document...newComment = MakeObject < Comment > ( doc ); newComment -> set_Author...

    reference.aspose.com/words/cpp/aspose.words/com...
  2. FieldComments.Text | Aspose.Words for .NET

    Manage your Comments effortlessly with the FieldComments Text property—easily get or set Comment text for enhanced user interaction....Gets or sets the text of the comments. public string Text { get...Examples Shows how to use the COMMENTS field. Document doc = new...

    reference.aspose.com/words/net/aspose.words.fie...
  3. CommentRangeEnd Class | Aspose.Words for .NET

    Discover the Aspose.Words.CommentRangeEnd class, marking the end of Comment-associated text regions. Enhance document management with precise Commenting!...region of text that has a comment associated with it. To learn...more, visit the Working with Comments documentation article. public...

    reference.aspose.com/words/net/aspose.words/com...
  4. InlineStory.firstParagraph property | Aspose.Wo...

    InlineStory.firstParagraph property. Gets the first paragraph in the story....docx" ); Shows how to add a comment to a paragraph. let doc = new..., 11 , 26 ); var comment = new aw . Comment ( doc , "John Doe"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::InlineStory::get_Paragraphs meth...

    Aspose::Words::InlineStory::get_Paragraphs method. Gets a collection of paragraphs that are immediate children of the story in C++....docx" ); Shows how to add a comment to a paragraph. auto doc =...world!" ); auto comment = MakeObject < Comment > ( doc , u "John...

    reference.aspose.com/words/cpp/aspose.words/inl...
  6. Aspose::Words::InlineStory::get_FirstParagraph ...

    Aspose::Words::InlineStory::get_FirstParagraph method. Gets the first paragraph in the story in C++....docx" ); Shows how to add a comment to a paragraph. auto doc =...world!" ); auto comment = MakeObject < Comment > ( doc , u "John...

    reference.aspose.com/words/cpp/aspose.words/inl...
  7. 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...System :: ExplicitCast < Comment > ( builder -> get_CurrentParagraph...

    reference.aspose.com/words/cpp/aspose.words/inl...
  8. Aspose::Words::Layout::CommentDisplayMode enum ...

    Aspose::Words::Layout::CommentDisplayMode enum. Specifies the rendering mode for document Comments in C++....rendering mode for document comments. enum class CommentDisplayMode...Description Hide 0 No document comments are rendered. ShowInBalloons...

    reference.aspose.com/words/cpp/aspose.words.lay...
  9. 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...
  10. InlineStory.paragraphs property | Aspose.Words ...

    InlineStory.paragraphs property. Gets a collection of paragraphs that are immediate children of the story....docx' ) Shows how to add a comment to a paragraph. doc = aw ....( 'Hello world!' ) comment = aw . Comment ( doc , 'John Doe'...

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