Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 67,661 for

document

(0.05 sec)
  1. 如何使用 Python 将 Word 文档转换为 HTML

    在这个简短的教程中,您将了解如何使用 Python 将 Word 文档转换为 HTML。为了将 DOCX 导出为基于 Python 的 HTML 示例,以下简单步骤可用于任何常见的操作系统,如 MS Windows、Linux 或 macOS。...在这个简短的教程中,我们将学习如何使用 Python **将 Word Document 转换为 HTML 。 Python 中的示例代码行通过简单的步骤有效地将...包括程序开始时所需的命名空间和类 将源 Word 文件从磁盘打开到 Document 类对象中以转换为 HTML 初始化 HtmlSaveOptions...

    kb.aspose.com/zh/words/python/how-to-convert-wo...
  2. Aspose::Words::Fields::FieldTime class | Aspose...

    Aspose::Words::Fields::FieldTime class. Implements the TIME field. To learn more, visit the Documentation article in C++....the Working with Fields documentation article. class FieldTime...modifications made to the document. get_IsLocked () Gets or sets...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. RowFormat class | Aspose.Words for Node.js

    Aspose.Words.Tables.RowFormat class. Represents all formatting for a table row...the Working with Tables documentation article. Properties Name...table. let doc = new aw . Document (); let builder = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Layout::LayoutEnumerator::get_Pa...

    Aspose::Words::Layout::LayoutEnumerator::get_PageIndex method. Gets the 1-based index of a page which contains the current entity in C++....Shows ways of traversing a document’s layout entities. void LayoutEnumerator_...LayoutEnumerator_ () { // Open a document that contains a variety of...

    reference.aspose.com/words/cpp/aspose.words.lay...
  5. Aspose::Words::DocumentBuilder::InsertCheckBox ...

    Aspose::Words::DocumentBuilder::InsertCheckBox method. Inserts a checkbox form field at the current position in C++....into the document. auto doc = MakeObject < Document > (); auto...into the document. auto doc = MakeObject < Document > (); auto...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Comment class | Aspose.Words for Python

    aspose.words.Comment class. Represents a container for text of a comment...the Working with Comments documentation article. Remarks A comment...comment was made. document Gets the document to which this node...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ComparisonEvaluationResult | Aspose.Words for .NET

    Discover the ComparisonEvaluationResult constructor to efficiently generate and analyze comparison evaluation outcomes for better decision-making.... Document . FieldOptions . ComparisonExpression...ComparisonExpression = evaluator ; builder . Document . UpdateFields (); Assert...

    reference.aspose.com/words/net/aspose.words.fie...
  8. DocumentBuilder.InsertDocumentInline | Aspose.W...

    Effortlessly insert Documents inline with the DocumentBuilder InsertDocumentInline method, enhancing your workflow and Document editing experience....InsertDocumentInline method Inserts a document inline at the cursor position...Node InsertDocumentInline ( Document srcDoc , ImportFormatMode...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Convert SVG to GIF – C# code and Online Converter

    Convert SVG to GIF in C# or online. Consider various SVG to GIF conversion scenarios in C# examples. Try online SVG Converter....Saving; using var document = new SVGDocument("image.svg");...{{/if_output}} Converter.ConvertSVG(document, options, "output.{{output...

    docs.aspose.com/html/net/convert-svg-to-gif/
  10. Convert SVG to BMP – C#

    Convert SVG to BMP in C# using Aspose.HTML API. Consider various SVG to BMP conversion scenarios in C# examples. Try online SVG Converter....Saving; using var document = new SVGDocument("image.svg");...{{/if_output}} Converter.ConvertSVG(document, options, "output.{{output...

    docs.aspose.com/html/net/convert-svg-to-bmp/