TextLine

Represents a line of text.

public class TextLine
Public Class TextLine

Inheritance: ObjectTextLine

Licensing Info

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

Constructors

TextLine(Int32, Int32, Int32, Single, Int32, Boolean, Boolean, Boolean)Initializes a new instance of the TextLine class.

Properties

HardReturnGets or sets a value indicating if the line ends with a hard return.
HyphenateGets or sets a value indicating if the line is to be hyphenated.
LengthGets or sets the length of the lines text.
MWidthGets or sets the mwidth of the line.
NewParagraphGets or sets a value indicating if the line begins a paragraph.
SpaceCountGets or sets the space count for the line.
StartGets or sets the start index of the lines text.
YOffsetGets or sets the y offset of the line.

Methods

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)
GetType()Gets the Type of the current instance.
(Inherited from Object)
GetWidth(Single)Returns the width of the line's text in points.
ToString()Returns a String that represents the current Object .
(Inherited from Object)

See Also

ceTe.DynamicPDF.Text

In this topic