Package io.keikai.api.model
Interface Picture
-
- All Known Implementing Classes:
PictureImpl
public interface Picture
This interface provides the access to a picture of a sheet.- Since:
- 3.0.0
- Author:
- dennis
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Picture.Format
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SheetAnchor
getAnchor()
String
getId()
-
-
-
Method Detail
-
getId
String getId()
-
getAnchor
SheetAnchor getAnchor()
-
-