Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 18,378 for

comment

(0.09 sec)
  1. Aspose::Words::DocumentVisitor::VisitFormField ...

    Aspose::Words::DocumentVisitor::VisitFormField method. Called when a form field is encountered in the document in C++....SharedPtr < Comment > comment ) override { if ( comment -> get_Font...get_Font () -> get_Hidden ()) { comment -> Remove (); } return VisitorAction...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Comment.NodeType | Aspose.Words for .NET

    Discover the Comment NodeType property that efficiently returns Comments, enhancing your content management experience with seamless integration....[ Hide ] Comment.NodeType property Returns Comment. public override...See Also enum NodeType class Comment namespace Aspose.Words assembly...

    reference.aspose.com/words/net/aspose.words/com...
  3. Node.as_comment method | Aspose.Words for Python

    Node.as_Comment method. Cast node to [Comment](../../Comment/)....as_comment method as_comment() Cast node to Comment . def as_comment...as_comment ( self ): ... See Also module aspose.words class Node...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldInfo | Aspose.Words for Java

    Implements the INFO field in Java....; // Set a value for the "Comments" built-in property and then...getBuiltInDocumentPr().setComments("My comment"); FieldInfo field = (FieldInfo)...

    reference.aspose.com/words/java/com.aspose.word...
  5. SignOptions.signTime property | Aspose.Words fo...

    SignOptions.signTime property. The date of signing...pfx" , "aw" ); // Create a comment and date which will be applied...DigitalSignatures . SignOptions { Comments = "My comment" , SignTime = Date...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. How to Delete Comments from Word Document in Java

    This tutorial explains how to delete Comments from Word document in Java. It includes the step-by-step guide and runnable code snippet to remove Comments on Word document in Java....Product Family How to Delete Comments from Word Document in Java...delete comments from Word document in Java . The comments are usually...

    kb.aspose.com/words/java/how-to-delete-comments...
  7. InlineStory | Aspose.Words for Java

    Base class for inline-level nodes that can contain paragraphs and tables in Java....example, a Comment node contains text of a comment and a Footnote...Examples: Shows how to add a comment to a paragraph. Document doc...

    reference.aspose.com/words/java/com.aspose.word...
  8. Comment.node_type property | Aspose.Words for P...

    Comment.node_type property. Returns [NodeType.Comment](../../nodetype/#Comment)....property Comment.node_type property Returns NodeType.COMMENT . @property...words class Comment Comment.initial property Comment.parent_id...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentBuilder.InsertFootnote | Aspose.Words f...

    Enhance your documents effortlessly with the DocumentBuilder InsertFootnote method—easily add footnotes or endnotes for better clarity and professionalism.... Footnote , "Footnote comment regarding referenced text."...FootnoteType . Endnote , "Endnote comment regarding referenced text."...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Aspose::Words::Notes::FootnoteSeparator::Accept...

    Aspose::Words::Notes::FootnoteSeparator::Accept method. Accepts a visitor in C++....SharedPtr < Comment > comment ) override { if ( comment -> get_Font...get_Font () -> get_Hidden ()) { comment -> Remove (); } return VisitorAction...

    reference.aspose.com/words/cpp/aspose.words.not...