Presentation
SetFooterText Method
|
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void SetFooterText(
string text
)
Public Sub SetFooterText (
text As String
)
public:
void SetFooterText(
String^ text
)
member SetFooterText :
text : string -> unit
Parameters
-
text
-
Type:
System
String
See Also