Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 1,790 for

accept changes

(0.43 sec)
  1. Insertion of charts at a bookmark renders incor...

    Hi, I’m inserting a document at a bookmark location in another document. The document that I’m inserting contains a set of links that point to a range of cells in a dummy excel file. After insertion, I use another exce…...new Document(inputFile); //Accept all revisions outputDoc.AcceptAllRevisions();...AcceptAllRevisions(); //Stop tracking changes from now on outputDoc.TrackRevisions...

    forum.aspose.com/t/insertion-of-charts-at-a-boo...
  2. Setting Strong Encryption Type with JavaScript ...

    Learn how to set strong encryption types for Excel files using Aspose.Cells for JavaScript via C++.... You can change the encryption type to the...type = "file" id = "fileInput" accept = ".xls,.xlsx,.csv" /> < button...

    docs.aspose.com/cells/javascript-cpp/setting-st...
  3. 用JavaScript和C++更改切片器属性|Documentation

    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....type = "file" id = "fileInput" accept = ".xls,.xlsx,.csv" /> < button...green;">Slicer added and properties changed successfully! Click the download...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  4. 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...
  5. 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...
  6. 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...
  7. How to Control Sheet Tab Bar with JavaScript vi...

    Learn how to control the sheet tab bar using Aspose.Cells for JavaScript via C++....showing the sheet tab bar, changing the sheet tab bar width, specifying...type = "file" id = "fileInput" accept = ".xls,.xlsx,.csv" /> < button...

    docs.aspose.com/cells/javascript-cpp/how-to-con...
  8. Data in Non-Primitive Shape with JavaScript via...

    Learn how to access and manipulate non-primitive shapes in Aspose.Cells for JavaScript via C++....type = "file" id = "fileInput" accept = ".xls,.xlsx,.csv" /> < button...Art with JavaScript via C++ Change Adjustment Values of the Shape...

    docs.aspose.com/cells/javascript-cpp/data-in-no...
  9. 实现类似Excel VBA范围的Cell.FormulaLocal,使用JavaScript通...

    学习如何使用Aspose.Cells for JavaScript通过C++实现类似Excel VBA的Range.FormulaLocal的Cell.FormulaLocal。...type = "file" id = "fileInput" accept = ".xls,.xlsx,.csv" /> < button...localFunctionName ( standardName ) { // Change the SUM function name as per...

    docs.aspose.com/cells/zh/javascript-cpp/impleme...
  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...