The Fragment type exposes the following members.

Properties

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

See Also