Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 46,570 for

index

(0.1 sec)
  1. OdsoFieldMapDataCollection class | Aspose.Words...

    aspose.words.settings.OdsoFieldMapDataCollection class. A typed collection of the [OdsoFieldMapData](../odsofieldmapdata/) objects... Indexers Name Description __getitem__(index) Gets or...remove_at(index) Removes the element at the specified index. See Also...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 使用C++给PDF添加水印|Documentation

    了解如何在使用Aspose.Cells的渲染过程中为PDF文件添加文本和图像水印。...PutValue ( u "Page1" ); int index = wb . GetWorksheets (). Add...wb . GetWorksheets (). Get ( index ). GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/zh/cpp/add-watermark-to-pdf/
  3. VbaReferenceCollection.Item | Aspose.Words for ...

    Access the VbaReference object easily with the Item property. Efficiently retrieve references by Index for streamlined VBA development....Hide ] VbaReferenceCollecti indexer Gets VbaReference object at...specified index. public VbaReference this [ int index ] { get ;...

    reference.aspose.com/words/net/aspose.words.vba...
  4. Aspose.Cells Cells indexer interface change and...

    Hi guys, I am currently working on upgrading Aspose.Cells from 23.6 to 25.10. One of changes I noticed is that Cells[int] Indexer is no longer available in 25.10. Cells[int] used to return the Cell reference at the gi…...Cells Cells indexer interface change and compatible change...noticed is that Cells[int] indexer is no longer available in 25...

    forum.aspose.com/t/aspose-cells-cells-indexer-i...
  5. Slide|Aspose.Slides 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....Slides by Index You can access slides using their index, or find...find a slide’s index based on a reference. This is useful for iterating...

    docs.aspose.com/slides/net/examples/elements/sl...
  6. Convert HTML to XML in Python | products.aspose...

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

    products.aspose.com/slides/python-net/conversio...
  7. Convert HTML to Image in Java | products.aspose...

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

    products.aspose.com/slides/java/conversion/html...
  8. Convert PDF to XML in C++ | products.aspose.com

    Convert PDF to XML in C++. Use C++ library API to convert PDF files to XMLs...pdf" ); for ( int32_t index = 0 ; index < pres -> get_Slides()...get_Slides() -> get_Count(); index ++ ) { auto fileName = String :: Format(...

    products.aspose.com/slides/cpp/conversion/pdf-t...
  9. Assemble Slides|Aspose.Slides 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....specified by the zero based index. Aspose.Slides for .NET allows...Slides collection using a slide index. //Instantiate a Presentation...

    docs.aspose.com/slides/net/assemble-slides/
  10. VariableCollection.RemoveAt | Aspose.Words for ...

    Effortlessly manage your documents with the VariableCollection RemoveAt method, which removes a variable at any specified Index for seamless data handling....specified index. public void RemoveAt ( int index ) Parameter...Type Description index Int32 The zero based index. Examples Shows...

    reference.aspose.com/words/net/aspose.words/var...