Method: RBPDF#getHtmlAnchorPosition
- Defined in:
- lib/rbpdf.rb
#getHtmlAnchorPosition(anchor) ⇒ Object Also known as: get_html_anchor_position
Outputs HTML anchor position
- @param string :anchor
-
html anchor id
- @return array
- Page, Y
-
of anchor
- @access public
8648 8649 8650 |
# File 'lib/rbpdf.rb', line 8648 def getHtmlAnchorPosition(anchor) @html_anchors[anchor] end |