Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 1,428 for

update string index

(0.1 sec)
  1. 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...
  2. 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/
  3. 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...
  4. Public API Changes in Aspose.Imaging 2.7.0|Docu...

    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 classes...specified index. C# gifImage . InsertBlock ( index , block );...

    docs.aspose.com/imaging/net/public-api-changes-...
  5. Using Cells.ImportData to import and format emp...

    I have a requirement to quickly load a DataTable into an Excel sheet, where cells should automatically format to correspond to the DataTable’s column types. This is particularly important for DateTime columns. This work…...Add("ColString", typeof(string)); table.Columns.Add("ColDateTime"...= true, NumberFormats = new string[] { null, null, "YYYY-MM-DD"...

    forum.aspose.com/t/using-cells-importdata-to-im...
  6. 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...
  7. 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
  8. 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...
  9. Convert OneNote Documents to PDF and Other Form...

    This guide provides Java developers with instructions on converting OneNote documents into various formats such as PDF.... 3 4 String inputFile = "Sample1.one" ;...(LoadDocIntoAsposeNot. class , inputFile); 6 String outputFile = "LoadDocIntoAsposeNot...

    docs.aspose.com/note/java/convert-onenote-docum...
  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...