FixedColumnWidthWithTabSeparationStrategy(IReadOnlyListInt32, Int32) Constructor |
Constructor for this strategy. You must provide the start positions of the tokens. The first token implicitely has position 0.
Furthermore you must provide a tab size that is used to calculate the tabbed positions.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public FixedColumnWidthWithTabSeparationStrategy(
IReadOnlyList<int> startPositions,
int tabSize
)
Parameters
- startPositions IReadOnlyListInt32
- List of starting tabbed positions.
- tabSize Int32
- Size of the tabulator (i.e. how many spaces at maximum substitutes one tabulator)
See Also