Sort Score
Result 10 results
Languages All
Labels All
Results 4,911 - 4,920 of 164,094 for

new

(0.05 sec)
  1. Working with Contacts on Exchange Server|Docume...

    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....NetworkCredential credentials = new NetworkCredential ( username...); // Create New Contact Contact contact = new Contact (); //...

    docs.aspose.com/email/java/working-with-contact...
  2. 在 Java 中管理 PowerPoint 段落|Aspose.Slides 文档

    在 Java 中创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性...Presentation 类 Presentation pres = new Presentation (); try { // 访问第一张幻灯片...IPortion port01 = new Portion (); IPortion port02 = new Portion ();...

    docs.aspose.com/slides/zh/androidjava/manage-pa...
  3. Superscript and Subscript|Aspose.Slides 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....existing Paragraphs Create a new paragraph object for holding...of the ITextFrame. Create a new portion object Set Escapement...

    docs.aspose.com/slides/cpp/superscript-and-subs...
  4. Get Node that Contains the End of Matched Strin...

    FindReplaceOptions optionsWhile = New FindReplaceOptions(); optionsWhile.setReplacingCallback(New ReplaceHandler()); WordDoc.getRange().replace(Pattern.compile("[tag(.+?)](.+?)[/tag]"), "", optionsWhile); in ReplaceHand…...FindReplaceOptions optionsWhile = new FindReplaceOptions(); optionsWhile...optionsWhile.setReplacingCallback(new ReplaceHandler()); WordDoc.getRange()...

    forum.aspose.com/t/get-node-that-contains-the-e...
  5. 使用Python替换PDF中的文本|Aspose.PDF for Python via .NET

    了解通过Aspose.PDF for Python via .NET库替换和删除文本的多种方法。... Document pdf = new Aspose . PDF . Document ( "c...TextFragmentAbsorber TextFragmentAbsorber = new Aspose . PDF . Text . TextFragmentAbsorber...

    docs.aspose.com/pdf/zh/python-net/replace-text-...
  6. CsvDataSource class | Aspose.Words for Python

    aspose.words.reporting.CsvDataSource class. Provides access to data of a CSV file or stream to be used within a report...CsvDataSource(csv_path) Creates a new data source with data from a...CsvDataSource(csv_path, options) Creates a new data source with data from a...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Document::get_Sections method | ...

    Aspose::Words::Document::get_Sections method. Returns a collection that represents all sections in the document in C++....Examples Shows how to specify how a new section separates itself from...break types determine how a new section separates itself from...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Sequence contains no elements - Free Support Fo...

    HI , I m facing an error while converting onenote document into pdf using latest version of aspose.note(25.2.0): System.InvalidOperationException: Sequence contains no elements at System.Linq.ThrowHelper.ThrowNoElement…...2: var document = new Aspose.Note.Document("e:\\test2\\Network...processing page Title called “ New User Setup Guide ” so can you...

    forum.aspose.com/t/sequence-contains-no-element...
  9. Convert HTML to DOCX in Java – Aspose.HTML for ...

    Convert HTML to DOCX in Java using Aspose.HTML for Java API. Consider various HTML to DOCX conversion scenarios in Java code examples....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/html/java/convert-html-to-docx/
  10. Export to XAML|Aspose.Slides 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....settings: Presentation pres = new Presentation ( "pres.pptx" );...); try { pres . save ( new XamlOptions ()); } finally { if ( pres...

    docs.aspose.com/slides/androidjava/export-to-xaml/