Sort Score
Result 10 results
Languages All
Labels All
Results 6,071 - 6,080 of 183,448 for

doc

(0.32 sec)
  1. Aspose::Words::DocumentBuilder::DocumentBuilder...

    Aspose::Words::DocumentBuilder::DocumentBuilder constructor. Initializes a new instance of this class in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Specify font formatting...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. RowFormat | Aspose.Words for Java

    Represents all formatting for a table row in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.startTable(); // Setting...

    reference.aspose.com/words/java/com.aspose.word...
  3. C++ API to Export SVG to MARKDOWN | products.as...

    Convert SVG to MARKDOWN within C++ applications....to convert SVG file format to DOC. Secondly, by using advanced...Words for C++, you can export DOC to MARKDOWN. Aspose.Total for...

    products.aspose.com/total/cpp/conversion/svg-to...
  4. Aspose::Words::PaperSize enum | Aspose.Words fo...

    Aspose::Words::PaperSize enum. Specifies paper size in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_PageSetup ()...

    reference.aspose.com/words/cpp/aspose.words/pap...
  5. InlineStory.paragraphs property | Aspose.Words ...

    InlineStory.paragraphs property. Gets a collection of paragraphs that are immediate children of the story.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add text, and reference...

    reference.aspose.com/words/python-net/aspose.wo...
  6. C++ API to Export PS to PCL | products.aspose.com

    Convert PS to PCL within C++ applications....to a Microsoft Word Document (DOC). This API provides a wide range...variety of file formats, including DOC, DOCX, RTF, and HTML. With this...

    products.aspose.com/total/cpp/conversion/ps-to-...
  7. C++ API to Export XPS to MARKDOWN | products.as...

    Convert XPS to MARKDOWN within C++ applications....to convert XPS file format to DOC. Aspose.Words for C++ is an advanced...API that can be used to export DOC to MARKDOWN. The API provides...

    products.aspose.com/total/cpp/conversion/xps-to...
  8. Aspose::Words::BookmarkCollection::Remove metho...

    Aspose::Words::BookmarkCollection::Remove method. Removes the specified bookmark from the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert five bookmarks with...

    reference.aspose.com/words/cpp/aspose.words/boo...
  9. OdtSaveOptions.password property | Aspose.Words...

    OdtSaveOptions.password property. Gets or sets a password to encrypt Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用 C# 将 Word DOC 转换为 EPUB

    按照本文使用 C# 将 Word Doc 转换为 EPUB。它包含设置 IDE 的详细信息、步骤列表以及使用 C# 将 DocX 更改为 EPUB 的示例代码。...C# 将 Word DOC 转换为 EPUB 本简短指南介绍了如何使用 C# 将 Word DOC 转换为 EPUB 。...EPUB 文件 这些步骤涵盖了使用 C# 将文件格式从 DOC 更改为 EPUB 的细节。加载源 Word 文件,创建 HtmlSaveOptions...

    kb.aspose.com/zh/words/net/convert-word-doc-to-...