设置文本格式
SetTextFormat(IPortionFormat)
将定义的部分格式属性设置为所有列单元格的部分。
public void SetTextFormat(IPortionFormat source)
参数 | 类型 | 描述 |
---|---|---|
source | IPortionFormat | 设置了必要属性的 IPortionFormat 对象。 |
参见
- 接口 IPortionFormat
- 类 Column
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
SetTextFormat(IParagraphFormat)
将定义的段落格式属性设置为所有列单元格的段落。
public void SetTextFormat(IParagraphFormat source)
参数 | 类型 | 描述 |
---|---|---|
source | IParagraphFormat | 设置了必要属性的 IParagraphFormat 对象。 |
参见
- 接口 IParagraphFormat
- 类 Column
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
SetTextFormat(ITextFrameFormat)
将定义的文本框格式属性设置为所有列单元格的文本框。
public void SetTextFormat(ITextFrameFormat source)
参数 | 类型 | 描述 |
---|---|---|
source | ITextFrameFormat | 设置了必要属性的 ITextFrameFormat 对象。 |
参见
- 接口 ITextFrameFormat
- 类 Column
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides