Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 1,585 for

update string index

(0.77 sec)
  1. 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...
  2. 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...
  3. GeneralFormat | Aspose.Words for Java

    Specifies a general format that is applied to a numeric text or any field result in Java....update(); Assert.assertEquals("= 2...dd, MMMM dd, yyyy"); field.update(); Assert.assertEquals("DATE...

    reference.aspose.com/words/java/com.aspose.word...
  4. Manage Video Frames in Presentations Using Java...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for Java. Fast how-to guide....slide’s reference through its index. Add an IVideo object and pass...slide’s reference through its index. Add an IVideo object and pass...

    docs.aspose.com/slides/java/video-frame/
  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. 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/
  7. 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...
  8. 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
  9. 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...
  10. 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...