Class: Xberg::XlsxAppProperties
- Inherits:
-
Object
- Object
- Xberg::XlsxAppProperties
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#app_version ⇒ String?
Returns the value of attribute app_version.
-
#application ⇒ String?
Returns the value of attribute application.
-
#company ⇒ String?
Returns the value of attribute company.
-
#doc_security ⇒ Integer?
Returns the value of attribute doc_security.
-
#hyperlinks_changed ⇒ Boolean?
Returns the value of attribute hyperlinks_changed.
-
#links_up_to_date ⇒ Boolean?
Returns the value of attribute links_up_to_date.
-
#scale_crop ⇒ Boolean?
Returns the value of attribute scale_crop.
-
#shared_doc ⇒ Boolean?
Returns the value of attribute shared_doc.
-
#worksheet_names ⇒ Array[String]?
Returns the value of attribute worksheet_names.
Instance Method Summary collapse
-
#initialize ⇒ XlsxAppProperties
constructor
A new instance of XlsxAppProperties.
Constructor Details
#initialize ⇒ XlsxAppProperties
Returns a new instance of XlsxAppProperties.
648 |
# File 'sig/types.rbs', line 648
def initialize: (?application: String, ?app_version: String, ?doc_security: Integer, ?scale_crop: bool, ?links_up_to_date: bool, ?shared_doc: bool, ?hyperlinks_changed: bool, ?company: String, ?worksheet_names: Array[String]) -> void
|
Instance Attribute Details
#app_version ⇒ String?
Returns the value of attribute app_version.
639 640 641 |
# File 'sig/types.rbs', line 639 def app_version @app_version end |
#application ⇒ String?
Returns the value of attribute application.
638 639 640 |
# File 'sig/types.rbs', line 638 def application @application end |
#company ⇒ String?
Returns the value of attribute company.
645 646 647 |
# File 'sig/types.rbs', line 645 def company @company end |
#doc_security ⇒ Integer?
Returns the value of attribute doc_security.
640 641 642 |
# File 'sig/types.rbs', line 640 def doc_security @doc_security end |
#hyperlinks_changed ⇒ Boolean?
Returns the value of attribute hyperlinks_changed.
644 645 646 |
# File 'sig/types.rbs', line 644 def hyperlinks_changed @hyperlinks_changed end |
#links_up_to_date ⇒ Boolean?
Returns the value of attribute links_up_to_date.
642 643 644 |
# File 'sig/types.rbs', line 642 def links_up_to_date @links_up_to_date end |
#scale_crop ⇒ Boolean?
Returns the value of attribute scale_crop.
641 642 643 |
# File 'sig/types.rbs', line 641 def scale_crop @scale_crop end |
#shared_doc ⇒ Boolean?
Returns the value of attribute shared_doc.
643 644 645 |
# File 'sig/types.rbs', line 643 def shared_doc @shared_doc end |
#worksheet_names ⇒ Array[String]?
Returns the value of attribute worksheet_names.
646 647 648 |
# File 'sig/types.rbs', line 646 def worksheet_names @worksheet_names end |