Sort Score
Result 10 results
Languages All
Labels All
Results 4,251 - 4,260 of 157,095 for

doc

(0.12 sec)
  1. DocumentBase.pageColor property | Aspose.Words ...

    DocumentBase.pageColor property. Gets or sets the page color of the Document... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . pageColor...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. CellFormat.borders property | Aspose.Words for ...

    CellFormat.borders property. Gets collection of borders of the cell.... let doc = new aw . Document ( base ....Body node: let firstTable = doc . firstSection . body . tables...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ListCollection.Count | Aspose.Words for .NET

    Discover the ListCollection Count property to easily retrieve the number of numbered and bulleted lists in your Document, enhancing your content organization....Document doc = new Document (); ListCollection lists = doc . Lists.... Document , Is . EqualTo ( doc )); List list = lists . Add (...

    reference.aspose.com/words/net/aspose.words.lis...
  4. VbaModule.type property | Aspose.Words for Node.js

    VbaModule.type property. Specifies whether the module is a procedural module, Document module, class module, or designer module.... let doc = new aw . Document (); // Create.... name = "Aspose.project" ; doc . vbaProject = project ; // Create...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Font.scaling property | Aspose.Words for Python

    Font.scaling property. Gets or sets character width scaling in percent.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add run of text and increase...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Font.spacing property | Aspose.Words for Python

    Font.spacing property. Returns or sets the spacing (in points) between characters .... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add run of text and increase...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Style.isHeading property | Aspose.Words for Nod...

    Style.isHeading property. True when the style is one of the built-in Heading styles.... 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...
  8. DocumentProperty.linkSource property | Aspose.W...

    DocumentProperty.linkSource property. Gets the source of a linked custom Document property.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . startBookmark (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Footnote.actual_reference_mark property | Aspos...

    Footnote.actual_reference_mark property. Gets the actual text of the reference mark displayed in the Document for this footnote.... doc = aw . Document ( file_name =...endnotes.docx' ) footnote = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Font.theme_font property | Aspose.Words for Python

    Font.theme_font property. Gets or sets the theme font in the applied font scheme that is associated with this [Font](../) object.... doc = aw . Document () # Define fonts...default. doc . theme . minor_fonts . latin = 'Algerian' doc . theme...

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