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