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

doc

(0.16 sec)
  1. ParagraphFormat.is_list_item property | Aspose....

    ParagraphFormat.is_list_item property. True when the paragraph is an item in a bulleted or numbered list.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A list allows us to organize...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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...
  3. 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...
  4. 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...
  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. Document.versions_count property | Aspose.Words...

    Document.versions_count property. Gets the number of Document versions that was stored in the Doc Document....versions that was stored in the DOC document. @property def versions_count...Word supports versions only for DOC files. This property allows to...

    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. Style.is_heading property | Aspose.Words for Py...

    Style.is_heading property. True when the style is one of the built-in Heading styles.... 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...