Class: Gnm::WorkbookView
- Inherits:
-
GOffice::View
- Object
- GOffice::View
- Gnm::WorkbookView
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#auto_expr_descr ⇒ String
Auto-expr-descr.
- #auto_expr_descr=(auto_expr_descr) ⇒ String
-
#auto_expr_eval_pos=(auto_expr_eval_pos) ⇒ Gnm::EvalPos
Auto-expr-eval-pos.
-
#auto_expr_func ⇒ Gnm::Func
Auto-expr-func.
- #auto_expr_func=(auto_expr_func) ⇒ Gnm::Func
- #auto_expr_max_precision=(auto_expr_max_precision) ⇒ Boolean
-
#auto_expr_max_precision? ⇒ Boolean
Auto-expr-max-precision.
-
#auto_expr_value ⇒ Gnm::Value
Auto-expr-value.
- #auto_expr_value=(auto_expr_value) ⇒ Gnm::Value
- #do_auto_completion=(do_auto_completion) ⇒ Boolean
-
#do_auto_completion? ⇒ Boolean
Do-auto-completion.
-
#initialize(uri, file_opener, io_context, encoding) ⇒ Gnm::WorkbookView
constructor
Reads uri file using given file opener file_opener, or probes for a valid possibility if file_opener is nil.
-
#preferred_height ⇒ Integer
Preferred-height.
- #preferred_height=(preferred_height) ⇒ Integer
-
#preferred_width ⇒ Integer
Preferred-width.
- #preferred_width=(preferred_width) ⇒ Integer
- #protected=(protected) ⇒ Boolean
-
#protected? ⇒ Boolean
Protected.
-
#save(cc) ⇒ Boolean
Saves wbv and workbook it's attached to into file assigned to the workbook using workbook's file saver.
-
#save_as(fs, uri, cc) ⇒ Boolean
Saves wbv and workbook it's attached to into uri file using fs file saver.
-
#save_to_output(fs, output, io_context) ⇒ nil
NOTE : Temporary api until we get the new output framework.
- #save_to_uri(fs, uri, io_context) ⇒ nil
- #show_extension_markers=(show_extension_markers) ⇒ Boolean
-
#show_extension_markers? ⇒ Boolean
Show-extension-markers.
- #show_function_cell_markers=(show_function_cell_markers) ⇒ Boolean
-
#show_function_cell_markers? ⇒ Boolean
Show-function-cell-markers.
- #show_horizontal_scrollbar=(show_horizontal_scrollbar) ⇒ Boolean
-
#show_horizontal_scrollbar? ⇒ Boolean
Show-horizontal-scrollbar.
- #show_notebook_tabs=(show_notebook_tabs) ⇒ Boolean
-
#show_notebook_tabs? ⇒ Boolean
Show-notebook-tabs.
- #show_vertical_scrollbar=(show_vertical_scrollbar) ⇒ Boolean
-
#show_vertical_scrollbar? ⇒ Boolean
Show-vertical-scrollbar.
-
#workbook ⇒ Gnm::Workbook
Workbook.
- #workbook=(workbook) ⇒ Gnm::Workbook
Constructor Details
#initialize(uri, file_opener, io_context, encoding) ⇒ Gnm::WorkbookView
Reads uri file using given file opener file_opener, or probes for a valid possibility if file_opener is nil. Reports problems to io_context. or nil on error.
Instance Method Details
#auto_expr_descr ⇒ String
Returns auto-expr-descr.
#auto_expr_descr=(auto_expr_descr) ⇒ String
#auto_expr_eval_pos=(auto_expr_eval_pos) ⇒ Gnm::EvalPos
Returns auto-expr-eval-pos.
#auto_expr_func ⇒ Gnm::Func
Returns auto-expr-func.
#auto_expr_func=(auto_expr_func) ⇒ Gnm::Func
#auto_expr_max_precision=(auto_expr_max_precision) ⇒ Boolean
#auto_expr_max_precision? ⇒ Boolean
Returns auto-expr-max-precision.
#auto_expr_value ⇒ Gnm::Value
Returns auto-expr-value.
#auto_expr_value=(auto_expr_value) ⇒ Gnm::Value
#do_auto_completion=(do_auto_completion) ⇒ Boolean
#do_auto_completion? ⇒ Boolean
Returns do-auto-completion.
#preferred_height ⇒ Integer
Returns preferred-height.
#preferred_height=(preferred_height) ⇒ Integer
#preferred_width ⇒ Integer
Returns preferred-width.
#preferred_width=(preferred_width) ⇒ Integer
#protected=(protected) ⇒ Boolean
#protected? ⇒ Boolean
Returns protected.
#save(cc) ⇒ Boolean
Saves wbv and workbook it's attached to into file assigned to the workbook using workbook's file saver. If the workbook has no file saver assigned to it, default file saver is used instead.
#save_as(fs, uri, cc) ⇒ Boolean
Saves wbv and workbook it's attached to into uri file using fs file saver. If the format sufficiently advanced make it the saver and update the uri.
#save_to_output(fs, output, io_context) ⇒ nil
NOTE : Temporary api until we get the new output framework.
#save_to_uri(fs, uri, io_context) ⇒ nil
#show_extension_markers=(show_extension_markers) ⇒ Boolean
#show_extension_markers? ⇒ Boolean
Returns show-extension-markers.
#show_function_cell_markers=(show_function_cell_markers) ⇒ Boolean
#show_function_cell_markers? ⇒ Boolean
Returns show-function-cell-markers.
#show_horizontal_scrollbar=(show_horizontal_scrollbar) ⇒ Boolean
#show_horizontal_scrollbar? ⇒ Boolean
Returns show-horizontal-scrollbar.
#show_notebook_tabs=(show_notebook_tabs) ⇒ Boolean
#show_notebook_tabs? ⇒ Boolean
Returns show-notebook-tabs.
#show_vertical_scrollbar=(show_vertical_scrollbar) ⇒ Boolean
#show_vertical_scrollbar? ⇒ Boolean
Returns show-vertical-scrollbar.
#workbook ⇒ Gnm::Workbook
Returns workbook.