public class EmbeddedElement extends Object implements com.itextpdf.text.Element
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,Object> |
attributes |
ALIGN_BASELINE, ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_JUSTIFIED, ALIGN_JUSTIFIED_ALL, ALIGN_LEFT, ALIGN_MIDDLE, ALIGN_RIGHT, ALIGN_TOP, ALIGN_UNDEFINED, ANCHOR, ANNOTATION, AUTHOR, BODY, CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFBLOCK, CCITT_ENDOFLINE, CCITTG3_1D, CCITTG3_2D, CCITTG4, CHAPTER, CHUNK, CREATIONDATE, CREATOR, DIV, HEADER, IMGRAW, IMGTEMPLATE, JBIG2, JPEG, JPEG2000, KEYWORDS, LANGUAGE, LIST, LISTITEM, MARKED, PARAGRAPH, PHRASE, PRODUCER, PTABLE, RECTANGLE, SECTION, SUBJECT, TITLE, WRITABLE_DIRECT, YMARK| Constructor and Description |
|---|
EmbeddedElement(String embedValue) |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,Object> |
getAttributes() |
List |
getChunks() |
String |
getEmbedValue() |
com.itextpdf.text.Font |
getFont() |
Positioner |
getPositioner() |
boolean |
isContent() |
boolean |
isNestable() |
boolean |
isRaw() |
boolean |
isUri() |
boolean |
process(com.itextpdf.text.ElementListener listener) |
void |
setAttributes(HashMap<String,Object> attributes) |
void |
setFont(com.itextpdf.text.Font font) |
void |
setPositioner(Positioner positioner) |
void |
setRaw(boolean isRaw) |
void |
setUri(boolean isUri) |
int |
type() |
public EmbeddedElement(String embedValue)
embedValue -
public boolean isUri()
public void setUri(boolean isUri)
isUri - the isUri to set
public boolean isRaw()
public void setRaw(boolean isRaw)
isRaw - the isRaw to set
public String getEmbedValue()
public void setFont(com.itextpdf.text.Font font)
public com.itextpdf.text.Font getFont()
public boolean process(com.itextpdf.text.ElementListener listener)
process in interface com.itextpdf.text.Element
public int type()
type in interface com.itextpdf.text.Element
public boolean isContent()
isContent in interface com.itextpdf.text.Element
public boolean isNestable()
isNestable in interface com.itextpdf.text.Element
public ListgetChunks()
getChunks in interface com.itextpdf.text.Element
public Positioner getPositioner()
public void setPositioner(Positioner positioner)
Copyright (C) 1998-2019 iText Group NV. All Rights Reserved.