mirror of
				https://github.com/lacerta-doc/Lacerta.git
				synced 2025-09-09 12:09:25 +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