Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 43,126 for

index

(0.06 sec)
  1. 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 (); int index = 0 ; while ( enumerator ->...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. Aspose::Words::Markup::CustomXmlPart::get_Schem...

    Aspose::Words::Markup::CustomXmlPart::get_Schemas method. Specifies the set of XML schemas that are associated with this custom XML part 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...
  3. 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 (); int index = 0 ; while ( enumerator ->...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. Managing Pictures|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....parameters: Upper left row index , the index of the upper left row...row. Upper left column index , the index of the upper left column...

    docs.aspose.com/cells/java/managing-pictures/
  5. VariableCollection.remove_at method | Aspose.Wo...

    VariableCollection.remove_at method. Removes a document variable at the specified Index....remove_at method remove_at(index) Removes a document variable...the specified index. def remove_at ( self , index : int ): ......

    reference.aspose.com/words/python-net/aspose.wo...
  6. OdsoFieldMapDataCollection.GetEnumerator | Aspo...

    Discover the OdsoFieldMapDataCollection's GetEnumerator method to effortlessly iterate through all collection items. Enhance your data handling today!... GetEnumerator ()) { int index = 0 ; while ( enumerator . MoveNext...WriteLine ( $"Field map data index {index++}, type \" { enumerator...

    reference.aspose.com/words/net/aspose.words.set...
  7. ChartSeriesCollection.removeAt method | Aspose....

    ChartSeriesCollection.removeAt method. Removes a [ChartSeries](../../chartseries/) at the specified Index....removeAt(index) Removes a ChartSeries at the specified index. removeAt...removeAt ( index : number ) Parameter Type Description index number...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. How to align by Hyperlink along side paragraph ...

    I have used below code to create a bookmark and insert hyper link at end of paragraph . But the hyperlink isnt aligning well with paragraph headings(inserted image) . How to align it properly? // Insert bookmark at the …...Paragraph, true)) { int index; if (paragraph.GetAncestor(NodeType...StyleName = "Heading 11"; //get index of current paragraph and insert...

    forum.aspose.com/t/how-to-align-by-hyperlink-al...
  9. CustomPart.IsExternal | Aspose.Words for .NET

    Discover the CustomPart IsExternal property, learn how it defines internal vs. external custom parts in OOXML packages for streamlined data management.... GetEnumerator ()) { int index = 0 ; while ( enumerator . MoveNext...Console . WriteLine ( $"Part index {index}:" ); Console . WriteLine...

    reference.aspose.com/words/net/aspose.words.mar...
  10. RevisionCollection indexer | Aspose.Words for P...

    RevisionCollection Indexer. Returns a [Revision](../../revision/) at the specified Index....RevisionCollection indexer __getitem__(index) Returns a Revision...the specified index. def __getitem__ ( self , index : int ): .....

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