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
)
Public Sub SetTextEffect (
effect As PresetTextEffect,
text As String
)
public:
void SetTextEffect(
PresetTextEffect effect,
String^ text
)
member SetTextEffect :
effect : PresetTextEffect *
text : string -> unit
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