Sort Score
Result 10 results
Languages All
Labels All
Results 4,351 - 4,360 of 20,592 for

2 of

(0.07 sec)
  1. MailMerger.ExecuteWithRegions | Aspose.Words fo...

    Streamline your document creation with MailMerger's ExecuteWithRegions method. Effortlessly merge DataTables into documents using customizable regions....2.docx" , SaveFormat . Docx , dataTable..."LowCode.MailMergeWithRegions.2.docx" , SaveFormat . Docx , dataTable...

    reference.aspose.com/words/net/aspose.words.low...
  2. Aspose::Words::Lists::ListLevelCollection::get_...

    Aspose::Words::Lists::ListLevelCollection::get_Count method. Gets the number Of levels in this list in C++....builder -> Writeln ( u "Item 2" ); builder -> get_ListFormat...builder -> Writeln ( u "Item 2" ); builder -> get_ListFormat...

    reference.aspose.com/words/cpp/aspose.words.lis...
  3. [Defect] - Data validations in the resulting DO...

    Steps to reproduce: Scenario 1: Compare attached docx files (APA-Table-Of-Contents-TemplateLab.com_.docx, APA-Table-Of-Contents-TemplateLab.com_v2.docx) and validate PDF. Actual:- attached content is missing in PDF (Mi…...2 KB) APA-Table-of-Contents-TemplateLab...noskov March 26, 2025, 12:43pm 2 @abhishek.sonkar Unfortunately...

    forum.aspose.com/t/defect-data-validations-in-t...
  4. Query: `Aspose.Drawing.GraphicsPath.Flatten()` ...

    Dear Aspose Support Team, We are currently in the process Of evaluating, Aspose.Drawing to replace System.Drawing. Aspose .Drawing version: 25.6.0 .NET Framework: 4.7.2 OS: Windows 11 Our codebase makes extensive u…...2 OS: Windows 11 Our codebase makes...Discourse July 11, 2025, 7:20pm 2 @Rejitha Cause The difference...

    forum.aspose.com/t/query-aspose-drawing-graphic...
  5. Aspose::Words::Fields::FieldIf class | Aspose.W...

    Aspose::Words::Fields::FieldIf class. Implements the IF field. To learn more, visit the documentation article in C++....builder -> Write ( u " \n Statement 2: " ); field = System :: ExplicitCast...field -> set_RightExpression ( u "2 + 3" ); field -> set_TrueText...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. FieldFormCheckBox | Aspose.Words for Java

    Implements the FORMCHECKBOX field in Java....get(2); Assert.assertEquals(" FORMDROPDOWN...fieldIf.getFieldCode(false)); // 2 - Include its inner fields: Assert...

    reference.aspose.com/words/java/com.aspose.word...
  7. Latest Aspose.OMR Product Family topics - Free ...

    Get technical support Of Aspose.OMR for .NET & Java....aspose-omr-net , exception-handling 2 66 February 17, 2025 Omr threshold...aspose-omr-net 2 77 February 7, 2025 Problem Arabic answer sheet 2 155 January...

    forum.aspose.com/c/omr/38
  8. MarkerSymbol Enum | Aspose.Words for .NET

    Explore the Aspose.Words.Drawing.Charts.MarkerSymbol enum for customizable marker styles that enhance your chart visuals and improve data presentation.... Dash 2 Specifies a dash shall be drawn...( "Series 2" )); Assert . That ( chart . Series [ 2 ]. Name ,...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose::Words::Drawing::Charts::ChartSeriesColl...

    Aspose::Words::Drawing::Charts::ChartSeriesCollection::Clear method. Removes all ChartSeries from this collection in C++....u "Category 1" , u "Category 2" , u "Category 3" , u "Category...double > ({ 4.4 , 7.0 , 3.5 , 2.1 })); // A chart series can also...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Add Pages in PDF with C++|Aspose.PDF for C++

    This article teaches how to insert (add) a page at the desired location PDF file. Learn how to move, remove (delete) pages from a PDF file using C++....document -> get_Pages () -> Insert ( 2 ); // Save output file document...document -> get_Pages () -> Insert ( 2 ); //copy page parameters from...

    docs.aspose.com/pdf/cpp/add-pages/