Suffix Property

What to append after each segment delimiter.

Syntax

public int getSuffix();
public void setSuffix(int suffix);

Enumerated values: public final static int suffixNone = 0; public final static int suffixCR = 1; public final static int suffixLF = 2; public final static int suffixCRLF = 3;

Default Value

0

Remarks

If Suffix is different from suffixNone, trailing (suffix) characters are appended after each segment delimiter. This is useful if you want to have a carriage return/line feed after each segment to make the document more readable.

This property is not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks X12 2020 Java Edition - Version 20.0 [Build 8155]