Resource Base
Table of contents

EnumLineEnding

enum EnumLineEnding {
    NONE = "none", 
    OPEN = "open",
    OPEN_REVERSE = "openReverse",
    CLOSED = "closed",
    CLOSED_REVERSE = "closedReverse",
    BUTT = "butt",
    SLASH = "slash",
    SQUARE = "square",
    DIAMOND = "diamond",
    CIRCLE = "circle",
}

Corresponding line endings

EnumLineEnding Corresponding line ending
NONE LineEnding None
OPEN LineEnding Open
OPEN_REVERSE LineEnding OpenR
CLOSED LineEnding Closed
CLOSED_REVERSE LineEnding ClosedR
BUTT LineEnding Butt
SLASH LineEnding Slash
SQUARE LineEnding Square
DIAMOND LineEnding Diamond
CIRCLE LineEnding Circle

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version(2.0)
    • Version 1.x
      • Version 1.1
    Change +