Class Hyphen

java.lang.Object
org.apache.fop.hyphenation.Hyphen
All Implemented Interfaces:
Serializable

public class Hyphen extends Object implements Serializable
Represents a hyphen.
See Also:
  • Field Details

    • preBreak

      public String preBreak
      pre break string
    • noBreak

      public String noBreak
      no break string
    • postBreak

      public String postBreak
      post break string
  • Method Details