public class IndirectObject extends Base
| Constructor and Description |
|---|
IndirectObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
addContent(String Value) |
void |
addDictionaryContent(String Value) |
void |
addStreamContent(Object value) |
void |
clear() |
int |
getByteOffset() |
int |
getGeneration() |
String |
getIndirectReference() |
boolean |
getInUse() |
int |
getNumberID() |
protected String |
render() |
void |
setByteOffset(int Value) |
void |
setContent(String Value) |
void |
setDictionaryContent(String Value) |
void |
setGeneration(int Value) |
void |
setInUse(boolean Value) |
void |
setNumberID(int Value) |
void |
setStreamContent(String Value) |
String |
toPDFString() |
int |
write(OutputStream out) |
public void setNumberID(int Value)
public int getNumberID()
public void setGeneration(int Value)
public int getGeneration()
public String getIndirectReference()
public void setByteOffset(int Value)
public int getByteOffset()
public void setInUse(boolean Value)
public boolean getInUse()
public void addContent(String Value)
public void setContent(String Value)
public void addDictionaryContent(String Value)
public void setDictionaryContent(String Value)
public void addStreamContent(Object value)
public void setStreamContent(String Value)
protected String render()
public String toPDFString()
toPDFString in class Basepublic int write(OutputStream out) throws IOException
IOExceptionCopyright © 2016. All rights reserved.