Klass TableOptions
Info
Representerar alternativ för att lägga till tabell i dokumentet via Documentize.TableGenerator-pluginet.
public sealed class TableOptions : PluginBaseOptions, IPluginOptions
Arv
object ← PluginBaseOptions ← TableOptions
Implementerar
Arvda medlemmar
- 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()
Konstruktörer
TableOptions()
Initialiserar en ny instans av Documentize.TableOptions-objektet med standardalternativ.
public TableOptions()
Metoder
AddTable()
Lägger till tabell i dokumentet.
public TableBuilder AddTable()
Returnerar
TableBuilder : Ny instans av Documentize.TableBuilder.
Create()
Skapa instans av Documentize.TableOptions.
public static TableOptions Create()
Returnerar
TableOptions : Ny instans av Documentize.TableOptions.
InsertPageAfter(int)
Infogar en sida efter angiven sida.
public TableOptions InsertPageAfter(int page)
Parametrar
page
int: Sidnummer att infoga tabellen efter.
Returnerar
TableOptions : Instans av aktuella Documentize.TableOptions.
InsertPageBefore(int)
Infogar en sida före angiven sida.
public TableOptions InsertPageBefore(int page)
Parametrar
page
int: Sidnummer att infoga tabellen efter.
Returnerar
TableOptions : Instans av aktuella Documentize.TableOptions.
Namespace: Documentize Assembly: Documentize.dll