Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 1,264 for

accept changes

(0.15 sec)
  1. Body | Aspose.Words for Java

    Represents a container for the main text of a section in Java....Description accept(DocumentVisitor visitor) Accepts a visitor....acceptEnd(DocumentVisitor visitor) Accepts a visitor for visiting the...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose words python - Missing hyperlink styles ...

    Hyperlinks issue document _INPUT.docx (60.9 KB) Redlined_Hyperlinks_issue_document__OUTPUT.docx (61.8 KB) Revised_Hyperlinks_issue_document__OUTPUT.docx (55.9 KB) ISSUE: Able to insert hyperlink but missing styles of …...accept_all_revisions() # Compare and...for redlining redlined_doc.accept_all_revisions() opts = aw.comparing...

    forum.aspose.com/t/aspose-words-python-missing-...
  3. FieldMergeField | Aspose.Words for Java

    Implements the MERGEFIELD field in Java....the value that this field accepts when the merge takes place...next(); currentField.getStart().accept(fieldVisitor); if (currentField...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldPageRef | Aspose.Words for Java

    Implements the PAGEREF field in Java....accept(fieldVisitor); if (currentField...getSeparator().accept(fieldVisitor); } currentField.getEnd().accept(fieldVisitor);...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldBibliography | Aspose.Words for Java

    Implements the BIBLIOGRAPHY field in Java....accept(fieldVisitor); if (currentField...getSeparator().accept(fieldVisitor); } currentField.getEnd().accept(fieldVisitor);...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose.Words - Errors after upgrading to .NET8,...

    Hi, I have a method where I am trying to save the document with custom properties. I am using the document.Save() to achieve it. After updating to .NET 8, I am getting the following error for document Save methods. No…...are trying to call does not accept four arguments. In the latest...the Document class may have changed its overloads. You should verify...

    forum.aspose.com/t/aspose-words-errors-after-up...
  7. FieldHyperlink | Aspose.Words for Java

    Implements the HYPERLINK field in Java....accept(fieldVisitor); if (currentField...getSeparator().accept(fieldVisitor); } currentField.getEnd().accept(fieldVisitor);...

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldSeparator class | Aspose.Words for Python

    aspose.words.fields.FieldSeparator class. Represents a Word field separator that separates the field code from the field result...deleted in Microsoft Word while change tracking was enabled. (Inherited...object was changed in Microsoft Word while change tracking was...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Specify 3D File Load Options|Documentation

    There are several Scene.open method overloads or Scene class constructor overloads that Accept LoadOptions instance....constructor overloads that accept LoadOptions instance. This...true, usually we don't need to change it. Aspose.3D will automatically...

    docs.aspose.com/3d/nodejs-java/specify-3d-file-...
  10. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine in JavaScript by implementing a custom calculation engine using the Aspose.Cells library for JavaScript via C++. Load an existing Excel file or create a new one to use the methods provided and save the modified Excel file....type = "file" id = "fileInput" accept = ".xls,.xlsx,.csv" /> < button...Check the formula name and change the implementation if ( data...

    docs.aspose.com/cells/javascript-cpp/implement-...