entry
类: mlreportgen.ppt.Table
命名空间: mlreportgen.ppt
访问表条目
说明
返回指定行的指定列的表条目。tableEntryOut
= entry(tableObj
,row
,column
)
示例
为表条目着色
为第 3 行、第 4 列的表条目着色。
import mlreportgen.ppt.*; ppt = Presentation('myTableEntryMethod.pptx'); open(ppt); slide1 = add(ppt,'Title and Content'); t = Table(magic(5)); entry4row3 = t.entry(3,4); entry4row3.BackgroundColor = 'red'; replace(slide1,'Content',t); close(ppt); rptview(ppt);
输入参数
tableObj
— 包含条目的表
mlreportgen.ppt.Table
对象
包含条目的表,指定为 mlreportgen.ppt.Table
对象。
row
— 包含条目的表行
double
包含条目的表行,指定为 double
。double
是一个指示行位置的索引号。最上面一行的数字是 1
。
数据类型: double
column
— 包含条目的列
double
包含条目的表列,指定为 double
。double
是一个指示列位置的索引号。左边列的数字是 1
。
数据类型: double
输出参量
tableEntryOut
— 表条目对象
mlreportgen.ppt.TableEntry
对象
表条目对象,以 mlreportgen.ppt.TableEntry
对象形式返回
版本历史记录
在 R2014b 中推出
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)