The LineBreakFragment type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Actions |
The actions that the PDF reader will execute when this link is clicked.
(Inherited from Fragment.) | |
| Background |
Get or set the brush that is used to paint the background of the fragment.
(Inherited from Fragment.) | |
| Bold |
Get or set if the text appears bold.
(Inherited from Fragment.) | |
| DoubleUnderline |
Get or set if the fragment is rendered with a double underline.
(Inherited from Fragment.) | |
| Font |
The font for this fragment. You can use one of the 14 standard PDF fonts or a TrueType font.
Note that the TrueType functionality is available in the Professional edition only.
(Inherited from Fragment.) | |
| FontSize |
Font size in points.
(Inherited from Fragment.) | |
| HasContextFields |
If set the text property is scanned for
fields and these are substituted during PDF generation.
If Reference is not nullNothingnullptra null reference (Nothing in Visual Basic), this property is ignored.
(Inherited from Fragment.) | |
| Italic |
Get or set if the text appears italic.
(Inherited from Fragment.) | |
| KeepWithNext |
Get or set if the next fragment is started on the same line as this fragment.
(Inherited from Fragment.) | |
| Note |
Get or set the note to be inserted.
(Inherited from Fragment.) | |
| Outline |
Get or set if the fragment is rendered as an outline.
(Inherited from Fragment.) | |
| PreserveWhiteSpace |
Preserve spaces, tabs (\t), carriage returns (\r) and line feeds (\n).
Set this property to true to include preformatted text like code fragments.
(Inherited from Fragment.) | |
| ReadDirection |
Get or set the direction of the text fragment.
(Inherited from Fragment.) | |
| Reference |
Use this paragraph to resolve context fields.
(Inherited from Fragment.) | |
| ShowLinkBorder |
If true a black 1pt outline is drawn around the clickable area of the link.
(Inherited from Fragment.) | |
| StrikeOut |
Get or set if the fragment is rendered striked out.
(Inherited from Fragment.) | |
| Subscript |
Get or set if the fragment is rendered as subscript.
(Inherited from Fragment.) | |
| Superscript |
Get or set if the fragment is rendered as superscript.
(Inherited from Fragment.) | |
| SuppressSpaceBefore |
Suppress the insertion of an extra space between two successive fragments.
(Inherited from Fragment.) | |
| TabSize |
If PreserveWhiteSpace is true, each tab character (\t) is replaced by
TabSize number of spaces. Default is 3.
(Inherited from Fragment.) | |
| Text |
The content of this fragment.
(Inherited from Fragment.) | |
| TextColor |
Get or set the color of the text and decoration.
(Inherited from Fragment.) | |
| TrimStartOfLine |
If PreserveWhiteSpace is true, for each (see remarks) line the leading whitespaces will be removed.
(Inherited from Fragment.) | |
| Underline |
Get or set if the fragment is rendered with an underline.
(Inherited from Fragment.) |