Sort Score
Result 10 results
Languages All
Labels All
Results 3,741 - 3,750 of 222,937 for

new

(0.2 sec)
  1. 在 Exchange Server 上使用通讯组列表|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....ExchangeDistribution distributionList = new ExchangeDistribution (); distributionList...MailAddressCollectio members = new MailAddressCollectio (); members...

    docs.aspose.com/email/zh/java/working-with-dist...
  2. Document comparison - Using Aspose library - Fr...

    Hi, I am trying to compare two documents could be pdf-pdf, pdf-docx, docx-docx. Docx-Docx comparison works well as it gives revisions which is helpful when I am trying to highlight my document. PDF-PDF comparison and …...License lic = new com.aspose.pdf.License(); lic...aspose.pdf.Document pdfDocument = new com.aspose.pdf.Document(pdfInputStream);...

    forum.aspose.com/t/document-comparison-using-as...
  3. 档案

    档案...//获取文本行中每个符号的字形标识符 GlyphId[] gids = new GlyphId[text.Length]; for (int...// 准备输出位图 Bitmap outBitmap = new Bitmap(960, 720); outBitmap....

    blog.aspose.com/zh/font/render-text-with-truety...
  4. 搜索

    搜索...//獲取文本行中每個符號的字形標識符 GlyphId[] gids = new GlyphId[text.Length]; for (int...// 準備輸出位圖 Bitmap outBitmap = new Bitmap(960, 720); outBitmap....

    blog.aspose.com/zh-hant/font/render-text-with-t...
  5. Add Layers to PDF File in Ruby|Aspose.PDF for Java

    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.... new page = doc . getPages (). add.... aspose . pdf . Layer ' ). new ( "oc1" , "Red Line" ) layer...

    docs.aspose.com/pdf/java/add-layers-to-pdf-file...
  6. Hyphenation | Aspose.Words for Java

    Provides methods for working with hyphenation dictionaries in Java....WarningInfoCollectio warningInfoCollectio = new WarningInfoCollectio(); Hyphenation...InputStream dictionaryStream = new FileInputStream(getMyDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  7. Connector|Aspose.Slides for PHP Documentation

    Draw and control connectors in PHP with Aspose.Slides: add, route, reroute, set connection points, arrows and styles to link shapes in PPT, PPTX and ODP....addConnector () { $presentation = new Presentation (); try { $slide...accessConnector () { $presentation = new Presentation ( "connector.pptx"...

    docs.aspose.com/slides/php-java/examples/elemen...
  8. Aspose::Words::BreakType enum | Aspose.Words fo...

    Aspose::Words::BreakType enum. Specifies type of a break inside a document in C++....SectionBreakContinuo 3 Specifies start of new section on the same page as the...Specifies start of new section in the new column. SectionBreakNewPage...

    reference.aspose.com/words/cpp/aspose.words/bre...
  9. Send Emails & Forward Messages using SMTP Clien...

    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....MailMessage instance MailMessage msg = new MailMessage (); // Create an...SmtpClient class SmtpClient client = new SmtpClient (); // Specify your...

    docs.aspose.com/email/net/sending-and-forwardin...
  10. Document.CopyStylesFromTemplate | Aspose.Words ...

    Effortlessly copy styles from your chosen template to any document with the CopyStylesFromTemplate method, enhancing your workflow and document consistency.... Document template = new Document (); Style style = template...style . Font . Name = "Times New Roman" ; style . Font . Color...

    reference.aspose.com/words/net/aspose.words/doc...