Font.outline property. True if the font is formatted as outline.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Set the Outline flag to...
Style.styles property. Gets the collection of styles this style belongs to.... let doc = new aw . Document (); expect ( doc . styles ...default. for ( var style of doc . styles ) { console . log (...
StyleCollection.Document property. Gets the owner Document.... let doc = new aw . Document (); expect ( doc . styles ...default. for ( var style of doc . styles ) { console . log (...
PlainTextDocument.customDocumentProperties property. Gets [PlainTextDocument.customDocumentProperties](./) of the Document.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . customDocumentProper...
Discover the FieldOptions TemplateName property to easily manage your Document's template file name for enhanced organization and efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can set a template name...
FieldAutoTextList.list_style property. Gets or sets the name of the style on which the list to contain entries is based.... doc = aw . Document () # Create a...populate it with auto text entries. doc . glossary_document = aw . buildingblocks...