Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 35,544 for

index

(0.12 sec)
  1. Convert TIFF to XML using C++ application | pro...

    Sample C++ conversion code for TIFF document to XML format. Use example code for batch TIFF to XML conversion within any C++ Application.... for (int32_t index = 0 ; index < prs->get_Slides()->get_Count();...prs->get_Slides()->get_Count(); index++) { auto fileName = String::Format(u "slide-{0}...

    products.aspose.com/slides/cpp/conversion/tiff-...
  2. Convert PDF to PNG in C# | products.aspose.com

    Convert PDF to PNG in C#. Use .NET library API to convert PDF pages to PNG images...for ( var index = 0 ; index < pres.Slides.Count; index++) { ISlide...ISlide slide = pres.Slides[index]; slide.GetThumbnail( new Size(...

    products.aspose.com/slides/net/conversion/pdf-t...
  3. Convert PPSM to SVG using C++ application | pro...

    Sample C++ conversion code for PPSM document to SVG format. Use example code for batch PPSM to SVG conversion within any C++ Application.... for (int32_t index = 0 ; index < prs->get_Slides()->get_Count();...prs->get_Slides()->get_Count(); index++) { auto fileName = String::Format(u "slide-{0}...

    products.aspose.com/slides/cpp/conversion/ppsm-...
  4. Image are not added to the document - Free Supp...

    Hello everyone, I need to add an image to a .xlsx file. An image in .png format with a size of 150x150 pixels I tried several methods, but without success: Method 1. According to the published documentation here Mo…...SetColumnWidth(2, 150); int index = worksheet.Pictures.Add(3,...Picture pic = worksheet.Pictures[index]; pic.Placement = PlacementType...

    forum.aspose.com/t/image-are-not-added-to-the-d...
  5. FieldFormat.date_time_format property | Aspose....

    FieldFormat.date_time_format property. Gets or sets a formatting that is applied to a date and time field result... update () for index , general_format in enumerate...print ( f 'General format index { index } : { general_format } '...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Field.format property | Aspose.Words for Python

    Field.format property. Gets a [FieldFormat](../../fieldformat/) object that provides typed access to field's formatting.... update () for index , general_format in enumerate...print ( f 'General format index { index } : { general_format } '...

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

    Aspose.Words.Tables.TableCollection class. Provides typed access to a collection of [Table](../../aspose.words/table/) nodes...indexOf(node) Returns the zero-based index of the specified node. (Inherited...from NodeCollection ) insert(index, node) Inserts a node into the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. BorderCollection.Item | Aspose.Words for .NET

    Discover the BorderCollection Item property to easily access Border objects by type. Streamline your design with efficient border management!...[ Hide ] BorderCollection indexer (1 of 2) Retrieves a Border...BorderCollection indexer (2 of 2) Retrieves a Border object by index. public...

    reference.aspose.com/words/net/aspose.words/bor...
  9. Aspose::Words::Drawing::Charts::ChartSeriesGrou...

    Aspose::Words::Drawing::Charts::ChartSeriesGroupCollection::RemoveAt method. Removes a series group at the specified Index. All child series will be removed from the chart in C++....series group at the specified index. All child series will be removed...ChartSeriesGroupColl :: RemoveAt ( int32_t index ) Examples Show how to remove...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. RunCollection class | Aspose.Words for Node.js

    Aspose.Words.RunCollection class. Provides typed access to a collection of [Run](../run/) nodes...indexOf(node) Returns the zero-based index of the specified node. (Inherited...from NodeCollection ) insert(index, node) Inserts a node into the...

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