Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 1,302 for

update string index

(0.23 sec)
  1. How to Save a OneNote Document | Aspose.Note Do...

    Learn how to save a OneNote document with detailed instructions.... 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/
  2. Working with Images|Aspose.PDF for Java

    This section explains how to replace image with Aspose.PDF Facades - a toolset for popular operations with PDF....parameters: a page number, index of the image to replace, and...PdfContentEditorImag { private static String _dataDir = "/home/aspose/p...

    docs.aspose.com/pdf/java/working-with-image/
  3. 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...
  4. 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...
  5. ChmLoadOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Loading.ChmLoadOptions for enhanced CHM document loading. Customize your Document object with flexible options for optimal results....get; set; } Gets or sets the string that will be used to resolve...required. Can be null or empty string. Default is null . ConvertMetafilesToPn...

    reference.aspose.com/words/net/aspose.words.loa...
  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. 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/
  8. 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...
  9. HtmlFixedSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.HTML_FIXED format in Java....getText()); String[] resourceFiles = new File(getArtifactsDir()...args.getResourceFileName())); String extension = FilenameUtils.getExtension(args...

    reference.aspose.com/words/java/com.aspose.word...
  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