ColumnSetTextFormat Method (IParagraphFormat) |
Sets defined paragraph format properties to all column cells' paragraphs.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic void SetTextFormat(
IParagraphFormat source
)
Public Sub SetTextFormat (
source As IParagraphFormat
)
public:
virtual void SetTextFormat(
IParagraphFormat^ source
) sealed
abstract SetTextFormat :
source : IParagraphFormat -> unit
override SetTextFormat :
source : IParagraphFormat -> unit
Parameters
- source
- Type: Aspose.SlidesIParagraphFormat
IParagraphFormat object with necessary properties set.
Implements
IBulkTextFormattableSetTextFormat(IParagraphFormat)
See Also