|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.hccp.pdf.Body
The body of a PDF file consists of a sequence of indirect objects representing the contents of a document.
IndirectObject,
DocumentObject| Constructor Summary | |
Body()
|
|
| Method Summary | |
void |
addObject(org.hccp.pdf.DocumentObject documentobject)
This method is used to add a DocumentObject to this
Body. |
java.util.Vector |
getBodyObjects()
This method returns a Vector of this Body's collected objects. |
org.hccp.pdf.Numeric |
getSize()
This method returns the total size as a Numeric, in bytes, of this
Body's collected objects, |
java.lang.String |
getValue()
This method cycles through it's collected objects, calling getValue() on each, returning the ASCII encoded PDF representation of the object and child objects. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Body()
| Method Detail |
public void addObject(org.hccp.pdf.DocumentObject documentobject)
DocumentObject to this
Body.
DocumentObjectpublic java.lang.String getValue()
getValue in interface DocumentObjectpublic org.hccp.pdf.Numeric getSize()
Numeric, in bytes, of this
Body's collected objects,
Numeric representation of the Body sizepublic java.util.Vector getBodyObjects()
DocumentObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||