Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 2,164 for

accept changes

(0.4 sec)
  1. Aspose::Words::Fields::FieldStart Class Referen...

    Represents a start of a Word field in a document....fieldEnumerator->get_Current()->get_Start()->Accept(fieldVisitor); if (fieldEn...urrent()->get_Separator()->Accept(fieldVisitor); } fieldEnum...

    reference.aspose.com/words/cpp/class/aspose.wor...
  2. Aspose::Words::Fields::FieldStart Class Referen...

    Represents a start of a Word field in a document....fieldEnumerator->get_Current()->get_Start()->Accept(fieldVisitor); if (fieldEn...urrent()->get_Separator()->Accept(fieldVisitor); } fieldEnum...

    reference.aspose.com/words/cpp/class/aspose.wor...
  3. TextFragmentAbsorber find same text two times -...

    Hi, I am using below code to extract PDF content using below code, TextAbsorber textAbsorber = new TextAbsorber(); doc.Pages.Accept(textAbsorber); string extractedText = textAbsorber…...Accept(textAbsorber); string extractedText...pageArray) { doc.Pages[page].Accept(absorber); } textFragments...

    forum.aspose.com/t/textfragmentabsorber-find-sa...
  4. Document | Aspose.Note for .NET API Reference

    Represents an Aspose.Note document....performs detection of layout changes automatically. Default value...Description override Accept (DocumentVisitor) Accepts the visitor of...

    reference.aspose.com/note/net/aspose.note/docum...
  5. Aspose.Words for C++ 23.1 Release Notes|Documen...

    Aspose.Words for C++ 23.1 Release Notes – the latest updates and fixes....List of Issues Covering all Changes in this Release Expand to view...Converting to .md file does not change heading numbering Document...

    docs.aspose.com/words/cpp/aspose-words-for-cpp-...
  6. SpecialChar Class | Aspose.Words for .NET

    Aspose.Words.SpecialChar class. Base class for special characters in the document in C#....deleted in Microsoft Word while change tracking was enabled. IsFormatRevision...object was changed in Microsoft Word while change tracking was...

    reference.aspose.com/words/net/aspose.words/spe...
  7. Class: SpinButtonActiveXControl - Aspose.Diagra...

    The Visio Diagram API allows you to perform various scenarios with Visio documents in Node.js code....Gets and sets the maximum acceptable value. getMin () Gets and...and sets the minimum acceptable value. getMouseIcon () Gets and...

    reference.aspose.com/diagram/nodejs/SpinButtonA...
  8. Comment.Done | Aspose.Words for .NET

    Comment Done property. Gets or sets flag indicating that the comment has been marked done in C#....make a change within the document, // we can apply the change, and...PreviousSibling ; commentRangeStart . Accept ( commentVisitor ); // Then...

    reference.aspose.com/words/net/aspose.words/com...
  9. Range - Aspose.Words for Java - API Reference

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....void normalizeFieldTypes () Changes field type values FieldChar...bookmark in the collection to accept a visitor that will print its...

    reference.aspose.com/words/java/com.aspose.word...
  10. Replace Text in PDF using C++|Aspose.PDF for C++

    Learn how to replace text in a PDF file in C++ using Aspose.PDF, enabling quick document edits....TextFragments to replace the text and change any other attributes. Once...TextFragmentAbsorber > ( "Web" ); // Accept the absorber for first page...

    docs.aspose.com/pdf/cpp/replace-text-in-pdf/