Package io.keikai.model.sys.dependency
Class StyleRef
java.lang.Object
io.keikai.model.sys.dependency.StyleRef
- All Implemented Interfaces:
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.keikai.model.sys.dependency.Ref
Ref.RefType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
inst
-
-
Constructor Details
-
StyleRef
public StyleRef()
-
-
Method Details
-
getType
-
getBookName
- Specified by:
getBookNamein interfaceRef
-
getSheetName
- Specified by:
getSheetNamein interfaceRef
-
getLastSheetName
- Specified by:
getLastSheetNamein interfaceRef
-
getRow
public int getRow() -
getColumn
public int getColumn() -
getLastRow
public int getLastRow()- Specified by:
getLastRowin interfaceRef
-
getLastColumn
public int getLastColumn()- Specified by:
getLastColumnin interfaceRef
-
getSheetIndex
public int getSheetIndex()- Specified by:
getSheetIndexin interfaceRef
-
getLastSheetIndex
public int getLastSheetIndex()- Specified by:
getLastSheetIndexin interfaceRef
-