Click or drag to resize

XlsShape SetTextEffect Method

Sets the text effect and updates the text for a shape.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetTextEffect(
	PresetTextEffect effect,
	string text
)

Parameters

effect
Type: Spire.Xls PresetTextEffect
The preset text effect to apply.
text
Type: System String
The text to display with the effect.
See Also