Sort Score
Result 10 results
Languages All
Labels All
Results 8,641 - 8,650 of 213,190 for

new

(0.35 sec)
  1. Rendering Reports Programmatically|Aspose.Words...

    How to render report without report viewer and report manager interfaces using the Aspose.Words for Reporting Services....password ) { var rsBinding = new BasicHttpBinding (); rsBinding...MaxValue ; var rsEndpointAddress = new EndpointAddress ( executionEndPointUrl...

    docs.aspose.com/words/reportingservices/renderi...
  2. Get Folders Information from IMAP Mailbox|Docum...

    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.... Java ImapClient client = new ImapClient (); client . setHost...folderInfo . getName ()); // New messages in the folder System...

    docs.aspose.com/email/java/get-folders-informat...
  3. Export XML to POTX in Android | products.aspose...

    Android API to Convert XML to POTX without using Microsoft Word...Document class Document document = new Document ( "template.xml" );...Presentation presentation = new Presentation ( "PptxOutput.pptx"...

    products.aspose.com/total/android-java/conversi...
  4. Export XML to PPS in Android | products.aspose.com

    Android API to Convert XML to PPS without using Microsoft Word...Document class Document document = new Document ( "template.xml" );...Presentation presentation = new Presentation ( "PptxOutput.pptx"...

    products.aspose.com/total/android-java/conversi...
  5. Insert Bullets in Word using C#

    Follow this article to insert bullets in Word using C#. It has the details for IDE, steps, and a sample code for creating Microsoft Word bullet points using C#.... You will learn to create a new Word file, insert a list with...create a bullet list Create a new World file using the Document...

    kb.aspose.com/words/net/insert-bullets-in-word-...
  6. 在 Java 中将 HTML 转换为 DOCX – Aspose.HTML for Java

    使用 Aspose.HTML for Java API 将 HTML 转换为 DOCX。在 Java 代码示例中考虑各种 HTML 到 DOCX 的转换情况。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/zh/java/convert-html-to-docx/
  7. Markdown Paragraph – C# Code Examples

    Code for creating Markdown paragraph in C#. Use the Aspose.HTML for .NET library to create Markdown from scratch and open, parse, or edit MD files....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/html/net/markdown-paragraph/
  8. 创建新工作表|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....Workbook workbook = new Workbook (); //Adding a new worksheet to the...XSSF - 创建新工作表 C# IWorkbook wb = new XSSFWorkbook (); ISheet sheet1...

    docs.aspose.com/cells/zh/net/create-new-worksheet/
  9. Style.Equals | Aspose.Words for .NET

    Discover the Style Equals method for comparing built-in styles. Understand linked and next paragraph styles for enhanced formatting and design efficiency.... Document doc = new Document ( MyDir + "Style with...style . Aliases , Is . EqualTo ( new [] { "MyStyle Alias 1" , "MyStyle...

    reference.aspose.com/words/net/aspose.words/sty...
  10. Determine Line Break|Aspose.PDF for Java

    Learn more about how to determinate a line break of multi-line TextFragment using Java...LineBreakDemo () { Document doc = new Document (); Page page = doc...i ++ ) { TextFragment text = new TextFragment ( "Lorem ipsum \r\ndolor...

    docs.aspose.com/pdf/java/determine-line-break/