Enum ParagraphItemType
Specifies type of the ParagraphItem.
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public enum ParagraphItemType
Fields
| Name | Description |
|---|---|
| BookmarkEnd | ParagraphItem is a end of bookmark. |
| BookmarkStart | ParagraphItem is a start of bookmark. |
| Break | PragraphItem is a break. |
| Canvas | ParagraphItem is a canvas. |
| Field | ParagraphItem is a field. |
| PageBreak | PragraphItem is a break. |
| Picture | ParagraphItem is a picture. |
| Table | ParagraphItem is a table. |
| TextBox | ParagraphItem is a textbox. |
| TextRange | ParagraphItem is a text. |