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
)

Parameters

text
Type: SystemString
Text to set.
See Also