com.lowagie.text
public class MarkedObject extends Object implements Element
Field Summary | |
---|---|
protected Element | element The element that is wrapped in a MarkedObject. |
protected Properties | markupAttributes Contains extra markupAttributes |
Constructor Summary | |
---|---|
protected | MarkedObject()
This constructor is for internal use only. |
MarkedObject(Element element)
Creates a MarkedObject. |
Method Summary | |
---|---|
ArrayList | getChunks()
Gets all the chunks in this element.
|
Properties | getMarkupAttributes() |
boolean | process(ElementListener listener)
Processes the element by adding it (or the different parts) to an
ElementListener .
|
void | setMarkupAttribute(String key, String value) |
int | type()
Gets the type of the text element.
|
Returns: an ArrayList
Returns: the markupAttributes
ElementListener
.
Parameters: listener an ElementListener
Returns: true
if the element was processed successfully
Returns: a type