Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 36,096 for

index

(1.13 sec)
  1. Aspose::Words::Fields::DropDownItemCollection::...

    Aspose::Words::Fields::DropDownItemCollection::Clear method. Removes all elements from the collection in C++....another item at a specified index: dropDownItems -> Insert ( 3...// 2 - Remove an item at an index: dropDownItems -> RemoveAt (...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. PersonCollection | Aspose.Words for .NET

    Create and manage a dynamic collection of individuals with the PersonCollection class. Simplify your data handling and enhance your applications today!...from the collection by the index. persons . RemoveAt ( 0 ); Assert...from the collection by the index. persons . RemoveAt ( 0 ); Assert...

    reference.aspose.com/words/net/aspose.words.bib...
  3. Extracting Tracked Changes - Section/Paragraph ...

    Hello, Just wondering if it’s possible when extracting tracked changes from a document, if you can identity the section or paragraph number where each tracked change occurred?...the section number (1-based index) int sectionIndex = doc.IndexOf(paragraph...(1-based index) int paragraphIndex = paragraph.Index + 1; // Output...

    forum.aspose.com/t/extracting-tracked-changes-s...
  4. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::get_Count method. Gets an integer value indicating the number of items in the collection in C++....// Remove gradient stop at index 1. gradientStops -> RemoveAt...new gradient stop at the same index 1. gradientStops -> Insert (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. DropDownItemCollection.remove method | Aspose.W...

    DropDownItemCollection.remove method. Removes the specified value from the collection.... index_of ( 'Two' )) self . assertTrue...another item at a specified index: drop_down_items . insert (...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Glyph constructor | Aspose.Words for Python

    Glyph constructor. Initializes new instance of this class....Glyph constructor Glyph(glyph_index, advance, advance_offset, ascender_offset)...def __init__ ( self , glyph_index : int , advance : int , advance_offset...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Lists::ListCollection::idx_get m...

    Aspose::Words::Lists::ListCollection::idx_get method. Gets a list by Index in C++....ListCollection::idx_get method Gets a list by index. System :: SharedPtr < Aspose...ListCollection :: idx_get ( int32_t index ) Examples Shows how to apply...

    reference.aspose.com/words/cpp/aspose.words.lis...
  8. Aspose::Words::Notes::FootnoteType enum | Aspos...

    Aspose::Words::Notes::FootnoteType enum. Specifies whether this is a footnote or an endnote in C++....reference mark // will be its index among all the section's footnotes...footnote will use instead of its index number. footnote -> set_ReferenceMark...

    reference.aspose.com/words/cpp/aspose.words.not...
  9. Limit the Number of Pages Generated - Excel to ...

    Learn how to limit the number of pages generated when converting Excel to PDF using Aspose.Cells with C++....PDF // Starting page index (0-based index) options . SetPageIndex...

    docs.aspose.com/cells/cpp/limit-the-number-of-p...
  10. PageSet class | Aspose.Words for Python

    aspose.words.saving.PageSet class. Describes a random set of pages...one-page set based on exact page index. PageSet(pages) Creates a page...second page via # the zero-based index to start rendering the document...

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