Sort Score
Result 10 results
Languages All
Labels All
Results 8,521 - 8,530 of 17,107 for

docx to doc

(0.09 sec)
  1. BuiltInDocumentProperties.scale_crop property |...

    BuiltInDocumentProperties.scale_crop property. Indicates whether Document thumbnail is cropped or scaled To fit the display.... doc = aw . Document ( file_name =...'Extended properties.docx' ) self . assertTrue ( doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ChartDataLabelCollection.show_bubble_size prope...

    ChartDataLabelCollection.show_bubble_size property. Allows To specify whether bubble size is To be displayed for the data labels of the entire series... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) chart = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::PageSetup::get_Gutter method | A...

    Aspose::Words::PageSetup::get_Gutter method. Gets or sets the amount of extra space added To the margin for Document binding in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); for ( int32_t i = 0 ; i <...

    reference.aspose.com/words/cpp/aspose.words/pag...
  4. Table.firstRow property | Aspose.Words for Node.js

    Table.firstRow property. Returns the first [Row](../../../aspose.words.tables/row/) node in the table....let doc = new aw . Document ( base . myDir + "Tables.docx" );...); let tables = doc . firstSection . body . tables . toArray ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Orientation Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Orientation enum for seamless page orientation control. Enhance your Document formatting with ease and precision!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/net/aspose.words/ori...
  6. FieldBibliography.FilterLanguageId | Aspose.Wor...

    Discover how the FieldBibliography FilterLanguageId property enhances your bibliographic data management by filtering sources by language for precise results....Document doc = new Document ( MyDir + "Bibliography.docx" ); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Text to...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Watermark Class | Aspose.Words for .NET

    Discover the Aspose.Words.Watermark class To easily add and cusTomize watermarks in your Documents, enhancing professionalism and branding.... Document doc = new Document (); // Add a plain...plain text watermark. doc . Watermark . SetText ( "Aspose Watermark"...

    reference.aspose.com/words/net/aspose.words/wat...
  8. CellFormat.fit_text property | Aspose.Words for...

    CellFormat.fit_text property. If ``True``, fits text in the cell, compressing each paragraph To the width of the cell.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . start_table ()...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::BreakType enum | Aspose.Words fo...

    Aspose::Words::BreakType enum. Specifies type of a break inside a Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a table of contents...

    reference.aspose.com/words/cpp/aspose.words/bre...
  10. Aspose::Words::Notes::Footnote::get_ActualRefer...

    Aspose::Words::Notes::Footnote::get_ActualReferenceMark method. Gets the actual text of the reference mark displayed in the Document for this footnote in C++.... auto doc = System :: MakeObject < Aspose...+ u "Footnotes and endnotes.docx" ); auto footnote = System ::...

    reference.aspose.com/words/cpp/aspose.words.not...