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.
618 |
# File 'sig/types.rbs', line 618
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.
609 610 611 |
# File 'sig/types.rbs', line 609 def app_version @app_version end |
#application ⇒ String?
Returns the value of attribute application.
608 609 610 |
# File 'sig/types.rbs', line 608 def application @application end |
#company ⇒ String?
Returns the value of attribute company.
615 616 617 |
# File 'sig/types.rbs', line 615 def company @company end |
#doc_security ⇒ Integer?
Returns the value of attribute doc_security.
610 611 612 |
# File 'sig/types.rbs', line 610 def doc_security @doc_security end |
#hyperlinks_changed ⇒ Boolean?
Returns the value of attribute hyperlinks_changed.
614 615 616 |
# File 'sig/types.rbs', line 614 def hyperlinks_changed @hyperlinks_changed end |
#links_up_to_date ⇒ Boolean?
Returns the value of attribute links_up_to_date.
612 613 614 |
# File 'sig/types.rbs', line 612 def links_up_to_date @links_up_to_date end |
#scale_crop ⇒ Boolean?
Returns the value of attribute scale_crop.
611 612 613 |
# File 'sig/types.rbs', line 611 def scale_crop @scale_crop end |
#shared_doc ⇒ Boolean?
Returns the value of attribute shared_doc.
613 614 615 |
# File 'sig/types.rbs', line 613 def shared_doc @shared_doc end |
#worksheet_names ⇒ Array[String]?
Returns the value of attribute worksheet_names.
616 617 618 |
# File 'sig/types.rbs', line 616 def worksheet_names @worksheet_names end |