SetTextFormat()
Contents
[
Hide
]Row::SetTextFormat(System::SharedPtr<IPortionFormat>) method
Sets defined portion format properties to all row cells’ portions.
void Aspose::Slides::Row::SetTextFormat(System::SharedPtr<IPortionFormat> source) override
Arguments
Parameter | Type | Description |
---|---|---|
source | System::SharedPtr<IPortionFormat> | IPortionFormat object with necessary properties set. |
Row::SetTextFormat(System::SharedPtr<IParagraphFormat>) method
Sets defined paragraph format properties to all row cells’ paragraphs.
void Aspose::Slides::Row::SetTextFormat(System::SharedPtr<IParagraphFormat> source) override
Arguments
Parameter | Type | Description |
---|---|---|
source | System::SharedPtr<IParagraphFormat> | IParagraphFormat object with necessary properties set. |
Row::SetTextFormat(System::SharedPtr<ITextFrameFormat>) method
Sets defined text frame format properties to all row cells’ text frames.
void Aspose::Slides::Row::SetTextFormat(System::SharedPtr<ITextFrameFormat> source) override
Arguments
Parameter | Type | Description |
---|---|---|
source | System::SharedPtr<ITextFrameFormat> | ITextFrameFormat object with necessary properties set. |
See Also
- Typedef SharedPtr
- Class IPortionFormat
- Class Row
- Class IParagraphFormat
- Class ITextFrameFormat
- Namespace Aspose::Slides
- Library Aspose.Slides