Class: Xberg::XlsxAppProperties
- Inherits:
-
Object
- Object
- Xberg::XlsxAppProperties
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#app_version ⇒ String?
readonly
Returns the value of attribute app_version.
-
#application ⇒ String?
readonly
Returns the value of attribute application.
-
#company ⇒ String?
readonly
Returns the value of attribute company.
-
#doc_security ⇒ Integer?
readonly
Returns the value of attribute doc_security.
-
#hyperlinks_changed ⇒ Boolean?
readonly
Returns the value of attribute hyperlinks_changed.
-
#links_up_to_date ⇒ Boolean?
readonly
Returns the value of attribute links_up_to_date.
-
#scale_crop ⇒ Boolean?
readonly
Returns the value of attribute scale_crop.
-
#shared_doc ⇒ Boolean?
readonly
Returns the value of attribute shared_doc.
-
#worksheet_names ⇒ Array[String]
readonly
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.
2699 |
# File 'sig/types.rbs', line 2699
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? (readonly)
Returns the value of attribute app_version.
2690 2691 2692 |
# File 'sig/types.rbs', line 2690 def app_version @app_version end |
#application ⇒ String? (readonly)
Returns the value of attribute application.
2689 2690 2691 |
# File 'sig/types.rbs', line 2689 def application @application end |
#company ⇒ String? (readonly)
Returns the value of attribute company.
2696 2697 2698 |
# File 'sig/types.rbs', line 2696 def company @company end |
#doc_security ⇒ Integer? (readonly)
Returns the value of attribute doc_security.
2691 2692 2693 |
# File 'sig/types.rbs', line 2691 def doc_security @doc_security end |
#hyperlinks_changed ⇒ Boolean? (readonly)
Returns the value of attribute hyperlinks_changed.
2695 2696 2697 |
# File 'sig/types.rbs', line 2695 def hyperlinks_changed @hyperlinks_changed end |
#links_up_to_date ⇒ Boolean? (readonly)
Returns the value of attribute links_up_to_date.
2693 2694 2695 |
# File 'sig/types.rbs', line 2693 def links_up_to_date @links_up_to_date end |
#scale_crop ⇒ Boolean? (readonly)
Returns the value of attribute scale_crop.
2692 2693 2694 |
# File 'sig/types.rbs', line 2692 def scale_crop @scale_crop end |
#shared_doc ⇒ Boolean? (readonly)
Returns the value of attribute shared_doc.
2694 2695 2696 |
# File 'sig/types.rbs', line 2694 def shared_doc @shared_doc end |
#worksheet_names ⇒ Array[String] (readonly)
Returns the value of attribute worksheet_names.
2697 2698 2699 |
# File 'sig/types.rbs', line 2697 def worksheet_names @worksheet_names end |