Sort Score
Result 10 results
Languages All
Labels All
Results 7,281 - 7,290 of 155,290 for

2

(0.17 sec)
  1. CustomPart class | Aspose.Words for Python

    aspose.words.markup.CustomPart class. Represents a custom (arbitrary content) part, that is not defined by the ISO/IEC 29500 standard... 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...
  2. Add Custom XML Parts and Select Them by ID with...

    Learn how to add custom XML parts to Excel documents and select them by ID using Aspose.Cells for Node.js via C++....1 , 2 , 3 ]); const btsSchema = new Uint8Array ([ 1 , 2 , 3 ]);... getCustomXmlParts (). get ( 2 ). setID ( "Sport" ); wb . getCustomXmlParts...

    docs.aspose.com/cells/nodejs-cpp/add-custom-xml...
  3. ListCollection.addCopy method | Aspose.Words fo...

    ListCollection.addCopy method. Creates a new list by copying the specified list and adding it to the collection of lists in the document.... writeln ( "Item 2" ); builder . listFormat . removeNumbers...paragraphs. builder . writeln ( "List 2 starts below:" ); builder . listFormat...

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

    Discover the Aspose.Words.Markup.CustomPart class for flexible content management. Create unique, non-standard parts beyond ISO/IEC 29500 with ease!... EqualTo ( 2 )); // Clone the second part,...PackageCustomParts . RemoveAt ( 2 ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  5. Easy way for Chart Setup using Chart.chartDataR...

    Learn how to easily set up charts using the Chart.chartDataRange method in Aspose.Cells for JavaScript via C++. Our guide will show you how to specify the data range for your chart, allowing you to create professional and accurate charts with minimal effort.... value = 2 ; // Second vertical series worksheet...cells . get ( "C3" ). value = 2 ; worksheet . cells . get ( "C4"...

    docs.aspose.com/cells/javascript-cpp/easy-way-f...
  6. Aspose::Words::Properties::PropertyType enum | ...

    Aspose::Words::Properties::PropertyType enum. Specifies data type of a document property in C++.... Double 2 The property is a floating number...Type: \" {1} \"\n\t Value: \" {2} \" " , enumerator -> get_Current...

    reference.aspose.com/words/cpp/aspose.words.pro...
  7. FieldIndex.NumberOfColumns | Aspose.Words for .NET

    Discover the FieldIndex NumberOfColumns property to easily customize your index layout with optimal column settings for enhanced readability and performance....span over 2 columns. index . NumberOfColumns = "2" ; // Set any...( " INDEX \\z 1033 \\h A \\c 2 \\p a-c" )); // These next two...

    reference.aspose.com/words/net/aspose.words.fie...
  8. MappedDataFieldCollection.Remove | Aspose.Words...

    Effortlessly remove field mappings with the MappedDataFieldCollection Remove method. Streamline your data management process today!... EqualTo ( 2 )); using ( IEnumerator < KeyValuePair...<summary> /// Create a document with 2 MERGEFIELDs, one of which does...

    reference.aspose.com/words/net/aspose.words.mai...
  9. DWG to SVG Conversion Issues in Aspose.CAD: ERR...

    use sdk version : aspose.cad 25.12 java My conversion code and parameter settings are roughly as follows: File outputFile = new File(outputFilePath); try { LoadOptions opts = new LoadOption…...cad-java lhtim February 4, 2026, 2:38am 1 use sdk version : aspose...Discourse February 4, 2026, 2:39am 2 @lhtim I understand you are...

    forum.aspose.com/t/dwg-to-svg-conversion-issues...
  10. Manage Presentation Tables in .NET|Aspose.Slide...

    Create & edit tables in PowerPoint slides with Aspose.Slides for .NET. Discover simple C# code examples to streamline your table workflows....= 5 ; } } // Merges cells 1 & 2 of row 1 tbl . MergeCells ( tbl...0) (2, 0) (3, 0) (0, 1) (1, 1) (2, 1) (3, 1) (0, 2) (1, 2) (2...

    docs.aspose.com/slides/net/manage-table/