Aspose::Cells::Drawing::ShapeCollection::AddTextEffectInChart method

ShapeCollection::AddTextEffectInChart(MsoPresetTextEffect, const U16String&, const U16String&, int32_t, bool, bool, int32_t, int32_t, int32_t, int32_t) method

Inserts a WordArt object to the chart.

Shape Aspose::Cells::Drawing::ShapeCollection::AddTextEffectInChart(MsoPresetTextEffect effect, const U16String &text, const U16String &fontName, int32_t size, bool fontBold, bool fontItalic, int32_t top, int32_t left, int32_t height, int32_t width)
ParameterTypeDescription
effectMsoPresetTextEffectThe mso preset text effect type.
textconst U16String&The WordArt text.
fontNameconst U16String&The font name.
sizeint32_tThe font size
fontBoldboolIndicates whether font is bold.
fontItalicboolIndicates whether font is italic.
topint32_tRepresents the vertical offset of shape from the upper left corner in units of 1/4000 of the chart area.
leftint32_tRepresents the vertical offset of shape from the upper left corner in units of 1/4000 of the chart area.
heightint32_tRepresents the height of shape, in units of 1/4000 of the chart area.
widthint32_tRepresents the width of shape, in units of 1/4000 of the chart area.

ReturnValue

Returns a Shape object that represents the new WordArt object.

See Also

ShapeCollection::AddTextEffectInChart(MsoPresetTextEffect, const char16_t*, const char16_t*, int32_t, bool, bool, int32_t, int32_t, int32_t, int32_t) method

Inserts a WordArt object to the chart.

Shape Aspose::Cells::Drawing::ShapeCollection::AddTextEffectInChart(MsoPresetTextEffect effect, const char16_t *text, const char16_t *fontName, int32_t size, bool fontBold, bool fontItalic, int32_t top, int32_t left, int32_t height, int32_t width)
ParameterTypeDescription
effectMsoPresetTextEffectThe mso preset text effect type.
textconst char16_t*The WordArt text.
fontNameconst char16_t*The font name.
sizeint32_tThe font size
fontBoldboolIndicates whether font is bold.
fontItalicboolIndicates whether font is italic.
topint32_tRepresents the vertical offset of shape from the upper left corner in units of 1/4000 of the chart area.
leftint32_tRepresents the vertical offset of shape from the upper left corner in units of 1/4000 of the chart area.
heightint32_tRepresents the height of shape, in units of 1/4000 of the chart area.
widthint32_tRepresents the width of shape, in units of 1/4000 of the chart area.

ReturnValue

Returns a Shape object that represents the new WordArt object.

See Also