Break type of the line.
Namespace: Spire.Pdf.GraphicsAssembly: 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
| Member | 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.
|