public interface Content
| Modifier and Type | Method and Description |
|---|---|
ContentStream |
getContent()
Retrieve the content of a document.
|
boolean |
hasContent()
return true if this object has content or false if there is no content
attached.
|
void |
setContent(ContentStream content)
Assign content to a document.
|
boolean hasContent()
ContentStream getContent()
offset - offset in content streamlength - length of content to returnvoid setContent(ContentStream content)
content - content to be assigned to the document.Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.