Sort Score
Result 10 results
Languages All
Labels All
Results 7,691 - 7,700 of 17,485 for

docx to doc

(0.1 sec)
  1. Python Word Document Processing API – Aspose | ...

    Python library To work with Word files. Create, edit, convert, Docx, Doc, RTF, PDF, EPUB, WordML, ODT, HTML, text and many other formats....document formats, including DOCX, PDF, ODT, HTML, Markdown, EPUB...Order Upgrade an Order Support Docs API Reference Live Demos Code...

    products.aspose.com/words/python-net/
  2. TableStyle.left_indent property | Aspose.Words ...

    TableStyle.left_indent property. Gets or sets the value that represents the left indent of a table.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Below are two ways of aligning...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ListCollection.addSingleLevelList method | Aspo...

    ListCollection.addSingleLevelList method. Creates a new single level list based on the predefined template and adds it To the list collection in the Document.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); let listCollection = doc . lists ; // Creates...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FieldSeq.InsertNextNumber | Aspose.Words for .NET

    Discover the FieldSeq InsertNextNumber property To easily manage sequence numbers for your items. Enhance your data organization effortlessly!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // SEQ fields display a count...

    reference.aspose.com/words/net/aspose.words.fie...
  5. IStructuredDocumentTag.XmlMapping | Aspose.Word...

    Discover how the IStructuredDocumentTag XmlMapping property connects structured tags To XML data, enhancing Document cusTomization and integration.... Document doc = new Document (); // Construct...</text></root>" ; CustomXmlPart xmlPart = doc . CustomXmlParts . Add ( xmlPartId...

    reference.aspose.com/words/net/aspose.words.mar...
  6. HtmlSaveOptions.html_version property | Aspose....

    HtmlSaveOptions.html_version property. Specifies version of HTML standard that should be used when saving the Document To HTML or MHTML... doc = aw . Document ( file_name =...= MY_DIR + 'Rendering.docx' ) options = aw . saving . HtmlSaveOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Font.all_caps property | Aspose.Words for Python

    Font.all_caps property. True if the font is formatted as all capital letters.... doc = aw . Document () para = doc . get_child (...capitals: run = aw . Run ( doc = doc , text = 'all capitals' )...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PageSetup.page_starting_number property | Aspos...

    PageSetup.page_starting_number property. Gets or sets the starting page number of the section.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Document.first_section property | Aspose.Words ...

    Document.first_section property. Gets the first section in the Document.... doc = aw . Document ( file_name =...MY_DIR + 'Footer.docx' ) headers_footers = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  10. PreferredWidth class | Aspose.Words for Node.js

    Aspose.Words.Tables.PreferredWidth class. Represents a value and its unit of measure that is used To specify the preferred width of a table or a cell... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

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