Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 46,603 for

index

(0.18 sec)
  1. Add Hyperlinks to Cells|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 = worksheet . Hyperlinks . Add...); worksheet . Hyperlinks [ index ]. TextToDisplay = "Aspose Site...

    docs.aspose.com/cells/net/add-hyperlinks-to-cells/
  2. Footnote.reference_mark property | Aspose.Words...

    Footnote.reference_mark property. Gets/sets custom reference mark to be used for this footnote...reference mark # will be its index among all the section's footnotes...footnote will use instead of its index number. footnote . reference_mark...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose.PSD for Python via .NET 24.1 - Release N...

    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....page index to the second page. image . active_page_index = 1 #...page index to the third page. image . active_page_index = 2 #...

    docs.aspose.com/psd/net/aspose-psd-for-python-v...
  4. Aspose::Words::Properties::DocumentPropertyColl...

    Aspose::Words::Properties::DocumentPropertyCollection::IndexOf method. Gets the Index of a property by name in C++....DocumentPropertyColl::IndexOf method Gets the index of a property by name. int32_t...ReturnValue The zero based index. Negative value if not found...

    reference.aspose.com/words/cpp/aspose.words.pro...
  5. Aspose::Words::Fields::GeneralFormatCollection:...

    Aspose::Words::Fields::GeneralFormatCollection::GetEnumerator method. Returns an enumerator object in C++....field -> Update (); int32_t index = 0 ; { System :: SharedPtr...u "General format index {0}: {1}" , index ++ , generalFormatEnumera...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. TableCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.TableCollection class for easy, typed access to Table nodes, enhancing document processing efficiency and flexibility....a Table at the given index. (2 indexers) Methods Name Description...Node ) Returns the zero-based index of the specified node. Insert...

    reference.aspose.com/words/net/aspose.words.tab...
  7. PageSet constructor | Aspose.Words for Python

    aspose.words.saving.PageSet constructor...one-page set based on exact page index. def __init__ ( self , page...Description page int Zero-based index of the page. Remarks If a page...

    reference.aspose.com/words/python-net/aspose.wo...
  8. BuiltInDocumentProperties class | Aspose.Words ...

    aspose.words.properties.BuiltInDocumentProperties class. A collection of built-in document properties...objects by their names (using an indexer) and via a set of typed properties...DocumentPropertyColl Indexers Name Description __getitem__(index) Properties...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Saving::PageSavingArgs::get_Page...

    Aspose::Words::Saving::PageSavingArgs::get_PageIndex method. Current page Index in C++....eIndex method Current page index. int32_t Aspose :: Words ::...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Render a Slide as an SVG Image in C#|Aspose.Sli...

    This article explains how to convert PowerPoint Presentation to SVG format using C#. You can convert PPT, PPTX, ODP formats into SVG images....( var index = 0 ; index < pres . Slides . Count ; index ++) {...ISlide slide = pres . Slides [ index ]; using ( FileStream fileStream...

    docs.aspose.com/slides/net/render-a-slide-as-an...