Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 43,089 for

index

(0.07 sec)
  1. 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...
  2. VariableCollection class | Aspose.Words for Python

    aspose.words.VariableCollection class. A collection of document variables... Indexers Name Description __getitem__(index) Gets or...document variable at the specified index. None values are not allowed...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CustomXmlPartCollection Class | Aspose.Words fo...

    Discover the Aspose.Words.Markup.CustomXmlPartCollection class, your go-to solution for managing Custom XML Parts efficiently and effortlessly....sets an item at the specified index. Methods Name Description Add...Removes an item at the specified index. Remarks You do not normally...

    reference.aspose.com/words/net/aspose.words.mar...
  4. 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...
  5. 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...
  6. 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...
  7. DocumentPropertyCollection class | Aspose.Words...

    aspose.words.properties.DocumentPropertyCollection class. Base class for [BuiltInDocumentProperties](../builtindocumentproperties/) and [CustomDocumentProperties](../customdocumentproperties/) collections... Indexers Name Description __getitem__(index) Returns...DocumentProperty object by index. Properties Name Description...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CustomXmlPartCollection.Clear | Aspose.Words fo...

    Effortlessly clear your CustomXmlPartCollection with our Clear method, removing all elements for optimal data management. Simplify your workflow 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.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-...