Footnote.actualReferenceMark property. Gets the actual text of the reference mark displayed in the Document for this footnote.... let doc = new aw . Document ( base ....let footnote = doc . getFootnote ( 1 , true ); doc . updateFields...
Font.no_proofing property. True when the formatted characters are not to be spell checked.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Normally, Microsoft Word...
DocumentProperty.isLinkToContent property. Shows whether this property is linked to content or not.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . startBookmark (...
Style.isQuickStyle property. Specifies whether this style is shown in the Quick Style gallery inside MS Word UI.... let doc = new aw . Document (); expect ( doc . styles ...default. for ( var style of doc . styles ) { console . log (...