Sort Score
Result 10 results
Languages All
Labels All
Results 3,851 - 3,860 of 133,232 for

2

(0.06 sec)
  1. NodeCollection.Remove | Aspose.Words for .NET

    Effortlessly remove nodes from your document with the NodeCollection Remove method, streamlining your data management and enhancing performance.... Write ( "Run 2. " ); // Every invocation of the.... Runs ; Assert . AreEqual ( 2 , runs . Count ); // We can also...

    reference.aspose.com/words/net/aspose.words/nod...
  2. CustomPartCollection indexer | Aspose.Words for...

    CustomPartCollection indexer. Gets or sets an item at the specified index.... assertEqual ( 2 , doc . package_custom_parts ...package_custom_parts . remove_at ( 2 ) self . assertEqual ( 2 , doc . package_custom_parts...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CustomXmlSchemaCollection.clone method | Aspose...

    CustomXmlSchemaCollection.clone method. Makes a deep clone of this object.... assertEqual ( 2 , schemas . index_of ( 'http://schemas...index: schemas . remove_at ( 2 ) # 2 - Remove a schema by value:...

    reference.aspose.com/words/python-net/aspose.wo...
  4. BorderCollection.vertical property | Aspose.Wor...

    BorderCollection.vertical property. Gets the vertical border that is used between cells....write ( f 'Row { i + 1 } , Column 2' ) row = builder . end_row ()...borders . horizontal . line_width = 2 # Adjust the appearance of borders...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CustomXmlSchemaCollection.count property | Aspo...

    CustomXmlSchemaCollection.count property. Gets the number of elements contained in the collection.... toEqual ( 2 ); // Enumerate the schemas and...index: schemas . removeAt ( 2 ); // 2 - Remove a schema by value:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Fields::FieldAddressBlock::get_I...

    Aspose::Words::Fields::FieldAddressBlock::get_IncludeCountryOrRegionName method. Gets or sets whether to include the name of the country/region in C++....GetFieldCode ()); // Setting this to "2" will include all countries and...set_IncludeCountryOrRegi ( u "2" ); field -> set_FormatAddressOnCount...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Merging and Unmerging Cells with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files, which supports merging and unmerging cells. This article will introduce how to merge and unmerge cells using the Aspose.Cells library, and how to customize the merged cell style.... Merge ( 5 , 2 , 2 , 3 ); // Input data into C6...worksheet . GetCells (). Get ( 5 , 2 ). PutValue ( u "This is my value"...

    docs.aspose.com/cells/cpp/merging-and-unmerging...
  8. How to create Dynamic Chart with Dropdownlist u...

    Learn how to create a dynamic chart that updates based on a drop-down list selection using Aspose.Cells for Node.js via C++. Our step-by-step guide will demonstrate how to integrate a drop-down list into your chart for flexible data visualization....allMonths ; j ++ ) { const _row = i + 2 ; const _column = j + 1 ; sheet..._column ). putValue ( 50 * ( i % 2 ) + 20 * ( j % 3 ) + 10 * ( i...

    docs.aspose.com/cells/nodejs-cpp/create-dynamic...
  9. FieldAutoNumLgl class | Aspose.Words for Python

    aspose.words.fields.FieldAutoNumLgl class. Implements the AUTONUMLGL field...level of 1, so it will display "2.". _insert_numbered_clause ( builder...builder , ' \t Heading 2' , filler_text , aw . StyleIdentifier...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ListLevel.LinkedStyle | Aspose.Words for .NET

    Discover the ListLevel LinkedStyle property to easily manage and customize paragraph styles for your lists, enhancing your document's formatting and readability....Styles [ "Heading 1" ]; // Level 2 labels will display the current...ListLevels [ 2 ]. NumberFormat = "-\x0002-" ; list . ListLevels [ 2 ]....

    reference.aspose.com/words/net/aspose.words.lis...