Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 35,543 for

index

(0.09 sec)
  1. Render Presentation Slides as SVG Images in C++...

    Learn how to render PowerPoint slides as SVG images using Aspose.Slides for C++. High-quality visuals with simple code examples....pptx" ); for ( int32_t index = 0 ; index < pres -> get_Slides ()...() -> get_Count (); index ++ ) { auto fileName = String :: Format...

    docs.aspose.com/slides/cpp/render-a-slide-as-an...
  2. OdsoRecipientDataCollection Class | Aspose.Word...

    Discover Aspose.Words.Settings.OdsoRecipientDataCollection, a powerful typed collection for managing OdsoRecipientData efficiently in your applications....the element at the specified index. Examples Shows how to access...dataCollection . GetEnumerator ()) { int index = 0 ; while ( enumerator . MoveNext...

    reference.aspose.com/words/net/aspose.words.set...
  3. ChartYValueCollection.Item | Aspose.Words for .NET

    Discover the ChartYValueCollection Item property to easily access or modify Y values at any Index, enhancing your data visualization experience....Item ChartYValueCollectio indexer Gets or sets the Y value at...specified index. public ChartYValue this [ int index ] { get ;...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Autofit Rows and Columns in Excel using C#

    This article covers how to auto fit Excel using C#. It discusses the IDE configuration, a series of steps, and a code snippet to auto fit in Excel using C#....worksheet class object with its index or name Autofit the rows and...sheet using the zero-based index or by specifying the worksheet...

    kb.aspose.com/cells/net/autofit-rows-and-column...
  5. TabStopCollection.getIndexByPosition method | A...

    TabStopCollection.getIndexByPosition method. Gets the Index of a tab stop with the specified position in points....getIndexByPosition(position) Gets the index of a tab stop with the specified...exists there and obtain its index. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. GeneralFormatCollection class | Aspose.Words fo...

    Aspose.Words.Fields.GeneralFormatCollection class. Represents a typed collection of general formats... removeAt(index) Removes a general format occurrence...occurrence at the specified index. See Also module Aspose.Words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. CommentCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.CommentCollection class for easy access to Comment nodes, enhancing document editing and collaboration in your projects....Comment 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/com...
  8. BookmarksOutlineLevelCollection.RemoveAt | Aspo...

    Easily manage your bookmarks with the RemoveAt method. Quickly remove bookmarks by Index for a streamlined experience in your application!...specified index. public void RemoveAt ( int index ) Parameter...Type Description index Int32 The zero based index. Examples Shows...

    reference.aspose.com/words/net/aspose.words.sav...
  9. VariableCollection.indexOfKey method | Aspose.W...

    VariableCollection.IndexOfKey method. Returns the zero-based Index of the specified document variable in the collection....indexOfKey(name) Returns the zero-based index of the specified document variable...variable. Returns The zero based index. Negative value if not found...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::Document::get_PackageCustomParts...

    Aspose::Words::Document::get_PackageCustomParts method. Gets or sets the collection of custom parts (arbitrary content) that are linked to the OOXML package using "unknown relationships" 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/doc...