is_inline
Description:
Indicates whether the link currently displays some or all of its content inline.
Ordinary HTML links will usually return false
, but an inline <src> HTML element will return true
.
Parameters:
this |
an Hyperlink |
Returns:
whether or not this link displays its content inline. |