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