Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 26,486 for

index

(0.21 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. CustomXmlPart.Schemas | Aspose.Words for .NET

    Discover the CustomXmlPart Schemas property to easily manage XML schemas linked to your custom XML parts, enhancing data organization and efficiency.... // 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. CustomXmlPart.Clone | Aspose.Words for .NET

    Discover the CustomXmlPart Clone method for efficient deep copying of objects without duplicating Data bytes. Enhance your coding efficiency 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...
  4. GradientStopCollection class | Aspose.Words for...

    Aspose.Words.Drawing.GradientStopCollection class. Contains a collection of [GradientStop](../gradientstop/) objects... insert(index, gradientStop) Inserts a GradientStop...the collection at a specified index. remove(gradientStop) Removes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. CustomXmlPart.Data | Aspose.Words for .NET

    Access and manage your Custom XML Data Storage easily with the CustomXmlPart Data property. Get or set XML content effortlessly for streamlined 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...
  6. 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...
  7. DocumentPropertyCollection | Aspose.Words for Java

    Base class for BuiltInDocumentProperties and CustomDocumentProperties collections in Java.... // 1 - Remove by index: properties.removeAt(1); Assert...get(int index) Returns a DocumentProperty object by index. get(String...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose.PSD for .NET 19.4 - Release Notes|Docume...

    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....( int index = layers . Length - 1 ; index >= 0 ; index --) {...{ Layer layer = layers [ index ]; if (!( layer is TextLayer ))...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-4...
  9. Aspose::Words::Markup::CustomXmlPartCollection:...

    Aspose::Words::Markup::CustomXmlPartCollection::get_Count method. Gets the number of elements contained in the collection in C++.... // 1 - By an index in the custom XML part collection:...() -> GetEnumerator (); int index = 0 ; while ( enumerator ->...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. Merge HTML to Image in C++ | products.aspose.com

    Merge HTML to image in C++. Use C++ library API to combine HTML to image...AddFromHtml(htmlText2); for ( int32_t index = 0 ; index < pres -> get_Slides()...get_Slides() -> get_Count(); index ++ ) { auto slide = pres -> get_Slides()...

    products.aspose.com/slides/cpp/merger/html-to-i...