TextPath.trim property. Determines whether extra space is removed above and below the text.... doc = aw . Document () # Insert a...ExShape . _append_word_art ( doc , 'Hello World! This text is...
TextPath.bold property. True if the font is formatted as bold.... doc = aw . Document () # Insert a...ExShape . _append_word_art ( doc , 'Hello World! This text is...
TextPath.font_family property. Defines the family of the textpath font.... doc = aw . Document () # Insert a...ExShape . _append_word_art ( doc , 'Hello World! This text is...
Font.outline property. True if the font is formatted as outline.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Set the Outline flag to...
ShapeBase.rotation property. Defines the angle (in degrees) that a shape is rotated... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a shape with an...
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 (...