Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 6,334 for

comment

(0.14 sec)
  1. CommentRangeEnd class | Aspose.Words for Node.js

    Aspose.Words.CommentRangeEnd class. Denotes the end of a region of text that has a Comment associated with it...region of text that has a comment associated with it. To learn...more, visit the Working with Comments documentation article. Remarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::InlineStory::get_Tables method |...

    Aspose::Words::InlineStory::get_Tables method. Gets a collection of tables that are immediate children of 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...
  3. InlineStory.first_paragraph property | Aspose.W...

    InlineStory.first_paragraph property. Gets the first paragraph in 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...
  4. Footnote.story_type property | Aspose.Words for...

    Footnote.story_type property. Returns [StoryType.FOOTNOTES](../../../aspose.words/storytype/#FOOTNOTES) or [StoryType.ENDNOTES](../../../aspose.words/storytype/#ENDNOTES)....) # 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...
  5. InlineStory.lastParagraph property | Aspose.Wor...

    InlineStory.lastParagraph property. Gets the last paragraph in the story....// 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...
  6. Footnote.storyType property | Aspose.Words for ...

    Footnote.storyType property. Returns [StoryType.Footnotes](../../../aspose.words/storytype/#Footnotes) or [StoryType.Endnotes](../../../aspose.words/storytype/#Endnotes)....// 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...
  7. InlineStory.storyType property | Aspose.Words f...

    InlineStory.storyType property. Returns the type of the story....// 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...
  8. InlineStory.tables property | Aspose.Words for ...

    InlineStory.tables property. Gets a collection of tables that are immediate children of the story....// 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...
  9. CommentRangeEnd | Aspose.Words for Java

    Denotes the end of a region of text that has a Comment associated with it in Java....region of text that has a comment associated with it. To learn...more, visit the Working with Comments documentation article. Remarks:...

    reference.aspose.com/words/java/com.aspose.word...
  10. CommentRangeStart | Aspose.Words for .NET

    Discover the CommentRangeStart constructor. Easily create new instances of this class for enhanced coding efficiency and streamlined development.... id Int32 The comment identifier to which this object...paragraph where you want the comment inserted. Examples Shows how...

    reference.aspose.com/words/net/aspose.words/com...