Shape.text_path property. Defines the text of the text path (of a WordArt object).... doc = aw . Document () # Insert a...ExShape . _append_word_art ( doc , 'Hello World! This text is...
ShapeBase.is_word_art property. Returns ``True`` if this shape is a WordArt object.... doc = aw . Document () # Insert a...ExShape . _append_word_art ( doc , 'Hello World! This text is...
ChartTitle.orientation property. Gets or sets the orientation of the chart title text.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) chart_shape = builder . insert_chart...
ChartAxisTitle.orientation property. Gets or sets the orientation of the axis title text.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) chart_shape = builder . insert_chart...
ChartAxisTitle.overlay property. Determines whether other chart elements shall be allowed to overlap the title... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...
Font.italic property. True if the font is formatted as italic.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . size = 36...