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:

Properties

AutoLeadingGets or sets whether the leading of the text line list should be calculated automatically.
CleanParagraphBreaksGets or sets if the text line list should have clean paragraph breaks.
CountGets the number of lines in the text line list.
FontGets or sets the font of the text line list.
FontSizeGets or sets the font size of the text line list.
HeightGets or sets the height of the text line list.
LeadingGets or sets the leading of the text line list.
ParagraphIndentGets or sets the paragraph indention of the text line list.
ParagraphSpacingGets or sets the paragraph spacing of the text line list.
VisibleLineCountGets the number of lines that will be drawn.
WidthGets 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)

See Also

ceTe.DynamicPDF.Text

In this topic