public class EnclosedContent extends Base
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<Object> |
content |
protected long |
length |
| Constructor and Description |
|---|
EnclosedContent() |
| Modifier and Type | Method and Description |
|---|---|
void |
addContent(Object o) |
void |
addNewLine() |
void |
addSpace() |
void |
clear() |
ArrayList<Object> |
getContent() |
boolean |
hasContent() |
long |
length() |
void |
setBeginKeyword(String Value,
boolean NewLineBefore,
boolean NewLineAfter) |
void |
setContent(String Value) |
void |
setEndKeyword(String Value,
boolean NewLineBefore,
boolean NewLineAfter) |
String |
toPDFString() |
int |
write(OutputStream out) |
public void setBeginKeyword(String Value, boolean NewLineBefore, boolean NewLineAfter)
public void setEndKeyword(String Value, boolean NewLineBefore, boolean NewLineAfter)
public boolean hasContent()
public void setContent(String Value)
public long length()
public void addContent(Object o)
public void addNewLine()
public void addSpace()
public String toPDFString()
toPDFString in class Basepublic int write(OutputStream out) throws IOException
IOExceptionCopyright © 2016. All rights reserved.