Class | PDF::Writer::TagAlink |
In: |
lib/pdf/writer.rb
|
Parent: | Object |
A callback to support the formation of clickable links to external locations.
DEFAULT_STYLE | = | { :color => Color::RGB::Blue, :text_color => Color::RGB::Blue, :draw_line => true, :line_style => { :dash => PDF::Writer::StrokeStyle::SOLID_LINE }, :factor => 0.05 | The default anchored link style. |
style | [RW] |
Sets the style for <c:alink> callback underlines that follow. This is
expected to be a hash with the following keys:
Set this to nil to get the default style. |