Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.Models.Pdf.Shapes

FragmentModel Class

csharp
public class FragmentModel

Inheritance System.Object 🡒 FragmentModel

Properties
ActionsTrue if Actions holds one or more actions.
BackgroundGet or set the brush that is used to paint the background of the fragment.
BoldGet or set if the text appears bold.
BrushThe brush that is used to fill this text. (default = Black - SolidBrush)
DoubleUnderlineGet or set if the fragment is rendered with a double underline.
FontThe font for this fragment. You can use one of the 14 standard PDF fonts or a TrueType font.
FontSizeFont size in points. Fontsize 0 will autosize when the fragment is single
in a MultilineTextShape.
ItalicGet or set if the text appears italic.
KeepWithNextGet or set if the next fragment is started on the same line as this fragment.
OverlineGet or set if the fragment is rendered with an overline.
PenUsed to draw the curves on this text. (default = null)
PreserveWhiteSpacePreserve spaces, tabs (\t), carriage returns (\r) and line feeds (\n).
Set this property to true to include preformatted text like code fragments.
ReadDirectionGet the read direction for the fragments words.
ShowLinkBorderIf true a black 1pt outline is drawn around the clickable area of the link.
StrikeOutGet or set if the fragment is rendered struck out.
SubscriptGet or set if the fragment is rendered as subscript.
SuperscriptGet or set if the fragment is rendered as superscript.
SuppressSpaceBeforeSuppress the insertion of an extra space between two successive fragments.
TextGet or set the content of this fragment.
TextColorGet or set the color of the text and decoration, see remarks
TrimStartOfLineIf PreserveWhiteSpace is true, for each (see remarks) line the leading whitespaces will be removed.
UnderlineGet or set if the fragment is rendered with an underline.