Class OldFfn

java.lang.Object
org.apache.poi.hwpf.model.OldFfn

@Internal public final class OldFfn extends Object
Word 6.0 Font information
  • Constructor Details

    • OldFfn

      public OldFfn(byte charsetIdentifier, String fontName, String altFontName, int length)
  • Method Details

    • getChs

      public byte getChs()
    • getMainFontName

      public String getMainFontName()
    • getAltFontName

      public String getAltFontName()
      Returns:
      altFontName if it exists, null otherwise
    • getLength

      public int getLength()
      Returns:
      length in bytes for this record
    • toString

      public String toString()
      Overrides:
      toString in class Object