Break type of the line.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[FlagsAttribute]
public enum LineType
<FlagsAttribute> 
Public Enumeration LineType
[FlagsAttribute]
public enum class LineType
[<FlagsAttribute>]
type LineType

Members

MemberValueDescription
None0
Unknown type line.
NewLineBreak1
The line has new line symbol.
LayoutBreak2
layout break.
FirstParagraphLine4
The line is the first in the paragraph.
LastParagraphLine8
The line is the last in the paragraph.

See Also