HiraokaHyperTools.iTextSharp-LGPL  0.2.5
iTextSharp.text.pdf.hyphenation.Hyphen Class Reference

Public Member Functions

override String ToString ()
 

Public Attributes

String preBreak
 
String noBreak
 
String postBreak
 

Detailed Description

This class represents a hyphen. A 'full' hyphen is made of 3 parts: the pre-break text, post-break text and no-break. If no line-break is generated at this position, the no-break text is used, otherwise, pre-break and post-break are used. Typically, pre-break is equal to the hyphen character and the others are empty. However, this general scheme allows support for cases in some languages where words change spelling if they're split across lines, like german's 'backen' which hyphenates 'bak-ken'. BTW, this comes from TeX.

Author
Carlos Villegas cav@u.nosp@m.nisc.nosp@m.ope.c.nosp@m.o.jp

Member Function Documentation

◆ ToString()

override String iTextSharp.text.pdf.hyphenation.Hyphen.ToString ( )

Member Data Documentation

◆ noBreak

String iTextSharp.text.pdf.hyphenation.Hyphen.noBreak

◆ postBreak

String iTextSharp.text.pdf.hyphenation.Hyphen.postBreak

◆ preBreak

String iTextSharp.text.pdf.hyphenation.Hyphen.preBreak

The documentation for this class was generated from the following file: