Sort Score
Result 10 results
Languages All
Labels All
Results 8,861 - 8,870 of 18,450 for

docx to doc

(0.14 sec)
  1. Document.UpdatePageLayout | Aspose.Words for .NET

    Revamp your Document's structure with the UpdatePageLayout method, ensuring a polished and organized layout for enhanced readability and presentation....Document doc = new Document ( MyDir + "Rendering.docx" ); // Saving...the document within its pages. doc . Save ( ArtifactsDir + "Document...

    reference.aspose.com/words/net/aspose.words/doc...
  2. ParagraphFormat.page_break_before property | As...

    ParagraphFormat.page_break_before property. True if a page break is forced before the paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Set this flag to "true"...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Style::get_LinkedStyleName metho...

    Aspose::Words::Style::get_LinkedStyleName method. Gets/sets the name of the Style linked To this one. Returns empty string if no styles are linked in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Style with alias.docx" ); // This document contains...

    reference.aspose.com/words/cpp/aspose.words/sty...
  4. PageSetup.line_starting_number property | Aspos...

    PageSetup.line_starting_number property. Gets or sets the starting line number.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # We can use the section's...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FootnoteOptions.position property | Aspose.Word...

    FootnoteOptions.position property. Specifies the footnotes position.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A footnote is a way to...

    reference.aspose.com/words/python-net/aspose.wo...
  6. LayoutOptions.ignore_printer_metrics property |...

    LayouToptions.ignore_printer_metrics property. Gets or sets indication of whether the Use printer metrics To lay out Document compatibility option is ignored... doc = aw . Document ( file_name =...= MY_DIR + 'Rendering.docx' ) doc . layout_options . ignore_printer_metrics...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Chart class | Aspose.Words for Python

    aspose.words.drawing.charts.Chart class. Provides access To the chart shape properties... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a chart shape with...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Document::get_Frameset method | ...

    Aspose::Words::Document::get_Frameset method. Returns a Frameset instance if this Document represents a frames page in C++.... auto doc = System :: MakeObject < Aspose...() + u "Frameset.docx" ); ASSERT_EQ ( 3 , doc -> get_Frameset...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. HtmlSaveOptions.htmlVersion property | Aspose.W...

    HtmlSaveOptions.htmlVersion property. Specifies version of HTML standard that should be used when saving the Document To HTML or MHTML... let doc = new aw . Document ( base .... myDir + "Rendering.docx" ); let options = new aw . Saving ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::Tables::Table::ClearBorders meth...

    Aspose::Words::Tables::Table::ClearBorders method. Removes all table and cell borders on this table in C++.... auto doc = System :: MakeObject < Aspose...> ( get_MyDir () + u "Tables.docx" ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.tab...