Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 47,700 for

index

(0.08 sec)
  1. Convert PDF to XML in Python | products.aspose.com

    Convert PDF to XML in Python. Use Python library API to convert PDF files to XMLs...pdf" ) for index in range(pres . slides . length):...slides[index] with open( "slide- {index} .xml" . format(index = index)...

    products.aspose.com/slides/python-net/conversio...
  2. Convert PDF to SVG in Java | products.aspose.com

    Convert PDF to SVG in Java. Use Java library API to convert PDF files to SVGs...pdf" ); for ( int index = 0 ; index < pres . getSlides ()...(). size (); index ++) { ISlide slide = pres . getSlides (). get_Item...

    products.aspose.com/slides/java/conversion/pdf-...
  3. Convert Image to JPG in Java | products.aspose.com

    Convert Image to JPG in Java. Use Java library API to convert Image files to JPGs...960 , 720 ); for ( int index = 0 ; index < pres . getSlides ()...(). size (); index ++) { ISlide slide = pres . getSlides (). get_Item...

    products.aspose.com/slides/java/conversion/imag...
  4. SectionCollection class | Aspose.Words for Node.js

    Aspose.Words.SectionCollection class. A collection of [Section](../section/) objects in the document...indexOf(node) Returns the zero-based index of the specified node. (Inherited...from NodeCollection ) insert(index, node) Inserts a node into the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Assemble Spreadsheets|Documentation

    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....Excel file using its sheet index. Aspose.Cells provides a class...referenced by passing the sheet index of the new worksheet to the...

    docs.aspose.com/cells/net/assemble-spreadsheets/
  6. StructuredDocumentTag.xml_mapping property | As...

    StructuredDocumentTag.xml_mapping property. Gets an object that represents the mapping of this structured document tag to XML data in a custom XML part of the current document.... # 1 - By an index in the custom XML part collection:...contents of each part. for index , part in enumerate ( doc ....

    reference.aspose.com/words/python-net/aspose.wo...
  7. CustomXmlPartCollection.get_by_id method | Aspo...

    CustomXmlPartCollection.get_by_id method. Finds and returns a custom XML part by its identifier.... # 1 - By an index in the custom XML part collection:...contents of each part. for index , part in enumerate ( doc ....

    reference.aspose.com/words/python-net/aspose.wo...
  8. Setting Formula for Named Range with C++|Docume...

    Learn how to set formulas for named ranges in Excel files using Aspose.Cells with C++....with name "NewNamedRange" int index = worksheets . GetNames ()....worksheets . GetNames (). Get ( index ); // Set RefersTo property...

    docs.aspose.com/cells/cpp/setting-formula-for-n...
  9. Aspose::Words::DocumentBuilder::MoveToStructure...

    Aspose::Words::DocumentBuilder::MoveToStructuredDocumentTag method. Moves the cursor to the structured document tag in C++....characterIndex int32_t The index of the character inside the...structured document tag by index. builder -> MoveToStructuredDocu...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. DocumentBuilder.move_to_paragraph method | Aspo...

    DocumentBuilder.move_to_paragraph method. Moves the cursor to a paragraph in the current section....move_to_paragraph(paragraph_index, character_index) Moves the cursor to...self , paragraph_index : int , character_index : int ): ... Parameter...

    reference.aspose.com/words/python-net/aspose.wo...