protected override void BeginProcessing() { var tableOptions = new TableFormatGeneratorOptions(GetOptions()); tableOptions.AutoSize = AutoSize.IsPresent; tableOptions.HideTableHeaders = HideTableHeaders.IsPresent; tableOptions.Wrap = Wrap.IsPresent; tableOptions.Properties = Property; FormatManager.Options = tableOptions; }
public TableFormatGenerator(ExecutionContext context, TableFormatGeneratorOptions options) : base(context, FormatShape.Table, options) { }