public static class CommandLine.Help.Column extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CommandLine.Help.Column.OverflowPolicy for handling text that is longer than the column width:
  span multiple columns, wrap to the next row, or simply truncate the portion that doesn't fit. | 
| Modifier and Type | Field and Description | 
|---|---|
| int | indentIndent (number of empty spaces at the start of the column preceding the text value) | 
| CommandLine.Help.Column.Overflow | overflowPolicy that determines how to handle values larger than the column width. | 
| int | widthColumn width in characters | 
| Constructor and Description | 
|---|
| Column(int width,
      int indent,
      CommandLine.Help.Column.Overflow overflow) | 
public final int width
public int indent
public final CommandLine.Help.Column.Overflow overflow
public Column(int width,
              int indent,
              CommandLine.Help.Column.Overflow overflow)