Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.Models.Pdf.Shapes
FragmentModel Class
csharp
public class FragmentModel
Inheritance System.Object 🡒 FragmentModel
Properties | |
---|---|
Actions | True if Actions holds one or more actions. |
Background | Get or set the brush that is used to paint the background of the fragment. |
Bold | Get or set if the text appears bold. |
Brush | The brush that is used to fill this text. (default = Black - SolidBrush) |
DoubleUnderline | Get or set if the fragment is rendered with a double underline. |
Font | The font for this fragment. You can use one of the 14 standard PDF fonts or a TrueType font. |
FontSize | Font size in points. Fontsize 0 will autosize when the fragment is single in a MultilineTextShape. |
Italic | Get or set if the text appears italic. |
KeepWithNext | Get or set if the next fragment is started on the same line as this fragment. |
Overline | Get or set if the fragment is rendered with an overline. |
Pen | Used to draw the curves on this text. (default = null) |
PreserveWhiteSpace | Preserve spaces, tabs (\t), carriage returns (\r) and line feeds (\n). Set this property to true to include preformatted text like code fragments. |
ReadDirection | Get the read direction for the fragments words. |
ShowLinkBorder | If true a black 1pt outline is drawn around the clickable area of the link. |
StrikeOut | Get or set if the fragment is rendered struck out. |
Subscript | Get or set if the fragment is rendered as subscript. |
Superscript | Get or set if the fragment is rendered as superscript. |
SuppressSpaceBefore | Suppress the insertion of an extra space between two successive fragments. |
Text | Get or set the content of this fragment. |
TextColor | Get or set the color of the text and decoration, see remarks |
TrimStartOfLine | If PreserveWhiteSpace is true, for each (see remarks) line the leading whitespaces will be removed. |
Underline | Get or set if the fragment is rendered with an underline. |