Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 1,002 for

update string index

(0.06 sec)
  1. Cell | Aspose.Words for Java

    Represents a table cell in Java....getCount(); k++) { String cellText = cells.get(k).toString(SaveFormat...final int cellCount, final String cellText) throws Exception...

    reference.aspose.com/words/java/com.aspose.word...
  2. 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...
  3. PclSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PCL format in Java....Description addPrinterFont(String fontFullName, String fontPclName) Adds...saveFormat) createSaveOptions(String fileName) Creates a save options...

    reference.aspose.com/words/java/com.aspose.word...
  4. 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...
  5. 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...
  6. How to Set the Percent Format as "0.0%" for a P...

    Sharing a expected file here. Need help to set the given format for datalabels in pie chart. testPieChartAspose.zip (48.0 KB)... { public static void main(String[] args) { // Create an instance...setNumberFormat("0.000%"); } Create or Update PowerPoint Presentation Charts...

    forum.aspose.com/t/how-to-set-the-percent-forma...
  7. StructuredDocumentTag | Aspose.Words for Java

    Represents a structured document tag SDT or content control in a document in Java....getChild(int nodeType, int index, boolean isDeep) getChildNodes(int...identifier. getDateDisplayFormat() String that represents the format...

    reference.aspose.com/words/java/com.aspose.word...
  8. 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-...
  9. 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...
  10. Convert Range to JSON - Free Support Forum - as...

    Hi, I want to convert a range I have in excel to a JSON and I want to capture the range as is along with all the formatting. The idea is that I want to use these JSON values to later set the range properties in another w…...// Convert the range to JSON string jsonData = JsonUtility.Exp...// Convert the range to JSON string jsonData = JsonUtility.Exp...

    forum.aspose.com/t/convert-range-to-json/311994