Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 214,328 for

new

(0.11 sec)
  1. Ստեղծեք Փաստաթուղթ C# Ում

    Ստեղծեք ֆայլ՝ օգտագործելով .NET գրադարանը: Հեշտությամբ ստեղծեք նոր փաստաթուղթ C# ում՝ մի քանի քայլով:...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/hy/net/make/
  2. Կատարեք DOCX՝ Օգտագործելով C#

    Ստեղծեք նոր DOCX C# ում մի քանի քայլով: Հեշտությամբ ստեղծեք DOCX՝ օգտագործելով .NET գրադարանը:...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/hy/net/make/docx/
  3. FontSubstitutionSettings | Aspose.Words for Java

    Specifies font substitution mechanism settings in Java....Document doc = new Document(); doc.setFontSettings(new FontSettings());...FolderFontSource folderFontSource = new FolderFontSource(getFontsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  4. 档案

    档案...doc = new Document(); // 初始化 Page 类对象 Page page = new Page(doc);...// 初始化大纲类对象 Outline outline = new Outline(doc); // 初始化 OutlineElement...

    blog.aspose.com/zh/note/create-onenote-files-pr...
  5. 搜索

    搜索...Document doc = new Document(); // 初始化頁麵類對象 Page page = new Page(doc);...Outline 類對象 Outline outline = new Outline(doc); // 初始化 OutlineElement...

    blog.aspose.com/zh-hant/note/create-onenote-fil...
  6. News Archive 2022|Documentation

    Aspose.Imaging New features and enhancements introduced in our recent releases, empowering you to unlock New possibilities in graphic processing and manipulation. Support for the most common raster file formats, alongside a diverse array of conversion options....News Archive 2022 Contents [ Hide ] This page highlights the...the new features and enhancements introduced in recent releases...

    docs.aspose.com/imaging/net/what-s-new-in-aspos...
  7. Convert PDF/A to PDF|Aspose.PDF for Android via...

    To convert PDF/A to PDF you should remove restrictions from the original document. Aspose.PDF for Android via Java allows you to solve this problem easly and simply....String pdfaDocumentFileName = new File ( fileStorage , "Conversion/sample-pdfa...String pdfDocumentFileName = new File ( fileStorage , "Conversion/sample-out...

    docs.aspose.com/pdf/androidjava/convert-pdfa-to...
  8. 使用 C# 製作 HTML

    通過幾個步驟在 C# 中創建一個新的 HTML。使用 .NET 庫輕鬆創建 HTML。...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/zh-hant/net/make/html/
  9. Working with Text | Aspose.Note Documentation

    A guide on working with text in OneNote using C# API....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/net/working-with-text/
  10. DocSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.DOC or SaveFormat.DOT format in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);..."); DocSaveOptions options = new DocSaveOptions(SaveFormat.DOC);...

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