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

docx to doc

(0.05 sec)
  1. Table.cell_spacing property | Aspose.Words for ...

    Table.cell_spacing property. Gets or sets the amount of space (in points) between the cells.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

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

    Discover the Aspose.Words EndnoteOptions class for cusTomizable endnote numbering in your Documents and sections. Enhance your Document formatting Today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // An endnote is a way to...

    reference.aspose.com/words/net/aspose.words.not...
  3. Style.listFormat property | Aspose.Words for No...

    Style.listFormat property. Provides access To the list formatting properties of a paragraph style.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a custom paragraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. PageSetup.rtl_gutter property | Aspose.Words fo...

    PageSetup.rtl_gutter property. Gets or sets whether Microsoft Word uses gutters for the section based on a right-To-left language or a left-To-right language.... doc = aw . Document () # Insert text...= aw . DocumentBuilder ( doc = doc ) i = 0 while i < 6 : builder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Saving::MarkdownSaveOptions::get...

    Aspose::Words::Saving::MarkdownSaveOptions::get_OfficeMathExportMode method. Specifies how OfficeMath will be written To the output file. Default value is Text in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Office math.docx" ); auto saveOptions = System...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. TextPathAlignment enumeration | Aspose.Words fo...

    aspose.words.drawing.TextPathAlignment enumeration. WordArt alignment.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

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

    Aspose.Words.Notes.EndnoteOptions class. Represents the endnote numbering options for a Document or section... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // An endnote is a way to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Document::Document constructor |...

    Aspose::Words::Document::Document construcTor. Creates a blank Word Document in C++.... auto doc = System :: MakeObject < Aspose...Section, a Body, and a Paragraph. doc -> AppendChild < System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Frameset class | Aspose.Words for Python

    aspose.words.framesets.Frameset class. Represents a frames page or a single frame on a frames page... doc = aw . Document ( file_name =...+ 'Frameset.docx' ) self . assertEqual ( 3 , doc . frameset ...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Need Complete Documentation for Word Range Oper...

    Hello Team, I am using Aspose.Words for Node.js and I need complete Documentation + practical examples related To the following areas: 1. Word Range Operations I am looking for full details and examples for: …...js) – https://docs.aspose.com/words/nodejs/ (see...Document object ( doc ) and loaded a DOCX file. 1. Accessing...

    forum.aspose.com/t/need-complete-documentation-...