リポジトリ更新

This commit is contained in:
ろむねこ 2023-12-21 14:26:59 +09:00 committed by r-ca
parent a0deb45fa0
commit 7eca8e9528
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -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);