Package io.keikai.model.sys.dependency
Class StyleRef
- java.lang.Object
-
- io.keikai.model.sys.dependency.StyleRef
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.keikai.model.sys.dependency.Ref
Ref.RefType
-
-
Constructor Summary
Constructors Constructor Description StyleRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBookName()
int
getColumn()
int
getLastColumn()
int
getLastRow()
int
getLastSheetIndex()
String
getLastSheetName()
int
getRow()
int
getSheetIndex()
String
getSheetName()
Ref.RefType
getType()
-
-
-
Field Detail
-
inst
public static StyleRef inst
-
-
Method Detail
-
getType
public Ref.RefType getType()
-
getBookName
public String getBookName()
- Specified by:
getBookName
in interfaceRef
-
getSheetName
public String getSheetName()
- Specified by:
getSheetName
in interfaceRef
-
getLastSheetName
public String getLastSheetName()
- Specified by:
getLastSheetName
in interfaceRef
-
getLastRow
public int getLastRow()
- Specified by:
getLastRow
in interfaceRef
-
getLastColumn
public int getLastColumn()
- Specified by:
getLastColumn
in interfaceRef
-
getSheetIndex
public int getSheetIndex()
- Specified by:
getSheetIndex
in interfaceRef
-
getLastSheetIndex
public int getLastSheetIndex()
- Specified by:
getLastSheetIndex
in interfaceRef
-
-