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:
- 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.
Constructors
TextLine(Int32, Int32, Int32, Single, Int32, Boolean, Boolean, Boolean) | Initializes a new instance of the TextLine class. |
Properties
HardReturn | Gets or sets a value indicating if the line ends with a hard return. |
Hyphenate | Gets or sets a value indicating if the line is to be hyphenated. |
Length | Gets or sets the length of the lines text. |
MWidth | Gets or sets the mwidth of the line. |
NewParagraph | Gets or sets a value indicating if the line begins a paragraph. |
SpaceCount | Gets or sets the space count for the line. |
Start | Gets or sets the start index of the lines text. |
YOffset | Gets 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) |