The LineBreakFragment type exposes the following members.

Properties

  NameDescription
Public propertyActions
The actions that the PDF reader will execute when this link is clicked.
(Inherited from Fragment.)
Public propertyBackground
Get or set the brush that is used to paint the background of the fragment.
(Inherited from Fragment.)
Public propertyBold
Get or set if the text appears bold.
(Inherited from Fragment.)
Public propertyDoubleUnderline
Get or set if the fragment is rendered with a double underline.
(Inherited from Fragment.)
Public propertyFont
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.)
Public propertyFontSize
Font size in points.
(Inherited from Fragment.)
Public propertyHasContextFields
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.)
Public propertyItalic
Get or set if the text appears italic.
(Inherited from Fragment.)
Public propertyKeepWithNext
Get or set if the next fragment is started on the same line as this fragment.
(Inherited from Fragment.)
Public propertyNote
Get or set the note to be inserted.
(Inherited from Fragment.)
Public propertyOutline
Get or set if the fragment is rendered as an outline.
(Inherited from Fragment.)
Public propertyPreserveWhiteSpace
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.)
Public propertyReadDirection
Get or set the direction of the text fragment.
(Inherited from Fragment.)
Public propertyReference
Use this paragraph to resolve context fields.
(Inherited from Fragment.)
Public propertyShowLinkBorder
If true a black 1pt outline is drawn around the clickable area of the link.
(Inherited from Fragment.)
Public propertyStrikeOut
Get or set if the fragment is rendered striked out.
(Inherited from Fragment.)
Public propertySubscript
Get or set if the fragment is rendered as subscript.
(Inherited from Fragment.)
Public propertySuperscript
Get or set if the fragment is rendered as superscript.
(Inherited from Fragment.)
Public propertySuppressSpaceBefore
Suppress the insertion of an extra space between two successive fragments.
(Inherited from Fragment.)
Public propertyTabSize
If PreserveWhiteSpace is true, each tab character (\t) is replaced by TabSize number of spaces. Default is 3.
(Inherited from Fragment.)
Public propertyText
The content of this fragment.
(Inherited from Fragment.)
Public propertyTextColor
Get or set the color of the text and decoration.
(Inherited from Fragment.)
Public propertyTrimStartOfLine
If PreserveWhiteSpace is true, for each (see remarks) line the leading whitespaces will be removed.
(Inherited from Fragment.)
Public propertyUnderline
Get or set if the fragment is rendered with an underline.
(Inherited from Fragment.)

See Also