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)
-
Constructor Details
-
BookmarkElement
public BookmarkElement()
-
-
Method Details
-
getIntrinsicWidth
public int getIntrinsicWidth()- Specified by:
getIntrinsicWidthin interfacecom.openhtmltopdf.extend.ReplacedElement
-
getIntrinsicHeight
public int getIntrinsicHeight()- Specified by:
getIntrinsicHeightin interfacecom.openhtmltopdf.extend.ReplacedElement
-
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
-
setAnchorName
-
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
-