Class StyleRef

java.lang.Object
io.keikai.model.sys.dependency.StyleRef
All Implemented Interfaces:
Ref

public class StyleRef extends Object implements Ref
This is a marking class to control whether to update cell's style or just update cell's text. See RangeImpl#handleRefNotifyContentChange()
Since:
3.9.0
Author:
henrichen
  • Field Details

  • Constructor Details

    • StyleRef

      public StyleRef()
  • Method Details

    • getType

      public Ref.RefType getType()
      Specified by:
      getType in interface Ref
    • getBookName

      public String getBookName()
      Specified by:
      getBookName in interface Ref
    • getSheetName

      public String getSheetName()
      Specified by:
      getSheetName in interface Ref
    • getLastSheetName

      public String getLastSheetName()
      Specified by:
      getLastSheetName in interface Ref
    • getRow

      public int getRow()
      Specified by:
      getRow in interface Ref
    • getColumn

      public int getColumn()
      Specified by:
      getColumn in interface Ref
    • getLastRow

      public int getLastRow()
      Specified by:
      getLastRow in interface Ref
    • getLastColumn

      public int getLastColumn()
      Specified by:
      getLastColumn in interface Ref
    • getSheetIndex

      public int getSheetIndex()
      Specified by:
      getSheetIndex in interface Ref
    • getLastSheetIndex

      public int getLastSheetIndex()
      Specified by:
      getLastSheetIndex in interface Ref