set_text_format method
set_text_format
Sets defined portion format properties to all row cells’ portions.
def set_text_format(self, source):
...
| Parameter | Type | Description |
|---|---|---|
| source | IPortionFormat | IPortionFormat object with necessary properties set. |
set_text_format
Sets defined paragraph format properties to all row cells’ paragraphs.
def set_text_format(self, source):
...
| Parameter | Type | Description |
|---|---|---|
| source | IParagraphFormat | IParagraphFormat object with necessary properties set. |
set_text_format
Sets defined text frame format properties to all row cells’ text frames.
def set_text_format(self, source):
...
| Parameter | Type | Description |
|---|---|---|
| source | ITextFrameFormat | ITextFrameFormat object with necessary properties set. |
See Also
- class
IParagraphFormat - class
IPortionFormat - class
ITextFrameFormat - class
Row - module
aspose.slides - library
Aspose.Slides