SetTextFormat()

IBulkTextFormattable::SetTextFormat(System::SharedPtr<IPortionFormat>) method

Sets defined portion format properties to all element’s portions.

virtual void Aspose::Slides::IBulkTextFormattable::SetTextFormat(System::SharedPtr<IPortionFormat> source)=0

Arguments

ParameterTypeDescription
sourceSystem::SharedPtr<IPortionFormat>IPortionFormat object with necessary properties set.

IBulkTextFormattable::SetTextFormat(System::SharedPtr<IParagraphFormat>) method

Sets defined paragraph format properties to all element’s paragraphs.

virtual void Aspose::Slides::IBulkTextFormattable::SetTextFormat(System::SharedPtr<IParagraphFormat> source)=0

Arguments

ParameterTypeDescription
sourceSystem::SharedPtr<IParagraphFormat>IParagraphFormat object with necessary properties set.

IBulkTextFormattable::SetTextFormat(System::SharedPtr<ITextFrameFormat>) method

Sets defined text frame format properties to all element’s text frames.

virtual void Aspose::Slides::IBulkTextFormattable::SetTextFormat(System::SharedPtr<ITextFrameFormat> source)=0

Arguments

ParameterTypeDescription
sourceSystem::SharedPtr<ITextFrameFormat>ITextFrameFormat object with necessary properties set.

See Also