Класс TableOptions
Информация
Представляет параметры для добавления таблицы в документ с помощью плагина 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