BaseParagraph Properties |
The BaseParagraph type exposes the following members.
Name | Description | |
---|---|---|
![]() | HorizontalAlignment |
Gets or sets a horizontal alignment of paragraph
|
![]() | Hyperlink |
Gets or sets the fragment hyperlink(for pdf generator).
|
![]() | IsFirstParagraphInColumn |
Gets or sets a bool value that indicates whether this paragraph will be at next column.
Default is false.(for pdf generation)
|
![]() | IsInLineParagraph |
Gets or sets a paragraph is inline.
Default is false.(for pdf generation)
|
![]() | IsInNewPage |
Gets or sets a bool value that force this paragraph generates at new page.
Default is false.(for pdf generation)
|
![]() | IsKeptWithNext |
Gets or sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph.
Default is false.(for pdf generation)
|
![]() | Margin |
Gets or sets a outer margin for paragraph (for pdf generation)
|
![]() | VerticalAlignment |
Gets or sets a vertical alignment of paragraph
|
![]() | ZIndex |
Gets or sets a int value that indicates the Z-order of the graph. A graph with larger ZIndex
will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative
ZIndex will be placed behind the text in the page.
|