Class StyleRef

  • All Implemented Interfaces:
    Ref

    public class StyleRef
    extends java.lang.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
    • Constructor Detail

      • StyleRef

        public StyleRef()
    • Method Detail

      • getBookName

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

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

        public java.lang.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