Class: Gnm::HLink
- Inherits:
-
Object
- Object
- Gnm::HLink
- Defined in:
- (unknown)
Direct Known Subclasses
Class Method Summary collapse
Instance Method Summary collapse
-
#activate(wbcg) ⇒ Boolean
True if the link successfully activated.
-
#dup_to(sheet) ⇒ Gnm::HLink
A duplicate link.
-
#equal(b, relax_sheet) ⇒ Boolean
True, if links are equal.
-
#get_range_target(sr) ⇒ Boolean
This function determines the location that a link points to.
- #initialize(typ, sheet) ⇒ Gnm::HLink constructor
-
#sheet ⇒ Gnm::Sheet
The sheet.
-
#sheet=(sheet) ⇒ Gnm::Sheet
Sheet.
-
#target ⇒ String
lnk's target.
- #target=(url) ⇒ nil
-
#target_expr ⇒ Gnm::ExprTop
This function determines the location that a link points to.
-
#tip ⇒ String
lnk's tooltip.
- #tip=(tip) ⇒ nil
Constructor Details
#initialize(typ, sheet) ⇒ Gnm::HLink
Class Method Details
.init_ ⇒ nil
Instance Method Details
#activate(wbcg) ⇒ Boolean
Returns true if the link successfully activated.
#dup_to(sheet) ⇒ Gnm::HLink
Returns A duplicate link.
#equal(b, relax_sheet) ⇒ Boolean
Returns true, if links are equal.
#get_range_target(sr) ⇒ Boolean
This function determines the location that a link points to. It will resolve names.
#sheet ⇒ Gnm::Sheet
Returns the sheet.
#sheet=(sheet) ⇒ Gnm::Sheet
Returns sheet.
#target ⇒ String
Returns lnk's target.
#target=(url) ⇒ nil
#target_expr ⇒ Gnm::ExprTop
This function determines the location that a link points to.
#tip ⇒ String
Returns lnk's tooltip.