public interface XBEditableDocument extends XBDocument
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears all data in this document.
|
XBBlock |
findBlockByIndex(long index)
Finds block using depth-first traversal index.
|
void |
setExtendedArea(java.io.InputStream source)
Sets extended data area.
|
void |
setRootBlock(XBBlock block)
Sets root block of the document.
|
getDocumentSize, getExtendedArea, getExtendedAreaSize, getRootBlockvoid setRootBlock(XBBlock block)
block - the block to use as root block for this documentvoid setExtendedArea(java.io.InputStream source)
source - data streamvoid clear()
XBBlock findBlockByIndex(long index)
index - order of the block in document