Sort Score
Result 10 results
Languages All
Labels All
Results 3,241 - 3,250 of 19,415 for

2 of

(0.07 sec)
  1. Aspose::Words::Saving::DocumentPartSavingArgs c...

    Aspose::Words::Saving::DocumentPartSavingArgs class. Provides data for the DocumentPartSaving() callback. To learn more, visit the documentation article in C++....Format ( u "{0} part {1}, of type {2}{3}" , mOutFileName , ++ mCount...set_DocumentPartFileName ( partFileName ); // 2 - Create a custom stream for the...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. ComparisonEvaluationResult.Result | Aspose.Word...

    Discover the ComparisonEvaluationResult property to easily access and analyze evaluation results, enhancing your data insights and decision-making....{0} {1} {2} \"true argument\" \"false argument\" ". // 2. " COMPARE...COMPARE {0} {1} {2} ". Field field = builder . InsertField ( string...

    reference.aspose.com/words/net/aspose.words.fie...
  3. ComparisonExpression.LeftExpression | Aspose.Wo...

    Discover the LeftExpression property Of ComparisonExpression. Easily access and utilize the left expression for enhanced data manipulation and analysis....{0} {1} {2} \"true argument\" \"false argument\" ". // 2. " COMPARE...COMPARE {0} {1} {2} ". Field field = builder . InsertField ( string...

    reference.aspose.com/words/net/aspose.words.fie...
  4. ListObject with calculated column creates inval...

    Hello, An invalid Excel file is generated using this example from the documentation located at: Propagate Formula in Table or List Object automatically while entering data in new rows|Documentation When you open the fi…...Family weissa April 29, 2025, 2:16pm 1 Hello, An invalid Excel...number in Column A row 1, or row 2 (new row) Excel locks up and crashes...

    forum.aspose.com/t/listobject-with-calculated-c...
  5. Freeze Panes in Ruby|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... freezePanes ( 3 , 2 , 3 , 2 ) \ # Saving the modified...

    docs.aspose.com/cells/java/freeze-panes-in-ruby/
  6. Working with Pages in PS file | Java

    How to add pages to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...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/java/ps/working-with-pages/
  7. 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...
  8. Revision.Accept | Aspose.Words for .NET

    Streamline your workflow with the Revision Accept method—effortlessly approve changes and enhance collaboration for smoother project management.... AreEqual ( 2 , doc . Revisions . Count ); //.... Write ( "This is revision #2." ); // Now move the node to create...

    reference.aspose.com/words/net/aspose.words/rev...
  9. 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...
  10. Cell | Aspose.Words for Java

    Represents a table cell in Java....assertEquals(2, tables.toArray().length); for...innerTable = createTable(doc, 2, 2, "Inner Table"); outerTable...

    reference.aspose.com/words/java/com.aspose.word...