Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 5,603 for

compare document

(0.53 sec)
  1. Aspose::Words::Comparing::CompareOptions::get_T...

    Aspose::Words::Comparing::CompareOptions::get_Target method. Specifies which Document shall be used as a target during comparison in C++....Aspose::Words::Comparing::CompareOptions::get_Target method Contents...et method Specifies which document shall be used as a target...

    reference.aspose.com/words/cpp/aspose.words.com...
  2. Access GridRow in a Worksheet|Documentation

    This article introduces how to get row object (GridRow) in the worksheet in GridWeb.... Height ); } Compare the code below; this will create...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  3. How to change the background color of the highl...

    Hello! We successfully run SideBySidePdfComparer and save the result to PDF. Everything works great, but the highlight colors are not good for readability, specifically the green color for additions. Is there a mechanis…...Load the documents to compare Document doc1 = new Document("document1...Document("document1.pdf"); Document doc2 = new Document("document2.pdf"); //...

    forum.aspose.com/t/how-to-change-the-background...
  4. 使用JavaScript和C++确定工作表的纸张大小是否为自动|Documentation

    本文说明如何利用JavaScript API和C++插件以编程方式判断工作表的纸张大小是否设置为自动。...Select two Excel files to compare the PageSetup.isAutomaticPaperSize...Cells initialized" ); }); document . getElementById ( 'runExample'...

    docs.aspose.com/cells/zh/javascript-cpp/determi...
  5. Split Screen of Excel Worksheet|Documentation

    In this article, you'll learn how to display certain rows and/or columns in separate panes by splitting the worksheet into two or four parts programmatically using C# Library with .NET API....same worksheet at a time to compare different subsets of data....remove the split setting. AI Document Assistant Close Analyzing...

    docs.aspose.com/cells/net/how-to-split-screen-o...
  6. Adjust Workbook Compression Level with Node.js ...

    Learn how to adjust the workbook compression level in Aspose.Cells for Node.js via C++....OoxmlCompressionType enumeration, and compares the conversion time for Level...and Level 9. You may also compare the sizes of the generated...

    docs.aspose.com/cells/nodejs-cpp/adjust-workboo...
  7. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreHeadersAndFooters method. True indicates that headers and footers content is ignored in C++....Aspose::Words::Comparing::CompareOptions::get_IgnoreHeadersAndFoot... bool Aspose :: Words :: Comparing :: CompareOptions :: get_...

    reference.aspose.com/words/cpp/aspose.words.com...
  8. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreFormatting method. True indicates that formatting is ignored in C++....Aspose::Words::Comparing::CompareOptions::get_IgnoreFormatting... bool Aspose :: Words :: Comparing :: CompareOptions :: get_IgnoreFormatting...

    reference.aspose.com/words/cpp/aspose.words.com...
  9. TextBox Is Not Rendered Correctly When Converti...

    We have a PowerPoint presentation with several text boxes that aren’t converting correctly to PDF. In some cases, the text wraps and displays outside the bounding box. I’ve attached both the PowerPoint and the converted…... If you compare the two, you’ll notice the...(adjust_border) { using (Document pdfDocument = new Document(outputFile))...

    forum.aspose.com/t/textbox-is-not-rendered-corr...
  10. How to Create a Table in C++|Aspose.Words for C++

    Different ways to create tables using C++. Create table in C++ for your Document. Add a table in C++....users to create tables in a document from scratch and provides...add formatted tables to your document using each method, as well...

    docs.aspose.com/words/cpp/create-a-table/