TextLineList
Represents a list of text lines.
public abstract class TextLineList
Public MustInherit Class TextLineList
Inheritance: ObjectTextLineList
Derived: LatinTextLineList, UniversalTextLineList
Licensing Info
This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Properties
AutoLeading | Gets or sets whether the leading of the text line list should be calculated automatically. |
CleanParagraphBreaks | Gets or sets if the text line list should have clean paragraph breaks. |
Count | Gets the number of lines in the text line list. |
Font | Gets or sets the font of the text line list. |
FontSize | Gets or sets the font size of the text line list. |
Height | Gets or sets the height of the text line list. |
Leading | Gets or sets the leading of the text line list. |
ParagraphIndent | Gets or sets the paragraph indention of the text line list. |
ParagraphSpacing | Gets or sets the paragraph spacing of the text line list. |
VisibleLineCount | Gets the number of lines that will be drawn. |
Width | Gets or set the width of the text line list. |
Methods
Draw(OperatorWriter, Single, Single, TextAlign, Color, Boolean, Boolean) | Draws the text line list to the given PageWriter object. |
Draw(OperatorWriter, Single, Single, TextAlign, Color, Boolean, Int32, Int32, Boolean) | Draws the text line list to the given PageWriter object. |
Draw(OperatorWriter, Single, Single, TextAlign, Color, Boolean, Int32, Int32, Boolean, Boolean) | Draws the text line list to the given PageWriter object. |
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetLineCount(Int32, Single) | Returns the number of lines that will draw for the given height. |
GetMaximumWidth() | Get the maximum width of text in the line list. |
GetOverflow(Single, Single) | Returns an overflow TextLineList . |
GetOverflowText() | Returns the overflow text of the text line list. |
GetRequiredHeight(Int32) | Returns the required height for the all the text to display. |
GetText() | returns the text of the text line list. |
GetTextHeight() | Returns the height of the visible text. |
GetTextHeight(Int32) | Returns the height of the visible text. |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
HasOverflow() | Returns a value indicating if the text line list has overflow lines. |
SetText(Char[]) | Sets the text of the text line list to a new value. |
SetText(String) | Sets the text of the text line list to a new value. |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |