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
Parameter | Type | Description |
---|---|---|
source | System::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
Parameter | Type | Description |
---|---|---|
source | System::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
Parameter | Type | Description |
---|---|---|
source | System::SharedPtr<ITextFrameFormat> | ITextFrameFormat object with necessary properties set. |
See Also
- Typedef SharedPtr
- Class IPortionFormat
- Class IBulkTextFormattable
- Class IParagraphFormat
- Class ITextFrameFormat
- Namespace Aspose::Slides
- Library Aspose.Slides