IMasterNotesSlideHeaderFooterManagerSetDateTimeAndChildDateTimesText Method |
Sets text to master notes slide date-time placeholder and all child date-time placeholders.
Child placeholders mean placeholders are contained on depending notes slides.
Depending notes slides use and depend on master notes slide.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxvoid SetDateTimeAndChildDateTimesText(
string text
)
Sub SetDateTimeAndChildDateTimesText (
text As String
)
void SetDateTimeAndChildDateTimesText(
String^ text
)
abstract SetDateTimeAndChildDateTimesText :
text : string -> unit
Parameters
- text
- Type: SystemString
Text to set.
See Also