Package com.openhtmltopdf.pdfboxout
Class BookmarkElement
- java.lang.Object
-
- com.openhtmltopdf.pdfboxout.BookmarkElement
-
- All Implemented Interfaces:
com.openhtmltopdf.extend.ReplacedElement,PdfBoxReplacedElement
public class BookmarkElement extends Object implements PdfBoxReplacedElement
-
-
Constructor Summary
Constructors Constructor Description BookmarkElement()
-
Method Summary
Modifier and Type Method Description voiddetach(com.openhtmltopdf.layout.LayoutContext c)StringgetAnchorName()intgetBaseline()intgetIntrinsicHeight()intgetIntrinsicWidth()PointgetLocation()booleanhasBaseline()booleanisRequiresInteractivePaint()voidpaint(com.openhtmltopdf.render.RenderingContext c, PdfBoxOutputDevice outputDevice, com.openhtmltopdf.render.BlockBox box)voidsetAnchorName(String anchorName)voidsetLocation(int x, int y)
-
-
-
Method Detail
-
getIntrinsicWidth
public int getIntrinsicWidth()
- Specified by:
getIntrinsicWidthin interfacecom.openhtmltopdf.extend.ReplacedElement
-
getIntrinsicHeight
public int getIntrinsicHeight()
- Specified by:
getIntrinsicHeightin interfacecom.openhtmltopdf.extend.ReplacedElement
-
getLocation
public Point getLocation()
- Specified by:
getLocationin interfacecom.openhtmltopdf.extend.ReplacedElement
-
setLocation
public void setLocation(int x, int y)- Specified by:
setLocationin interfacecom.openhtmltopdf.extend.ReplacedElement
-
detach
public void detach(com.openhtmltopdf.layout.LayoutContext c)
- Specified by:
detachin interfacecom.openhtmltopdf.extend.ReplacedElement
-
getAnchorName
public String getAnchorName()
-
setAnchorName
public void setAnchorName(String anchorName)
-
isRequiresInteractivePaint
public boolean isRequiresInteractivePaint()
- Specified by:
isRequiresInteractivePaintin interfacecom.openhtmltopdf.extend.ReplacedElement
-
paint
public void paint(com.openhtmltopdf.render.RenderingContext c, PdfBoxOutputDevice outputDevice, com.openhtmltopdf.render.BlockBox box)- Specified by:
paintin interfacePdfBoxReplacedElement
-
getBaseline
public int getBaseline()
- Specified by:
getBaselinein interfacecom.openhtmltopdf.extend.ReplacedElement
-
hasBaseline
public boolean hasBaseline()
- Specified by:
hasBaselinein interfacecom.openhtmltopdf.extend.ReplacedElement
-
-