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...
CellFormat.borders property. Gets collection of borders of the cell.... let doc = new aw . Document ( base ....Body node: let firstTable = doc . firstSection . body . tables...
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.scaling property. Gets or sets character width scaling in percent.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add run of text and increase...
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...
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 ...
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...