mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
リポジトリ更新
This commit is contained in:
parent
a0deb45fa0
commit
7eca8e9528
|
@ -6,6 +6,7 @@ public interface DocumentProcessor {
|
|||
|
||||
// ページ操作
|
||||
void addNewPageToLast(Bitmap bitmap);
|
||||
void addNewPagesToLast(Bitmap[] bitmaps);
|
||||
void addNewPageAfterIndex(Bitmap bitmap, int index);
|
||||
void addNewPageBeforeIndex(Bitmap bitmap, int index);
|
||||
void removePageAtIndex(int index);
|
||||
|
|
Loading…
Reference in New Issue
Block a user