java.lang.Object
org.xhtmlrenderer.pdf.BookmarkElement
- All Implemented Interfaces:
org.xhtmlrenderer.extend.ReplacedElement,ITextReplacedElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddetach(org.xhtmlrenderer.layout.LayoutContext c) @Nullable Stringintintintbooleanbooleanvoidpaint(org.xhtmlrenderer.render.RenderingContext c, ITextOutputDevice outputDevice, org.xhtmlrenderer.render.BlockBox box) voidsetLocation(int x, int y)
-
Constructor Details
-
BookmarkElement
-
-
Method Details
-
getIntrinsicWidth
public int getIntrinsicWidth()- Specified by:
getIntrinsicWidthin interfaceorg.xhtmlrenderer.extend.ReplacedElement
-
getIntrinsicHeight
public int getIntrinsicHeight()- Specified by:
getIntrinsicHeightin interfaceorg.xhtmlrenderer.extend.ReplacedElement
-
getLocation
- Specified by:
getLocationin interfaceorg.xhtmlrenderer.extend.ReplacedElement
-
setLocation
public void setLocation(int x, int y) - Specified by:
setLocationin interfaceorg.xhtmlrenderer.extend.ReplacedElement
-
detach
public void detach(org.xhtmlrenderer.layout.LayoutContext c) - Specified by:
detachin interfaceorg.xhtmlrenderer.extend.ReplacedElement
-
getAnchorName
-
isRequiresInteractivePaint
public boolean isRequiresInteractivePaint()- Specified by:
isRequiresInteractivePaintin interfaceorg.xhtmlrenderer.extend.ReplacedElement
-
paint
public void paint(org.xhtmlrenderer.render.RenderingContext c, ITextOutputDevice outputDevice, org.xhtmlrenderer.render.BlockBox box) - Specified by:
paintin interfaceITextReplacedElement
-
getBaseline
public int getBaseline()- Specified by:
getBaselinein interfaceorg.xhtmlrenderer.extend.ReplacedElement
-
hasBaseline
public boolean hasBaseline()- Specified by:
hasBaselinein interfaceorg.xhtmlrenderer.extend.ReplacedElement
-