Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 47,700 for

index

(0.15 sec)
  1. Document.CustomXmlParts | Aspose.Words for .NET

    Explore the Document CustomXmlParts property to manage Custom XML Data Storage Parts efficiently. Enhance your document's functionality today!... // 1 - By an index in the custom XML part collection:...CustomXmlParts . GetEnumerator ()) { int index = 0 ; while ( enumerator . MoveNext...

    reference.aspose.com/words/net/aspose.words/doc...
  2. StructuredDocumentTag.XmlMapping | Aspose.Words...

    Discover how the StructuredDocumentTag XmlMapping property connects your tags to XML data, enhancing document customization and integration for seamless workflows.... // 1 - By an index in the custom XML part collection:...CustomXmlParts . GetEnumerator ()) { int index = 0 ; while ( enumerator . MoveNext...

    reference.aspose.com/words/net/aspose.words.mar...
  3. 在xlsx4j中对数据进行排序|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....(); //Specify the start row index. ca . StartRow = 1 ; //Specify...//Specify the start column index. ca . StartColumn = 0 ; //Specify...

    docs.aspose.com/cells/zh/java/sort-data-in-xlsx4j/
  4. Adjusting Row Height and Column Width|Documenta...

    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.... Indexes of rows and columns will start...following parameters: Row index , the index of the row that you’re...

    docs.aspose.com/cells/java/adjusting-row-height...
  5. Adjusting Row Height and Column Width|Documenta...

    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....parameters as follows: Row index , the index of the row that you’re...following parameters: Column index , the index of the column that you’re...

    docs.aspose.com/cells/go-cpp/adjusting-row-heig...
  6. Inserting and Deleting Rows and Columns of Exce...

    This article shows how to insert and delete rows and columns by the Aspose.Cells for Python via .NET API....insert_row method takes the index of the row where the new row...takes two parameters: Row index, the index of the row from where...

    docs.aspose.com/cells/python-net/inserting-and-...
  7. Aspose::Words::Markup::XmlMapping::SetMapping m...

    Aspose::Words::Markup::XmlMapping::SetMapping method. Sets a mapping between the parent structured document tag and an XML node of a custom XML data part in C++.... // 1 - By an index in the custom XML part collection:...-> GetEnumerator (); int32_t index = 0 ; while ( enumerator ->...

    reference.aspose.com/words/cpp/aspose.words.mar...
  8. ChartSeriesCollection class | Aspose.Words for ...

    aspose.words.drawing.charts.ChartSeriesCollection class. Represents collection of a [ChartSeries](../chartseries/)... Indexers Name Description __getitem__(index) Returns...ChartSeries at the specified index. Properties Name Description...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Convert PDF to XML in C# | products.aspose.com

    Convert PDF to XML in C#. Use .NET library API to convert PDF pages to XML files...for ( var index = 0 ; index < pres.Slides.Count; index++) { ISlide...ISlide slide = pres.Slides[index]; using (FileStream stream = new...

    products.aspose.com/slides/net/conversion/pdf-t...
  10. Convert PPTX to XML using C++ application | pro...

    Sample C++ conversion code for PPTX document to XML format. Use example code for batch PPTX to XML conversion within any C++ Application.... for (int32_t index = 0 ; index < prs->get_Slides()->get_Count();...prs->get_Slides()->get_Count(); index++) { auto fileName = String::Format(u "slide-{0}...

    products.aspose.com/slides/cpp/conversion/pptx-...