Class TableOptions
信息
表示通过 Documentize.PdfManager 插件向文档添加表格的选项。
public sealed class TableOptions : PluginBaseOptions, IPluginOptions继承关系
object ← PluginBaseOptions ← TableOptions
实现接口
继承的成员
- PluginBaseOptions.AddInput(IData)
- PluginBaseOptions.AddOutput(IData)
- 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)参数
pageint: 要在其后插入表格的页码。
返回值
TableOptions : 当前 Documentize.TableOptions 实例。
InsertPageBefore(int)
在指定页之前插入页面。
public TableOptions InsertPageBefore(int page)参数
pageint: 要在其后插入表格的页码。
返回值
TableOptions : 当前 Documentize.TableOptions 实例。
命名空间: Documentize
程序集: Documentize.dll