Sort Score
Result 10 results
Languages All
Labels All
Results 4,541 - 4,550 of 157,131 for

doc

(0.09 sec)
  1. ChartAxisCollection class | Aspose.Words for Py...

    aspose.words.drawing.charts.ChartAxisCollection class. Represents a collection of chart axes.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Border.line_width property | Aspose.Words for P...

    Border.line_width property. Gets or sets the border width in points.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . border ...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Convert Word to Excel in Python | Convert DOCX ...

    Learn how to convert Word to Excel using Python. Develop your own DocX (Doc) to XLSX converter application to convert Word files to XLSX. Convert Word to Excel Online....need to convert Word document (DOC or DOCX) into Excel document...explore the process of converting DOC or DOCX files to XLSX using Python:...

    blog.aspose.com/words/convert-word-to-excel-usi...
  4. StyleCollection.document property | Aspose.Word...

    StyleCollection.Document property. Gets the owner Document.... doc = aw . Document () self . assertEqual ( 4 , doc . styles...by default. for cur_style in doc . styles : print ( f 'Style name:...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Style.document property | Aspose.Words for Node.js

    Style.Document property. Gets the owner Document.... let doc = new aw . Document (); expect ( doc . styles ...default. for ( var style of doc . styles ) { console . log (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Bibliography.BibliographyStyle | Aspose.Words f...

    Discover the BibliographyStyle property easily manage and customize your bibliography's active style for enhanced organization and presentation....ChangeBibliographySt () { Document doc = new Document ( MyDir + "Bibliography...with the following code: // doc.Bibliography.BibliographyStyle...

    reference.aspose.com/words/net/aspose.words.bib...
  7. ComHelper constructor | Aspose.Words for Python

    ComHelper constructor. Initializes a new instance of this class....Using a local system filename: doc = com_helper . open ( file_name...Word! \r\r\r Hello World!' , doc . get_text () . strip ()) # 2...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Border.theme_color property | Aspose.Words for ...

    Border.theme_color property. Gets or sets the theme color in the applied color scheme that is associated with this Border object.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) top_border = builder . paragraph_format...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FormField.type property | Aspose.Words for Python

    FormField.type property. Returns the form field type.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Please...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ReportBuilder.BuildReportToImages | Aspose.Word...

    Transform your template Documents effortlessly with ReportBuilder's BuildReportToImages method, combining data from various sources into stunning images....document with data sources: string doc = MyDir + "Report building.docx"...ReportBuilder . BuildReport ( doc , ArtifactsDir + "LowCode.BuildReportDataSourc...

    reference.aspose.com/words/net/aspose.words.low...