BaseSlideHeaderFooterManagerSetFooterText Method |
Sets text to slide footer placeholder.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public void SetFooterText(
string text
)
Public Sub SetFooterText (
text As String
)
public:
virtual void SetFooterText(
String^ text
) sealed
abstract SetFooterText :
text : string -> unit
override SetFooterText :
text : string -> unit
Parameters
- text
- Type: SystemString
Text to set.
See Also