Sort Score
Result 10 results
Languages All
Labels All
Results 6,511 - 6,520 of 162,156 for

new

(0.08 sec)
  1. Convert DOC To EPUB C#

    Convert DOC to EPUB format in C# code. Save DOC as EPUB using C#....Words; var doc = new Document( "Input.doc" ); doc...using Aspose.Words; var doc = new Document("Input.doc"); doc.Save("Output...

    products.aspose.com/words/net/conversion/doc-to...
  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. Manage VBA codes of Visio Macro-Enabled diagram...

    Add VBA Module and Modify VBA or Macro with Aspose.Diagram library....Diagram allows you to add a new VBA Module and Macro Code using...Modules.Add() method to add the new VBA Module inside the diagram...

    docs.aspose.com/diagram/net/working-with-vbapro...
  4. FieldStart.Accept | Aspose.Words for .NET

    Discover FieldStart's Accept method to enhance visitor engagement and streamline interactions on your site. Boost conversions effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldVisitor fieldVisitor = new FieldVisitor (); using ( IEnumerator...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Convert WORD To HTML Java

    Convert a Word document to HTML format in Java code. Save a Word document as HTML using Java....*; Document doc = new Document ( "Input.docx" ); doc...aspose.words.*; Document doc = new Document("Input.docx"); doc.save("Output...

    products.aspose.com/words/java/conversion/word-...
  6. Image Vectorization – C# Examples

    Learn how to vectorize images in C#. Consider image vectorization functionalities and the effect of configuration properties on the result....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/svg/net/image-vectorization-exa...
  7. Convert Word, PDF And Many Other File Formats U...

    Convert documents programmatically in Java between various file formats: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG and many more....*; Document doc = new Document ( "Input.docx" ); doc...aspose.words.*; Document doc = new Document("Input.docx"); doc.save("Output...

    products.aspose.com/words/java/conversion/
  8. Markdown Converter – Convert MD in C# or Online

    In this article, you learn how to convert Markdown to other formats using Aspose.HTML API and consider C# example of Markdown to JPG conversion....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/html/net/markdown-converter/
  9. LineNumberRestartMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.LineNumberRestartMode enum to control automatic line numbering resets for enhanced document formatting and clarity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...restart the numbering on each new page from 1 and display the number...

    reference.aspose.com/words/net/aspose.words/lin...
  10. 从 PDF 中提取注释|Aspose.PDF for .NET

    本节解释如何使用 Aspose.PDF Facades 从 PDF 文件提取注释到 XFDF。...document using ( var document = new Aspose . Pdf . Document ( dataDir...using ( var annotationEditor = new Aspose . Pdf . Facades . PdfAnnotationEditor...

    docs.aspose.com/pdf/zh/net/extract-annotation/