Has nine overloads.

Collapse imageOverload List

  NameDescription
Public methodPhrase()()()()
Constructs a Phrase without specifying a leading.
Public methodPhrase(Single)
Constructs a Phrase with a certain leading.
Public methodPhrase(String)
Constructs a Phrase with a certain string.
Public methodPhrase(Chunk)
Constructs a Phrase with a certain Chunk.
Public methodPhrase(Phrase)
Initializes a new instance of the Phrase class
Public methodPhrase(Single, Chunk)
Constructs a Phrase with a certain Chunk and a certain leading.
Public methodPhrase(Single, String)
Constructs a Phrase with a certain leading and a certain string.
Public methodPhrase(String, Font)
Constructs a Phrase with a certain string and a certain Font.
Public methodPhrase(Single, String, Font)
Initializes a new instance of the Phrase class

Collapse imageSee Also