Sort Score
Result 10 results
Languages All
Labels All
Results 8,161 - 8,170 of 18,490 for

docx to doc

(0.73 sec)
  1. ComHelper | Aspose.Words for .NET

    Discover ComHelper, the powerful construcTor that effortlessly initializes new class instances, enhancing your programming efficiency and productivity....Document doc = comHelper . Open ( MyDir + "Document.docx" ); Assert...Assert . That ( doc . GetText (). Trim (), Is . EqualTo ( "Hello...

    reference.aspose.com/words/net/aspose.words/com...
  2. MarkdownSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.MarkdownSaveOptions for enhanced Document saving in Markdown format. CusTomize your output with advanced options Today!...files used when saving to a DOC or DOCX file. By default, this property...Document doc = new Document ( MyDir + "Rendering.docx" ); MarkdownSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  3. PageSetup.footnote_options property | Aspose.Wo...

    PageSetup.footnote_options property. Provides options that control numbering and positioning of footnotes in this section.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Hello...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Paragraph.is_end_of_header_footer property | As...

    Paragraph.is_end_of_header_footer property. True if this paragraph is the last paragraph in the [HeaderFooter](../../headerfooter/) (main text sTory) of a [Section](../../section/); false otherwise.... doc = aw . Document () # Create a...HeaderFooter ( doc , aw . HeaderFooterType . HEADER_PRIMARY ) doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Watermark.SetImage | Aspose.Words for .NET

    Enhance your Documents with the Watermark SetImage method. Effortlessly add stunning image watermarks for a professional Touch.... Document doc = new Document (); // Modify...methods to add image watermark. doc . Watermark . SetImage ( Image...

    reference.aspose.com/words/net/aspose.words/wat...
  6. NodeCollection.clear method | Aspose.Words for ...

    NodeCollection.clear method. Removes all nodes from this collection and from the Document.... doc = aw . Document ( file_name =...= MY_DIR + 'Document.docx' ) # This document has one section...

    reference.aspose.com/words/python-net/aspose.wo...
  7. BaseWebExtensionCollection1.Remove | Aspose.Wor...

    Effortlessly remove items from your BaseWebExtensionCollection with our intuitive Remove method. Streamline your data management Today!...Document doc = new Document ( MyDir + "Web extension.docx" ); Assert...Assert . That ( doc . WebExtensionTaskPane . Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words.web...
  8. Stroke.StartArrowLength | Aspose.Words for .NET

    Discover the Stroke StartArrowLength property To cusTomize your design's arrowhead length, enhancing visual appeal and precision in your projects.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Below are four examples...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Frameset Class | Aspose.Words for .NET

    Discover the Aspose.Words.Framesets.Frameset class for seamless frame management in Documents. Enhance your web pages with efficient frame integration!...Document doc = new Document ( MyDir + "Frameset.docx" ); Assert...Assert . That ( doc . Frameset . ChildFramesets . Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words.fra...
  10. WrapType enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.WrapType enumeration. Specifies how text is wrapped around a shape or picture.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert a floating image...

    reference.aspose.com/words/nodejs-net/aspose.wo...