LatinLineBreaker

Represents a Latin line breaker.

public class LatinLineBreaker : LineBreaker
Public Class LatinLineBreaker
    Inherits LineBreaker

Inheritance: ObjectLineBreakerLatinLineBreaker

Licensing Info

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

Constructors

LatinLineBreaker()Initializes a new instance of the LatinLineBreaker class.

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)
GetLines(Char[], Int32, Int32, Single, Font, Single)Returns a TextLineList with the text broken into lines.
(Inherited from LineBreaker)
GetLines(Char[], Int32, Int32, Single, Single, Font, Single)Returns a TextLineList with the text broken into lines for Latin text.
GetLines(Char[], Single, Font, Single)Returns a TextLineList with the text broken into lines.
(Inherited from LineBreaker)
GetLines(Char[], Single, Single, Font, Single)Returns a TextLineList with the text broken into lines.
(Inherited from LineBreaker)
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a String that represents the current Object .
(Inherited from Object)

See Also

ceTe.DynamicPDF.Text

In this topic