Class LineType
Break type of the line.
Inheritance
System.Object
LineType
Namespace: Syncfusion.Pdf.Graphics
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public sealed class LineType : Enum
Fields
FirstParagraphLine
The line is the first in the paragraph.
Declaration
public const LineType FirstParagraphLine
Field Value
Type |
---|
LineType |
LastParagraphLine
The line is the last in the paragraph.
Declaration
public const LineType LastParagraphLine
Field Value
Type |
---|
LineType |
LayoutBreak
layout break.
Declaration
public const LineType LayoutBreak
Field Value
Type |
---|
LineType |
NewLineBreak
The line has new line symbol.
Declaration
public const LineType NewLineBreak
Field Value
Type |
---|
LineType |
None
Unknown type line.
Declaration
public const LineType None
Field Value
Type |
---|
LineType |