ColumnSetTextFormat Method (ITextFrameFormat)

Sets defined text frame format properties to all column cells' text frames.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public void SetTextFormat(
	ITextFrameFormat source
)

Parameters

source
Type: Aspose.SlidesITextFrameFormat
ITextFrameFormat object with necessary properties set.

Implements

IBulkTextFormattableSetTextFormat(ITextFrameFormat)
See Also