Sort Score
Result 10 results
Languages All
Labels All
Results 9,831 - 9,840 of 17,140 for

docx to doc

(0.06 sec)
  1. FootnoteSeparatorType enumeration | Aspose.Word...

    aspose.words.notes.FootnoteSeparaTorType enumeration. Specifies the type of the footnote/endnote separaTor.... doc = aw . Document ( file_name =...'Footnotes and endnotes.docx' ) endnote_separator = doc . footnote_separators...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PageInfo.Colored | Aspose.Words for .NET

    Discover if your page features vibrant colored content with the PageInfo Colored property. Enhance user engagement and improve visual appeal!...Document doc = new Document ( MyDir + "Document.docx" ); // Check...not colored. Assert . That ( doc . GetPageInfo ( 0 ). Colored...

    reference.aspose.com/words/net/aspose.words.ren...
  3. DocumentBuilder.InsertTextInput | Aspose.Words ...

    Effortlessly add text form fields with the DocumentBuilder InsertTextInput method. Enhance your Document's interactivity and user experience Today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a form that prompts...

    reference.aspose.com/words/net/aspose.words/doc...
  4. ChartFormat.set_default_fill method | Aspose.Wo...

    ChartFormat.set_default_fill method. Resets the fill of the chart element To have the default value.... doc = aw . Document ( file_name =...+ 'DataPoint format.docx' ) shape = doc . get_child ( aw . NodeType...

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

    Aspose.Words.Shading class. Contains shading attributes for an object... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Start a table and set a...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Field.unlink method | Aspose.Words for Python

    Field.unlink method. Performs the field unlink.... doc = aw . Document ( file_name =...MY_DIR + 'Linked fields.docx' ) doc . range . fields [ 1 ] ....

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

    Discover the CompositeNode FirstChild property To easily access the first child node, enhancing your coding efficiency and simplifying data management....Document doc = new Document ( MyDir + "Paragraphs.docx" ); for...for ( Node node = doc . FirstSection . Body . FirstChild ; node...

    reference.aspose.com/words/net/aspose.words/com...
  8. Node.NodeTypeToString | Aspose.Words for .NET

    Discover the Node NodeTypeToString method, effortlessly convert node type enums inTo user-friendly strings for seamless coding and improved readability....Document doc = new Document ( MyDir + "Paragraphs.docx" ); for...for ( Node node = doc . FirstSection . Body . FirstChild ; node...

    reference.aspose.com/words/net/aspose.words/nod...
  9. Node.NextSibling | Aspose.Words for .NET

    Discover the Node NextSibling property To easily access the next node in your DOM. Enhance your JavaScript skills and streamline your coding Today!...Document doc = new Document ( MyDir + "Paragraphs.docx" ); for...for ( Node node = doc . FirstSection . Body . FirstChild ; node...

    reference.aspose.com/words/net/aspose.words/nod...
  10. FootnoteOptions.restart_rule property | Aspose....

    FootnoteOptions.restart_rule property. Determines when auTomatic numbering restarts.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Footnotes and endnotes...

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