Class TableExportOptions

java.lang.Object
rma.swing.ExportOptions
rma.swing.table.TableExportOptions
Direct Known Subclasses:
TableExportOptions

public class TableExportOptions extends ExportOptions
  • Field Details

    • fixedWidthCols

      public boolean fixedWidthCols
      whether the columns should be fixed with
    • columnHeader

      public boolean columnHeader
      flag indicating whether the column headers should be written
    • rowHeader

      public boolean rowHeader
      flag indicating whether the column headers should be written
    • gridLines

      public boolean gridLines
      flag indicating whether grid lines should be written
  • Constructor Details

    • TableExportOptions

      public TableExportOptions()