Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 9,618 for

docx to doc

(0.08 sec)
  1. ShapeType enumeration | Aspose.Words for Python

    aspose.words.drawing.ShapeType enumeration. Specifies the type of shape in a Microsoft Word Document.... doc = aw . Document () # The "Shape"...shape = aw . drawing . Shape ( doc , aw . drawing . ShapeType ....

    reference.aspose.com/words/python-net/aspose.wo...
  2. AdvancedCompareOptions class | Aspose.Words for...

    aspose.words.comparing.AdvancedCompareOptions class. Allows To set advanced compare options.... doc_a = aw . Document ( file_name...MY_DIR + 'Document with SDT 1.docx' ) doc_b = aw . Document ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 怎么给指定标题最下面插入内容呢 - Free Support Forum - aspose.com

    怎么给指定标题最下面插入内容呢 标题下面有内容我需要插入在标题最后面... 就像这样 doc = aw.Document("input.docx") title_para = doc.first_section...first_paragraph paragraphs = doc.get_child_nodes(aw.NodeType.PARAGRAPH...

    forum.aspose.com/t/topic/311384
  4. Convert HTML to Image in Java – PNG, JPG, BMP, ...

    Convert HTML To Images like JPG, PNG, GIF, TIFF, and BMP using Java library. Use Converter and ImageSaveOptions for precise and cusTomizable outputs....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/html/java/convert-html-to-image/
  5. TxtSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.TxtSaveOptions for enhanced Document saving. CusTomize your text format with powerful options for optimal results....files used when saving to a DOC or DOCX file. By default this property...custom paragraph break. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Convert MHTML to PDF – C# Examples and Online C...

    Convert MHTML To PDF in C# or online. Consider the supported MHTML To PDF conversion scenarios in C# examples. Try online MHTML Converter....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/html/net/convert-mhtml-to-pdf/
  7. Markdown Converter – Convert Markdown in Python

    Learn how To convert Markdown To other formats using Aspose.HTML Python library and consider Markdown conversion scenarios....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/html/python-net/markdown-conver...
  8. FieldGoToButton | Aspose.Words for Java

    Implements the GOToBUTToN field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Add a GOTOBUTTON field....

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldPrint | Aspose.Words for Java

    Implements the PRINT field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("My paragraph");...

    reference.aspose.com/words/java/com.aspose.word...
  10. FieldSet | Aspose.Words for Java

    Implements the SET field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Name bookmarked text with...

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