Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 1,714 for

accept changes

(0.07 sec)
  1. Change Data Source of the Chart to Destination ...

    Learn how to change the data source of a chart to a destination worksheet while copying rows or a range in Aspose.Cells for JavaScript via C++. This guide demonstrates how to update the chart's data range and link it to the destination worksheet....Change Data Source of the Chart to Destination Worksheet while...source of the chart does not change. For example, if the data source...

    docs.aspose.com/cells/javascript-cpp/change-dat...
  2. FieldIncludePicture | Aspose.Words for Java

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

    reference.aspose.com/words/java/com.aspose.word...
  3. Provide exported worksheet HTML file path via I...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Please change the dirPath variable inside...type = "file" id = "fileInput" accept = ".xls,.xlsx,.csv" /> < button...

    docs.aspose.com/cells/javascript-cpp/provide-ex...
  4. 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...
  5. Working with Table of Contents in Java|Aspose.W...

    Table of Content field in details. How to create and modify `TOC` field using Java....update an existing TOC after changes to the document have been made...other field, the TOC field can accept switches defined within the...

    docs.aspose.com/words/java/working-with-table-o...
  6. 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-...
  7. 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...
  8. 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...
  9. 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...
  10. 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...