LatinTextLineList

Represents a Latin text line list.

public class LatinTextLineList : TextLineList
Public Class LatinTextLineList
    Inherits TextLineList

Inheritance: ObjectTextLineListLatinTextLineList

Licensing Info

This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Constructors

LatinTextLineList(Char[], Int32, Int32, Single, Single, Font, Single)Initializes a new instance of the LatinTextLineList class.

Properties

AutoLeadingGets or sets whether the leading of the text line list should be calculated automatically.
(Inherited from TextLineList)
CleanParagraphBreaksGets or sets if the text line list should have clean paragraph breaks.
(Inherited from TextLineList)
CountGets the number of lines in the text line list.
(Inherited from TextLineList)
FontGets or sets the font of the text line list.
(Inherited from TextLineList)
FontSizeGets or sets the font size of the text line list.
(Inherited from TextLineList)
HeightGets or sets the height of the text line list.
(Inherited from TextLineList)
LeadingGets or sets the leading of the text line list.
(Inherited from TextLineList)
ParagraphIndentGets or sets the paragraph indention of the text line list.
(Inherited from TextLineList)
ParagraphSpacingGets or sets the paragraph spacing of the text line list.
(Inherited from TextLineList)
VisibleLineCountGets the number of lines that will be drawn.
(Inherited from TextLineList)
WidthGets or set the width of the text line list.
(Inherited from TextLineList)

Methods

Draw(OperatorWriter, Single, Single, TextAlign, Color, Boolean, Boolean)Draws the text line list to the given PageWriter object.
(Inherited from TextLineList)
Draw(OperatorWriter, Single, Single, TextAlign, Color, Boolean, Int32, Int32, Boolean)Draws the text line list to the given PageWriter object.
(Inherited from TextLineList)
Draw(OperatorWriter, Single, Single, TextAlign, Color, Boolean, Int32, Int32, Boolean, Boolean)Draws the text line list to the given PageWriter object.
(Inherited from TextLineList)
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.
(Inherited from TextLineList)
GetMaximumWidth()Get the maximum width of text in the line list.
(Inherited from TextLineList)
GetOverflow(Single, Single)Returns the overflow lines for the text line list.
GetOverflowText()Returns the overflow text of the text line list.
GetRequiredHeight(Int32)Returns the required height for the all the text to display.
(Inherited from TextLineList)
GetText()returns the text of the text line list.
(Inherited from TextLineList)
GetTextHeight()Returns the height of the visible text.
(Inherited from TextLineList)
GetTextHeight(Int32)Returns the height of the visible text.
(Inherited from TextLineList)
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.
(Inherited from TextLineList)
SetText(String)Sets the text of the text line list to a new value.
(Inherited from TextLineList)
ToString()Returns a String that represents the current Object .
(Inherited from Object)

See Also

ceTe.DynamicPDF.Text

In this topic