add_text_effect_in_chart method

add_text_effect_in_chart

Inserts a WordArt object to the chart

Returns

Returns a Shape object that represents the new WordArt object.

def add_text_effect_in_chart(self, effect, text, font_name, size, font_bold, font_italic, top, left, height, width):
    ...
ParameterTypeDescription
effectMsoPresetTextEffectThe mso preset text effect type.
textstrThe WordArt text.
font_namestrThe font name.
sizeintThe font size
font_boldboolIndicates whether font is bold.
font_italicboolIndicates whether font is italic.
topintRepresents the vertical offset of shape from the upper left corner in units of 1/4000 of the chart area.
leftintRepresents the vertical offset of shape from the upper left corner in units of 1/4000 of the chart area.
heightintRepresents the height of shape, in units of 1/4000 of the chart area.
widthintRepresents the width of shape, in units of 1/4000 of the chart area.

See Also