Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 47,706 for

index

(0.11 sec)
  1. 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...
  2. Aspose::Words::Markup::CustomPart::get_Name met...

    Aspose::Words::Markup::CustomPart::get_Name method. Gets or sets this part's absolute name within the OOXML package or the target URL 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.mar...
  3. Aspose::Words::Markup::CustomPart::get_Relation...

    Aspose::Words::Markup::CustomPart::get_RelationshipType method. Gets or sets the relationship type from the parent part to this custom part 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.mar...
  4. Merge XPS files | Aspose.Page for JavaScript

    Merger XPS functionality of Aspose.Page API solution for JavaScript via C++ allows you to combine several XPS files into a single XPS or PDF document....3 function readFile (index) { 4 if (index >= e. target . files...file = e. target . files [ index ] ; 15 file_reader. onload =...

    docs.aspose.com/page/javascript-cpp/merge/xps/
  5. Calculate the sum of a range of cells|Documenta...

    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 = InsertSharedStringIt ( "Result:...CellValue = new CellValue ( index . ToString ()); result . DataType...

    docs.aspose.com/cells/net/calculate-the-sum-of-...
  6. 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...
  7. DataRow | Aspose.Words for Java

    Represents a row of data in a DataTable in Java....in the column specified by index. get(String columnName) Gets...java.sql.ResultSet remove(int index) set(System.Data.DataColumn...

    reference.aspose.com/words/java/com.aspose.word...
  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. CustomXmlPart class | Aspose.Words for Python

    aspose.words.markup.CustomXmlPart class. Represents a Custom XML Data Storage Part (custom XML data within a package)... # 1 - By an index in the custom XML part collection:...contents of each part. for index , part in enumerate ( doc ....

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