Package io.keikai.api.model
Interface Chart
- All Known Implementing Classes:
ChartImpl
public interface Chart
This interface provides the access to a chart of a sheet.
- Since:
- 3.0.0
- Author:
- dennis
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumstatic enumstatic enum -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()Returns the name.voidsetDataRange(Range range) change the data range and rerendervoidSets the name.
-
Method Details
-
getId
String getId() -
getAnchor
SheetAnchor getAnchor() -
setDataRange
change the data range and rerender- Parameters:
range-- Since:
- 5.11.0
-
getName
String getName()Returns the name.- Returns:
- name
- Since:
- 6.2.0
-
setName
Sets the name.- Since:
- 6.2.0
-