SetTextFormat
Contents
[
Hide
]SetTextFormat(IPortionFormat)
Sets defined portion format properties to all table cells’ portions.
public void SetTextFormat(IPortionFormat source)
Parameter | Type | Description |
---|---|---|
source | IPortionFormat | IPortionFormat object with necessary properties set. |
See Also
- interface IPortionFormat
- class Table
- namespace Aspose.Slides
- assembly Aspose.Slides
SetTextFormat(IParagraphFormat)
Sets defined paragraph format properties to all table cells’ paragraphs.
public void SetTextFormat(IParagraphFormat source)
Parameter | Type | Description |
---|---|---|
source | IParagraphFormat | IParagraphFormat object with necessary properties set. |
See Also
- interface IParagraphFormat
- class Table
- namespace Aspose.Slides
- assembly Aspose.Slides
SetTextFormat(ITextFrameFormat)
Sets defined text frame format properties to all table cells’ text frames.
public void SetTextFormat(ITextFrameFormat source)
Parameter | Type | Description |
---|---|---|
source | ITextFrameFormat | ITextFrameFormat object with necessary properties set. |
See Also
- interface ITextFrameFormat
- class Table
- namespace Aspose.Slides
- assembly Aspose.Slides