Class Hyphen

java.lang.Object
com.itextpdf.layout.hyphenation.Hyphen

public class Hyphen extends Object
Represents a hyphen.
  • Field Details

    • preBreak

      public String preBreak
      pre break string
    • noBreak

      public String noBreak
      no break string
    • postBreak

      public String postBreak
      post break string
  • Constructor Details

    • Hyphen

      Hyphen(String pre, String no, String post)
      Construct a hyphen.
      Parameters:
      pre - break string
      no - break string
      post - break string
    • Hyphen

      Hyphen(String pre)
      Construct a hyphen.
      Parameters:
      pre - break string
  • Method Details