Sort Score
Result 10 results
Languages All
Labels All
Results 7,911 - 7,920 of 155,316 for

2

(0.35 sec)
  1. HTML Color Tutorial – Background, Border, and T...

    Complete HTML color guide. Learn how to change text color, background color & border colors using color names, RGB, HEX, and HSL codes....following example: Copy 1 < html > 2 < body > 3 < h2 style = "color:DarkCyan;"...following example: Copy 1 < html > 2 < head > 3 < style > 4 h2 { 5...

    docs.aspose.com/html/net/tutorial/working-with-...
  2. Fonts usage in Aspose.Words on Windows - Free S...

    I want to clarify a few things about using non-standard fonts on Windows. The documentation says that only the default instance is supported for ‘OpenType Font Variations’. I attached a sample of the font. a) Is tha…...2 KB) Professionalize.Discourse...Discourse March 14, 2025, 6:53pm 2 @licenses Could you please specify...

    forum.aspose.com/t/fonts-usage-in-aspose-words-...
  3. 重新整理工作簿中的工作表|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.... moveTo ( 2 ); //Save the excel file. workbook...setSheetOrder ( "third sheet" , 2 ); FileOutputStream fileOut =...

    docs.aspose.com/cells/zh/java/re-order-sheets-w...
  4. Aspose::Words::PageExtractOptions::get_UpdatePa...

    Aspose::Words::PageExtractOptions::get_UpdatePageStartingNumber method. Specifies whether the start page number in the resulting document shall be updated. Default value is true in C++....as if we had selected "Print 2 pages" in MS Word. // The start...start page will be set to 2 and the field indicating the number...

    reference.aspose.com/words/cpp/aspose.words/pag...
  5. Does Aspose.Words MailMerge feature support com...

    I am looking to evaluate the Aspose.Words library, specifically looking at the MailMerge feature. The core requirement that I have is I need to build completely dynamic tables, where the number of rows and number of col…... It will be a minimum of 2 and up to a maximum of 12. Alternatively...Discourse November 25, 2025, 7:26pm 2 @bpieslak Summary Aspose.Words...

    forum.aspose.com/t/does-aspose-words-mailmerge-...
  6. Table.rows property | Aspose.Words for Node.js

    Table.rows property. Provides typed access to the rows of the table.... toEqual ( 2 ); for ( let i = 0 ; i < tables...body . tables . at ( 0 ); // 2 - Using the "GetChild" method:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Worksheet won't open in new version But will op...

    I just upgraded to the latest "Cells" (4.4.3.1) from the old version (v3.8.1.0). Now the same sheet will not open and throws the following error: This Excel files contains BIFF7(Excel95 or earlier file format) record…...sahi May 1, 2008, 11:54am 2 Hi Walt, Thanks for providing...throws the error... amjad.sahi May 2, 2008, 1:11am 4 Hi, Well, I don't...

    forum.aspose.com/t/worksheet-wont-open-in-new-v...
  8. Comparison and fetching coordinates using aspos...

    I am trying to compare two documents(docx,pdf) and get the coordinates of the changes in the initial documents. How can this be achieved? Can I get the coordinates of the changes from the pdf? Is docx to pdf conversion…...Discourse August 13, 2025, 7:18am 2 @Likitha_T Sure, I can help you..." + height); } } } } Question 2: Is DOCX to PDF conversion highly...

    forum.aspose.com/t/comparison-and-fetching-coor...
  9. 保存 SVG 文档 – C# – Aspose.SVG for .NET

    在本文中,您将了解如何使用 Aspose.SVG for .NET 库将 SVG 文档保存到文件、内存流、ZIP 存档或 Url。... Svg ; 2 using System. IO ; Copy 1 // Save...Save SVG to file using C# 2 3 // Prepare a path to save an SVG...

    docs.aspose.com/svg/zh/net/save-svg-document/
  10. Update Links in PDF|Aspose.PDF for Java

    Update links in PDF programmatically. This guide is about how to update links in PDF in Java language.... Using 2 means page will be displayed in...XYZExplicitDestinati ( 1 , 1 , 2 , 2 )); // Save the document with...

    docs.aspose.com/pdf/java/update-links/