UniversalLineBreaker

Represents a universal line breaker.

public class UniversalLineBreaker : LineBreaker
Public Class UniversalLineBreaker
    Inherits LineBreaker

Inheritance: ObjectLineBreakerUniversalLineBreaker

Licensing Info

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

Remarks

This line breaker works well for both CJK and many other types of text.

Constructors

UniversalLineBreaker()Initializes a new instance of the UniversalLineBreaker 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 or CJK 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