Break type of the line.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[FlagsAttribute]
public enum LineType
<FlagsAttribute>
Public Enumeration LineType
[FlagsAttribute]
public enum class LineType
[<FlagsAttribute>]
type LineType
Members
|
Member name
|
Value
|
Description
|
|
None
|
0
|
Unknown type line.
|
|
NewLineBreak
|
1
|
The line has new line symbol.
|
|
LayoutBreak
|
2
|
layout break.
|
|
FirstParagraphLine
|
4
|
The line is the first in the paragraph.
|
|
LastParagraphLine
|
8
|
The line is the last in the paragraph.
|
See Also