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()
Getter for the markup attributes. |
| boolean | isContent() |
| boolean | isNestable() |
| boolean | process(ElementListener listener)
Processes the element by adding it (or the different parts) to an
ElementListener.
|
| void | setMarkupAttribute(String key, String value)
Adds one markup attribute. |
| int | type()
Gets the type of the text element.
|
Returns: an ArrayList
Returns: the markupAttributes
Since: iText 2.0.8
See Also: isContent
Since: iText 2.0.8
See Also: isNestable
ElementListener.
Parameters: listener an ElementListener
Returns: true if the element was processed successfully
Returns: a type