Sort Score
Result 10 results
Languages All
Labels All
Results 2,531 - 2,540 of 222,895 for

new

(0.31 sec)
  1. Generate Reports in PST Files via .NET | produc...

    C# source code to generate PST format reports on .NET Framework, .NET Core, and Xamarin Platforms....generate messages in bulk Create a new PST with PersonalStorage.Create...MailMessage MailMessage template = new MailMessage(); // add template...

    products.aspose.com/email/net/assembly/pst/
  2. Mailbox Management with Microsoft Graph|Documen...

    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.... Preset10 ; // create a new category OutlookCategory category...client . createOrUpdateOverri ( new MailAddress ( "testUser@host...

    docs.aspose.com/email/java/mailbox-management-w...
  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....MailAddressCollectio attendees = new MailAddressCollectio (); attendees...attendees . addMailAddress ( new MailAddress ( "attendee_address@domain...

    docs.aspose.com/email/zh/java/creating-audio-re...
  4. PageLayoutCallbackArgs.PageIndex | Aspose.Words...

    Discover the PageIndex property of PageLayoutCallbackArgs, which provides the 0-based index of the related document page. Get accurate page tracking and reflow insights!...PageLayoutCallback () { Document doc = new Document (); doc . BuiltInDocumentPrope...; DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words.lay...
  5. 章节|Aspose.Slides 文档

    在 Aspose.Slides for Android 中管理幻灯片章节:使用 Java 示例创建、重命名、重新排序和分组幻灯片,适用于 PPT、PPTX 和 ODP。...Presentation presentation = new Presentation (); try { ISlide...getSections (). addSection ( "New Section" , slide ); } finally...

    docs.aspose.com/slides/zh/androidjava/examples/...
  6. Merge two adjacent cells|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....First (); } else { mergeCells = new MergeCells (); // Insert a MergeCells...MergeCell mergeCell = new MergeCell () { Reference = new StringValue (...

    docs.aspose.com/cells/net/merge-two-adjacent-ce...
  7. FindReplaceOptions Class | Aspose.Words for .NET

    Discover the Aspose.Words.FindReplaceOptions class for advanced find and replace features, enhancing document editing with precision and flexibility....FindReplaceOptions () Initializes a new instance of the FindReplaceOptions...FindReplaceDirection ) Initializes a new instance of the FindReplaceOptions...

    reference.aspose.com/words/net/aspose.words.rep...
  8. 使用 Thunderbird 编程|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....with FileStream var stream = new FileStream ( dataDir + "ExampleMbox...pass the stream var reader = new MboxrdStorageReader ( stream...

    docs.aspose.com/email/zh/net/programming-with-t...
  9. Method Not Found Error - Free Support Forum - a...

    I am trying to generate a word document from a template using range.replace. Some of the replace has html and need to format it correctly. I am trying to use Ireplacingcallback. at splitrun method run.parentnode.insertaf…...argument order // Example: insert a new run after the original run Run...Aspose.Words.Document doc = new Aspose.Words.Document($"sotemplate...

    forum.aspose.com/t/method-not-found-error/323695
  10. FieldAdvance | Aspose.Words for Java

    Implements the ADVANCE field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

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