Sort Score
Result 10 results
Languages All
Labels All
Results 6,641 - 6,650 of 155,440 for

2

(0.45 sec)
  1. Aspose::Words::Drawing::Charts::ChartFormat cla...

    Aspose::Words::Drawing::Charts::ChartFormat class. Represents the formatting of a chart element. To learn more, visit the documentation article in C++....u "Category 1" , u "Category 2" }); series -> Add ( u "Series...double > ({ 1 , 2 })); series -> Add ( u "Series 2" , categories...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Aspose::Words::Vba::VbaModule::get_SourceCode m...

    Aspose::Words::Vba::VbaModule::get_SourceCode method. Gets or sets VBA project module source code in C++....code page: {1}; Modules count: {2} \n " , vbaProject -> get_Name...code page: {1}; Modules count: {2} \n " , vbaProject -> get_Name...

    reference.aspose.com/words/cpp/aspose.words.vba...
  3. ChartAxis.type property | Aspose.Words for Node.js

    ChartAxis.type property. Returns type of the axis....= [ "Category 1" , "Category 2" , "Category 3" ]; // Insert two...series . add ( "Series 2" , categories , [ 64.2 , 79.5 , 94.0 ]);...

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

    Discover the XpsSaveOptions constructor to effortlessly create instances for saving documents in the XPS format, enhancing your document management efficiency....serve as TOC entries of levels 1, 2, and then 3. builder . ParagraphFormat...builder . Writeln ( "Heading 1.2" ); builder . ParagraphFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  5. ChartSeries.BubbleSizes | Aspose.Words for .NET

    Discover the ChartSeries BubbleSizes property to access customizable bubble sizes, enhancing your data visualization and charting experience....9 , 2.45 , 3 }, new double [] { 1 ,...0 }, new double [] { 2 , 1.1 , 2.95 , 2 }); // Show data labels...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Saving the Large file PDF 350 MB-990MB in c# - ...

    Saving_PDFissue.docx (22.4 KB) Help Request: System Hangs and Closes When Saving Large PDF Files with Aspose.PDF Description: We are using Aspose.PDF to delete pages from PDF files with sizes varying between 295 MB and …...ali February 7, 2025, 10:16pm 2 @BharaneswarMurugesan The issue...Document(inputFile); document.Pages.Delete(2); string outputFile = dataDir...

    forum.aspose.com/t/saving-the-large-file-pdf-35...
  7. 搜索

    搜索...h(5); } } // 合併單元格 (1, 1) x (2, 1) table->MergeCells(table->idx_get(1...table->idx_get(2, 1), false); // 合併單元格 (1, 2) x (2, 2) table->Me...

    blog.aspose.com/zh-hant/slides/create-powerpoin...
  8. MappingMode and ReferenceMode explains|Document...

    Using Aspose.3D for .NET, developers can define mesh with various vertex data elements, here we explain how to map data to meshes' component and resuze data....CreatePolygon ( new int [] { 0 , 1 , 2 , 3 }); // Right side (X+) cube...CreatePolygon ( new int [] { 1 , 5 , 6 , 2 }); // Back face (Z-) cube . CreatePolygon...

    docs.aspose.com/3d/net/mapping-mode-and-referen...
  9. CustomFont increases PDF-Size enormously - Free...

    Hi, if I add a CustomFont, the size of the PDF increases extremely. grafik.png (3.4 KB) From 67KB to 1.888KB. In code it is line: grafik.png (13.1 KB) Find also my code attached for testing. Root path must be adapt…...zip (2.3 MB) Best regards tahir.manzoor October 5, 2022, 2:34pm...2:34pm 2 @Chris2Stein We have logged this problem in our issue tracking...

    forum.aspose.com/t/customfont-increases-pdf-siz...
  10. Merging and Unmerging Cells with JavaScript via...

    Aspose.Cells is a JavaScript 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, with options for customizing the merged cell style.... merge ( 5 , 2 , 2 , 3 ); // Input data into C6...const cell = cells . get ( 5 , 2 ); cell . value = "This is my...

    docs.aspose.com/cells/javascript-cpp/merging-an...