Sort Score
Result 10 results
Languages All
Labels All
Results 4,211 - 4,220 of 180,094 for

doc

(0.11 sec)
  1. Export OFT to WORD via C++ | products.aspose.com

    C++ API to Convert OFT to WORD without using Microsoft Word or Outlook...System :: SharedPtr < Document > doc = System :: MakeObject < Document...passing Docx as save format doc -> Save ( u "convertedFile.Docx"...

    products.aspose.com/total/cpp/conversion/oft-to...
  2. SystemFontSource.Type | Aspose.Words for .NET

    Discover the SystemFontSource Type property, easily access and identify font source types to enhance your web design and user experience.... Document doc = new Document (); doc . FontSettings =...font source. Assert . That ( doc . FontSettings . GetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...
  3. FontSettings.SubstitutionSettings | Aspose.Word...

    Explore the FontSettings SubstitutionSettings property to optimize your font substitution process and enhance text display quality effortlessly.... Document doc = new Document (); doc . FontSettings =...font source. Assert . That ( doc . FontSettings . GetFontsSources...

    reference.aspose.com/words/net/aspose.words.fon...
  4. Remove Empty Regions in Ruby|Aspose.Words for Java

    Remove empty regions from word Document using Ruby.... doc = Rjb :: import ( 'com.aspose... new ( data_dir + "TestFile.doc" ) # Create a dummy data source...

    docs.aspose.com/words/java/remove-empty-regions...
  5. 使用 C# 製作 HTML

    通過幾個步驟在 C# 中創建一個新的 HTML。使用 .NET 庫輕鬆創建 HTML。...例子 輸出格式 DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...插入圖表 using Aspose.Words; var doc = new Document(); var builder...

    products.aspose.com/words/zh-hant/net/make/html/
  6. 使用 Java 製作 HTML

    通過幾個步驟在 Java 中創建一個新的 HTML。使用 Java 庫輕鬆創建 HTML。...例子 輸出格式 DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...com.aspose.words.*; Document doc = new Document (); DocumentBuilder...

    products.aspose.com/words/zh-hant/java/make/html/
  7. 使用 Java 製作 DOCX

    通過幾個步驟在 Java 中創建一個新的 DocX。使用 Java 庫輕鬆創建 DocX。...例子 輸出格式 DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...com.aspose.words.*; Document doc = new Document (); DocumentBuilder...

    products.aspose.com/words/zh-hant/java/make/docx/
  8. 使用 Java 製作 PDF

    通過幾個步驟在 Java 中創建一個新的 PDF。使用 Java 庫輕鬆創建 PDF。...例子 輸出格式 DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...com.aspose.words.*; Document doc = new Document (); DocumentBuilder...

    products.aspose.com/words/zh-hant/java/make/pdf/
  9. ViewOptions.doNotDisplayPageBoundaries property...

    ViewOptions.doNotDisplayPageBoundaries property. Turns off display of the space between the top of the text and the top edge of the page.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert content that spans...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. FieldDatabase | Aspose.Words for Java

    Implements the DATABASE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // This DATABASE field will...

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