IPWorks EDI 2020 Kotlin Edition

Questions / Feedback?

Suffix Property

What to append after each segment delimiter.

Syntax

public var suffix: EdifactwriterSuffixes

public enum class EdifactwriterSuffixes(val value: Int) {
suffixNone(0),
suffixCR(1),
suffixLF(2),
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) 2021 /n software inc. - All rights reserved.
IPWorks EDI 2020 Kotlin Edition - Version 20.0 [Build 8033]