Method: EideticPDF::DocumentWriter#tabs
- Defined in:
- lib/epdfdw.rb
#tabs(tabs = nil) ⇒ Object
Set horizontal tabs using an array of numbers or a comma-delimited string. If no tabs are specified, returns current tabs. Use false to clear current tab stops.
173 174 175 |
# File 'lib/epdfdw.rb', line 173 def tabs(tabs=nil) cur_page.tabs(tabs) end |