Class PhRun

java.lang.Object
org.apache.poi.hssf.record.common.PhRun

@Internal public class PhRun extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    PhRun(int phoneticTextFirstCharacterOffset, int realTextFirstCharacterOffset, int realTextLength)
     
    PhRun(PhRun other)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PhRun

      public PhRun(PhRun other)
    • PhRun

      public PhRun(int phoneticTextFirstCharacterOffset, int realTextFirstCharacterOffset, int realTextLength)
  • Method Details