类 表格选项
信息
表示通过 Documentize.TableGenerator 插件将表格添加到文档的选项。
public sealed class TableOptions : PluginBaseOptions, IPluginOptions
继承
object ← PluginBaseOptions ← TableOptions
实现
继承成员
- PluginBaseOptions.AddInput(IDataSource),
- PluginBaseOptions.AddOutput(IDataSource),
- PluginBaseOptions.Inputs,
- PluginBaseOptions.Outputs,
- PluginBaseOptions.CloseInputStreams,
- PluginBaseOptions.CloseOutputStreams,
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
构造函数
TableOptions()
使用默认选项初始化 Documentize.TableOptions 对象的新实例。
public TableOptions()
方法
AddTable()
将表添加到文档。
public TableBuilder AddTable()
返回
TableBuilder : Documentize.TableBuilder 的新实例。
Create()
创建 Documentize.TableOptions 的实例。
public static TableOptions Create()
返回
TableOptions : Documentize.TableOptions 的新实例。
InsertPageAfter(int)
在指定页面后插入页面。
public TableOptions InsertPageAfter(int page)
参数
page
int: 插入表后要插入的页面编号。
返回
TableOptions : 当前 Documentize.TableOptions 的实例。
InsertPageBefore(int)
在指定页面前插入页面。
public TableOptions InsertPageBefore(int page)
参数
page
int: 插入表前要插入的页面编号。
返回
TableOptions : 当前 Documentize.TableOptions 的实例。
命名空间: Documentize 程序集: Documentize.dll