mlreportgen.ppt.ColWidth 类
命名空间: mlreportgen.ppt
表列宽
创建对象
输入参量
value
— 列宽
字符向量
列的宽度,以 valueUnits
的形式指定,其中 Units
是宽度单位的缩写。这些缩写是有效的:
"px"
- 像素"cm"
- 厘米"in"
- 英寸"mm"
- 毫米"pc"
- 派卡"pt"
- 磅
属性
Id
— 此 PPT API 对象的 ID
字符向量 | 字符串标量
此 PPT API 对象的 ID,指定为字符向量或字符串标量。会话唯一 ID 是在对象创建过程中生成的。您可以指定一个 ID 来 替换生成的 ID。
属性:
NonCopyable | true |
数据类型: char
| string
Tag
— 此 PPT API 对象的标签
字符向量 | 字符串标量
此 PPT API 对象的标签,指定为字符向量或字符串标量。在创建此对象的过程中会生成一个会话唯一标签。生成的标签形式为 CLASS:ID
,其中 CLASS
是对象类,ID
是对象的 Id
属性的值。
指定您自己的标签值可以帮助您识别演示文稿生成过程中出现问题的位置。
属性:
NonCopyable | true |
数据类型: char
| string
Value
— 列宽
字符向量
列的宽度,以 valueUnits
的形式指定,其中 Units
是宽度单位的缩写。这些缩写是有效的:
"px"
- 像素"cm"
- 厘米"in"
- 英寸"mm"
- 毫米"pc"
- 派卡"pt"
- 磅
示例
设置表列宽
创建演示文稿。
import mlreportgen.ppt.* ppt = Presentation('myColWidth.pptx'); open(ppt); slide1 = add(ppt,'Title and Content');
创建一个表格并指定第一列的宽度为四英寸。
C = {'wide column' 17 'aaaa' 4 5 6 7 8 9 10 11;... 'long text string' 'bb' 1 3 5 7 9 11 13 15 17;... 'more text' 1 2 3 4 5 6 7 8 9 10}; t = Table(C); t.entry(1,1).Style = {ColWidth('4in')};
用表格替换幻灯片内容,生成演示文稿,然后打开 myColWidth
演示文稿。
replace(slide1,'Content',t);
close(ppt);
rptview(ppt);
版本历史记录
在 R2015b 中推出
MATLAB 命令
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)