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...
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 (...
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...
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...
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...
Document.versions_count property. Gets the number of Document versions that was stored in the DocDocument....versions that was stored in the DOC document. @property def versions_count...Word supports versions only for DOC files. This property allows to...
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 (...
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 (...
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 ...
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:...