Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 47,709 for

index

(0.07 sec)
  1. CustomPart.content_type property | Aspose.Words...

    CustomPart.content_type property. Specifies the content type of this custom part.... for index , part in enumerate ( doc ....package_custom_parts ): print ( f 'Part index { index } :' ) print ( f ' \t Name:...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ChartDataPointCollection.copy_format method | A...

    ChartDataPointCollection.copy_format method. Copies format from the source data point to the destination data point....copy_format(source_index, destination_index) Copies format from...self , source_index : int , destination_index : int ): ... Parameter...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PageRange | Aspose.Words for .NET

    Create customized page ranges effortlessly with our PageRange constructor. Enhance your document management with precision and flexibility....zero-based index. to Int32 The ending page zero-based index. If it...it exceeds the index of the last page in the document, it is truncated...

    reference.aspose.com/words/net/aspose.words.sav...
  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. NodeList.GetEnumerator | Aspose.Words for .NET

    Effortlessly iterate through NodeList with the GetEnumerator method. Enjoy simple, efficient access to your collection of nodes in C#.... int index = 0 ; using ( IEnumerator <...WriteLine ( $"Table paragraph index {index++}, contents: \" { e . Current...

    reference.aspose.com/words/net/aspose.words/nod...
  6. OdsoRecipientData.Hash | Aspose.Words for .NET

    Discover the OdsoRecipientData Hash property, which provides a unique hash code for records, enhancing data integrity in Microsoft Word. Default value, 0.... GetEnumerator ()) { int index = 0 ; while ( enumerator . MoveNext...( $"Odso recipient data index {index++} will {(enumerator.Current...

    reference.aspose.com/words/net/aspose.words.set...
  7. Aspose::Words::Drawing::Charts::ChartSeries::se...

    Aspose::Words::Drawing::Charts::ChartSeries::set_Name method. Sets the name of the series, if name is not set explicitly it is generated using Index. By default returns Series plus one based Index in C++....using index. By default returns Series plus one based index. void...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Hiding and Showing Rows and Columns|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....methods take the row/column index as a parameter to hide the specific...parameters: Row or column index - the index of a row or column that...

    docs.aspose.com/cells/java/hiding-and-showing-r...
  9. DropDownItemCollection.add method | Aspose.Word...

    DropDownItemCollection.add method. Adds a string to the end of the collection.... Returns The zero-based index at which the new element is...assertEqual ( 1 , drop_down_items . index_of ( 'Two' )) self . assertTrue...

    reference.aspose.com/words/python-net/aspose.wo...
  10. FormFieldCollection class | Aspose.Words for No...

    Aspose.Words.Fields.FormFieldCollection class. A collection of [FormField](../formfield/) objects that represent all the form fields in a range...removeAt(index) Removes a form field at the specified index. See...

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