Example #1
0
 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;
 }
Example #2
0
 public TableFormatGenerator(ExecutionContext context, TableFormatGeneratorOptions options)
     : base(context, FormatShape.Table, options)
 {
 }
Example #3
0
 public TableFormatGenerator(ExecutionContext context, TableFormatGeneratorOptions options)
     : base(context, FormatShape.Table, options)
 {
 }