Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 47,716 for

index

(0.12 sec)
  1. Document.package_custom_parts property | Aspose...

    Document.package_custom_parts property. Gets or sets the collection of custom parts (arbitrary content) that are linked to the OOXML package using unknown relationships.... for index , part in enumerate ( doc ....package_custom_parts ): print ( f 'Part index { index } :' ) print ( f ' \t Name:...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Document class | Aspose.Words for Node.js

    Aspose.Words.Document class. Represents a Word document... extractPages(index, count, options) Returns the...extract options. extractPages(index, count) Returns the Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Convert PPTX to Word in Python | products.aspos...

    Convert PPTX to Word in Python. Use Python library API to convert PowerPoint to Word... DocumentBuilder(doc) for index in range(presentation . slides...slide = presentation . slides[index] # generates and inserts slide...

    products.aspose.com/slides/python-net/conversio...
  4. 在单元格中插入文本|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.... int index = InsertSharedStringIt ( text...CellValue = new CellValue ( index . ToString ()); cell . DataType...

    docs.aspose.com/cells/zh/net/insert-text-into-a...
  5. Aspose::Words::Markup::CustomPartCollection::Ge...

    Aspose::Words::Markup::CustomPartCollection::GetEnumerator method. Returns an enumerator object that can be used to iterate over all items in the collection in C++....-> GetEnumerator (); int32_t index = 0 ; while ( enumerator ->...:: Format ( u "Part index {0}:" , index ) << std :: endl ; std...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. Get all the text in all the slides|Aspose.Slide...

    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....sldText , string docName , int index ) { using ( PresentationDocument...string relId = ( slideIds [ index ] as SlideId ). RelationshipId...

    docs.aspose.com/slides/net/get-all-the-text-in-...
  7. DocumentPropertyCollection Class | Aspose.Words...

    Discover the Aspose.Words.Properties.DocumentPropertyCollection class, your go-to for managing BuiltIn and Custom Document Properties efficiently....DocumentProperty object by index. virtual Item { get; } Returns...IndexOf ( string ) Gets the index of a property by name. Remove...

    reference.aspose.com/words/net/aspose.words.pro...
  8. ITextShaper.ShapeText | Aspose.Words for .NET

    Discover iTextShaper's ShapeText method, which efficiently generates Cluster objects from text fragments, ensuring precise text formatting and alignment.... If run at an index has corresponding clusters then...then result at the same index will have them recorded. public...

    reference.aspose.com/words/net/aspose.words.sha...
  9. Aspose::Words::Markup::CustomXmlPart::get_Id me...

    Aspose::Words::Markup::CustomXmlPart::get_Id method. Gets or sets the string that identifies this custom XML part within an OOXML 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...
  10. CustomDocumentProperties class | Aspose.Words f...

    Aspose.Words.Properties.CustomDocumentProperties class. A collection of custom document properties...DocumentPropertyColl ) indexOf(name) Gets the index of a property by name. (Inherited...removeAt(index) Removes a property at the specified index. (Inherited...

    reference.aspose.com/words/nodejs-net/aspose.wo...