Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 35,544 for

index

(0.62 sec)
  1. Manage SmartArt Shape Nodes in Presentations Us...

    Manage SmartArt shape nodes in PPT and PPTX with Aspose.Slides for C++. Get clear code samples and tips to streamline your presentations....of first slide by using its Index. Traverse through every shape...of first slide by using its Index. Add a StackedList type SmartArt...

    docs.aspose.com/slides/cpp/manage-smartart-shap...
  2. DropDownItemCollection.indexOf method | Aspose....

    DropDownItemCollection.IndexOf method. Returns the zero-based Index of the specified value in the collection....indexOf(value) Returns the zero-based index of the specified value in the...locate. Returns The zero based index. Negative value if not found...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Access Presentation Slides on Android|Aspose.Sl...

    Learn how to access and manage slides in PowerPoint and OpenDocument presentations with Aspose.Slides for Android. Boost productivity with Java code examples....two ways: by index and by ID. Access Slide by Index All slides...through index 0; the second slide is accessed through index 1; etc...

    docs.aspose.com/slides/androidjava/access-slide...
  4. QrStructuredAppendParameters|Aspose.BarCode for...

    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....the index of the QR structured append mode barcode. Index starts...

    docs.aspose.com/barcode/python-net/api-referenc...
  5. FramesetCollection | Aspose.Words for Java

    Represents a collection of instances of the Frameset class in Java....Method Description get(int index) Gets a frame or frames page...page at the specified index. getCount() Gets the number of frames...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_XmlMapping method. Gets an object that represents the mapping of this structured document tag to XML data in a custom XML part of the current document 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...
  7. Aspose::Words::Markup::CustomXmlPartCollection:...

    Aspose::Words::Markup::CustomXmlPartCollection::GetEnumerator method. Returns an enumerator object that can be used to iterate over all items in the collection 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. Aspose::Words::Markup::CustomXmlPartCollection:...

    Aspose::Words::Markup::CustomXmlPartCollection::GetById method. Finds and returns a custom XML part by its identifier 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...
  9. 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...
  10. 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-...