IBulkTextFormattable

IBulkTextFormattable

Overview

IBulkTextFormattable is a interface in Aspose.Slides FOSS for .NET.

Represents an object that can apply text formatting in bulk to all contained text.

This interface provides 3 methods for working with IBulkTextFormattable objects in .NET programs. Available methods include: SetTextFormat. All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.

Methods

SignatureDescription
SetTextFormat(source: IBasePortionFormat)Applies the specified portion format to all text within this object.
SetTextFormat(source: IParagraphFormat)Applies the specified paragraph format to all paragraphs within this object.
SetTextFormat(source: ITextFrameFormat)Applies the specified text frame format to all text frames within this object.

See Also