The LineBreakFragment type exposes the following members.

Constructors

  NameDescription
Public methodLineBreakFragment
Create a new line break fragment.

Methods

  NameDescription
Public methodClone
Clones a Fragment.
(Inherited from Fragment.)
Protected methodCompose
Implement this method in a derived class to generate content dynamically.
(Inherited from Fragment.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRead(String)
Read from XML file.
(Inherited from Object.)
Public methodRead(XmlElement)
Read from XML element.
(Inherited from Object.)
Public methodRead(XmlReader)
Read from XML reader.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

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