Sort Score
Result 10 results
Languages All
Labels All
Results 5,151 - 5,160 of 155,198 for

2

(0.22 sec)
  1. Working with Pages in PostScript | C++

    How to add pages to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...following code snippet creates a 2-paged PS document in 8 steps:...with default options. Create a 2-paged PsDocument with an already...

    docs.aspose.com/page/cpp/ps/working-with-pages/
  2. Merged deleted table cells render outside table...

    We are seeing an incorrect table layout in Aspose.Words when comparing two DOCX documents and exporting the result to PDF with tracked changes enabled. Expected behavior (matches Microsoft Word): When horizontal cells …...docx with 2.docx. The issue occurs only for...not reproduce when comparing 2.docx with 1.docx. Aspose.Word...

    forum.aspose.com/t/merged-deleted-table-cells-r...
  3. Three methods for filtering Chart Data with Nod...

    Learn how to filter charts in Excel using Aspose.Cells for Node.js via C++. Our comprehensive guide will demonstrate how to apply filters to charts, customize chart elements, and use data analysis tools for better insights and informed decision making....will appear as shown in Figure 2 . In Aspose.Cells for Node.js...setIsFiltered ( true ); // Should be 2 console . log ( "Filtered Series...

    docs.aspose.com/cells/nodejs-cpp/filtering-char...
  4. RTF to PDF conversion performance with Aspose.W...

    For the same RTF file, if I do a simple conversion to PDF (without any special options), I get a processing time of 318ms for the Java version, while I get more than 1000ms for the C++ version. Is this the expected behav…...Product Family brunod October 2, 2025, 1:19pm 1 For the same RTF...Professionalize.Discourse October 2, 2025, 1:20pm 2 @brunod The performance...

    forum.aspose.com/t/rtf-to-pdf-conversion-perfor...
  5. FieldListNum.ListName | Aspose.Words for .NET

    Discover the FieldListNum ListName property to easily manage abstract numbering definitions for improved document organization and clarity....will start a count at list level 2. It will display a value of "1"...builder . Writeln ( "Paragraph 2" ); // The next LISTNUM field...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Revision.accept method | Aspose.Words for Python

    Revision.accept method. Accepts this revision.... assertEqual ( 2 , doc . revisions . count ) #.... write ( 'This is revision #2.' ) # Now move the node to create...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Revision.revision_type property | Aspose.Words ...

    Revision.revision_type property. Gets the type of this revision.... assertEqual ( 2 , doc . revisions . count ) #.... write ( 'This is revision #2.' ) # Now move the node to create...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Document.has_revisions property | Aspose.Words ...

    Document.has_revisions property. Returns ``True`` if the document has any tracked changes.... assertEqual ( 2 , doc . revisions . count ) #.... write ( 'This is revision #2.' ) # Now move the node to create...

    reference.aspose.com/words/python-net/aspose.wo...
  9. AutoFitBehavior Enum | Aspose.Words for .NET

    Discover Aspose.Words.Tables.AutoFitBehavior enum to optimize table resizing with the AutoFit method, enhancing document layout and presentation.... FixedColumnWidths 2 Aspose.Words disables the AutoFit...builder . Write ( "Row 1, cell 2." ); builder . EndRow (); // While...

    reference.aspose.com/words/net/aspose.words.tab...
  10. FieldOptions.resultFormatter property | Aspose....

    FieldOptions.resultFormatter property. Allows to control how the field result is formatted.... insertField ( " = 2 + 3 \\# $###" ); expect ( doc...numeric )). toEqual ( 1 ); // 2 - Date/time: builder . insertField...

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