Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 5,742 for

comment

(0.04 sec)
  1. CertificateHolder class | Aspose.Words for Node.js

    Aspose.Words.DigitalSignatures.CertificateHolder class. Represents a holder of X509Certificate2 instance...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...
  2. Footnote | Aspose.Words for Java

    Represents a container for text of a footnote or endnote in Java....FOOTNOTES); // A comment is another type of inline story. Comment comment...comment = (Comment) builder.getCurrentParagraph().appendChild(new...

    reference.aspose.com/words/java/com.aspose.word...
  3. DigitalSignature.comments property | Aspose.Wor...

    DigitalSignature.Comments property. Gets the signing purpose Comment....comments property DigitalSignature.comments property Gets the...signing purpose comment. @property def comments ( self ) -> str...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentVisitor class | Aspose.Words for Python

    aspose.words.DocumentVisitor class. Base class for custom document visitors... visit_comment_end(comment) Called when enumeration...enumeration of a comment text has ended. visit_comment_range_end(comment_range_end)...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::DocumentVisitor::VisitGroupShape...

    Aspose::Words::DocumentVisitor::VisitGroupShapeStart method. Called when enumeration of a group shape has started 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...
  6. DocumentVisitor.VisitCellEnd | Aspose.Words for...

    Discover the DocumentVisitor VisitCellEnd method, essential for managing table cell enumeration in your applications. Enhance your coding efficiency today!...<summary> /// Called when a Comment is encountered in the document...VisitCommentStart ( Comment comment ) { if ( comment . Font . Hidden...

    reference.aspose.com/words/net/aspose.words/doc...
  7. DocumentBuilder.insert_footnote method | Aspose...

    aspose.words.DocumentBuilder.insert_footnote method...footnote_text = 'Footnote comment regarding referenced text.'... footnote_text = 'Endnote comment regarding referenced text.'...

    reference.aspose.com/words/python-net/aspose.wo...
  8. SpecialChar Class | Aspose.Words for .NET

    Discover the Aspose.Words.SpecialChar class, your essential tool for managing special characters in documents. Enhance your document processing today!...<summary> /// Called when a Comment is encountered in the document...VisitCommentStart ( Comment comment ) { if ( comment . Font . Hidden...

    reference.aspose.com/words/net/aspose.words/spe...
  9. NodeType | Aspose.Words for Java

    Specifies the type of a Word document node in Java.... COMMENT A comment in a Word document. COMMENT_RANGE_END...represents the end of a commented range. COMMENT_RANGE_START A marker...

    reference.aspose.com/words/java/com.aspose.word...
  10. DocumentVisitor | Aspose.Words for Java

    Base class for custom document visitors in Java....visitCommentEnd(Comment comment) Called when enumeration of a comment text...Called when the end of a commented range of text is encountered...

    reference.aspose.com/words/java/com.aspose.word...