Get表RowPr

Get表RowPrspi表RowPr}

返回表列当前样式属性

参数:

这种方法没有任何参数

返回时间 :

类型
spi表RowPr

实例

拷贝代码
builder.CreateFile("docx")!varoDocuments=api.GetDocumentvar表Style=ODocument.CreateStylevaro表=api.Criate表2oTable.SetWidth("percent", 100)!oDocument.Push(oTable)!oTable.SetStyle(oTableStyle)!set表Look(真真假)oTableStyle.GetTableRowPr().SetHeight("atLeast", 1440)!oTableStyle.GetConditionalTableStyle("topLeftCell").GetTableCellPr().SetShd("clear", 255, 111, 61)!oTableStyle.GetConditionalTableStyle("topRightCell").GetTableCellPr().SetShd("clear", 51, 51, 51)!oTableStyle.GetConditionalTableStyle("bottomLeftCell").GetTableCellPr().SetShd("clear", 128, 128, 128)!oTableStyle.GetConditionalTableStyle("bottomRightCell").GetTableCellPr().SetShd("clear", 255, 213, 191)!builder.SaveFile("docx", "GetTableRowPr.docx")!builder.CloseFile();

结果文档