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
)
Public Sub SetTextFormat (
source As ITextFrameFormat
)
public:
virtual void SetTextFormat(
ITextFrameFormat^ source
) sealed
abstract SetTextFormat :
source : ITextFrameFormat -> unit
override SetTextFormat :
source : ITextFrameFormat -> unit
Parameters
- source
- Type: Aspose.SlidesITextFrameFormat
ITextFrameFormat object with necessary properties set.
Implements
IBulkTextFormattableSetTextFormat(ITextFrameFormat)See Also