Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 986 for

update string index

(0.08 sec)
  1. FixedPageSaveOptions | Aspose.Words for Java

    Contains common options that can be specified when saving a document into fixed page formats PDF XPS images etc in Java....page via // the zero-based index to start rendering the document...saveFormat) createSaveOptions(String fileName) Creates a save options...

    reference.aspose.com/words/java/com.aspose.word...
  2. How to Convert HTML to JSON using Node.js

    This article guides on how to convert HTML to JSON using Node.js. It has details to configure the IDE, a list of steps, and aa runnable sample code to transform HTML to JSON using Node.js....range of cells to JSON string Save the string to the JSON file These...method is used to create a JSON string using the calculated range...

    kb.aspose.com/cells/nodejs/how-to-convert-html-...
  3. Public API Changes in Aspose.Cells 8.7.1|Docume...

    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....includes not only new and updated public methods, added & removed...information such as column index and value on which filter has...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. ChmLoadOptions class | Aspose.Words for Node.js

    Aspose.Words.Loading.ChmLoadOptions class. Allows to specify additional options when loading CHM document into a [Document](../../aspose.words/document/) object...Description baseUri Gets or sets the string that will be used to resolve...required. Can be null or empty string. Default is null . (Inherited...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Manage TextBox|Aspose.Slides Documentation

    Manage a text box or text frame in PowerPoint presentations using Java... See the Update Text section on this page....presentation , ( shape , slide , index ) -> { if ( shape instanceof...

    docs.aspose.com/slides/androidjava/manage-textbox/
  6. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main document and a glossary document of a Word document in Java....getChild(int nodeType, int index, boolean isDeep) getChildNodes(int...indexOf(Node child) Returns the index of the specified child node...

    reference.aspose.com/words/java/com.aspose.word...
  7. ChmLoadOptions class | Aspose.Words for Python

    aspose.words.loading.ChmLoadOptions class. Allows to specify additional options when loading CHM document into a [Document](../../aspose.words/document/) object...Description base_uri Gets or sets the string that will be used to resolve...required. Can be None or empty string. Default is None . (Inherited...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CustomDocumentProperties.add method | Aspose.Wo...

    aspose.words.properties.CustomDocumentProperties.add method...STRING data type. def add ( self ...assertEqual ( 1 , properties . index_of ( 'Authorized Amount' ))...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Save a OneNote Document

    Products Aspose.Total Product Solution Aspose.Words Product Solution Aspose.PDF Product Solution Aspose.Cells Product...... Save(string) Save(string, OneSaveOptions) Save(string, SaveFormat)...SaveFormat) Copy 1 string inputFile = "Sample1.one" ; 2 string dataDir =...

    docs.aspose.com/note/net/save-a-onenote-document/
  10. DocumentVisitor | Aspose.Words for Java

    Base class for custom document visitors in Java....this tree in the form of a string. /// public static class DocStructurePrinter...new StringBuilder(); } public String getText() { return mAcceptingNodeChildT...

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