Class: Xberg::PptxAppProperties
- Inherits:
-
Object
- Object
- Xberg::PptxAppProperties
- 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.
-
#hidden_slides ⇒ Integer?
Returns the value of attribute hidden_slides.
-
#hyperlinks_changed ⇒ Boolean?
Returns the value of attribute hyperlinks_changed.
-
#links_up_to_date ⇒ Boolean?
Returns the value of attribute links_up_to_date.
-
#multimedia_clips ⇒ Integer?
Returns the value of attribute multimedia_clips.
-
#notes ⇒ Integer?
Returns the value of attribute notes.
-
#presentation_format ⇒ String?
Returns the value of attribute presentation_format.
-
#scale_crop ⇒ Boolean?
Returns the value of attribute scale_crop.
-
#shared_doc ⇒ Boolean?
Returns the value of attribute shared_doc.
-
#slide_titles ⇒ Array[String]?
Returns the value of attribute slide_titles.
-
#slides ⇒ Integer?
Returns the value of attribute slides.
-
#total_time ⇒ Integer?
Returns the value of attribute total_time.
Instance Method Summary collapse
-
#initialize ⇒ PptxAppProperties
constructor
A new instance of PptxAppProperties.
Constructor Details
#initialize ⇒ PptxAppProperties
Returns a new instance of PptxAppProperties.
638 |
# File 'sig/types.rbs', line 638
def initialize: (?application: String, ?app_version: String, ?total_time: Integer, ?company: String, ?doc_security: Integer, ?scale_crop: bool, ?links_up_to_date: bool, ?shared_doc: bool, ?hyperlinks_changed: bool, ?slides: Integer, ?notes: Integer, ?hidden_slides: Integer, ?multimedia_clips: Integer, ?presentation_format: String, ?slide_titles: Array[String]) -> void
|
Instance Attribute Details
#app_version ⇒ String?
Returns the value of attribute app_version.
623 624 625 |
# File 'sig/types.rbs', line 623 def app_version @app_version end |
#application ⇒ String?
Returns the value of attribute application.
622 623 624 |
# File 'sig/types.rbs', line 622 def application @application end |
#company ⇒ String?
Returns the value of attribute company.
625 626 627 |
# File 'sig/types.rbs', line 625 def company @company end |
#doc_security ⇒ Integer?
Returns the value of attribute doc_security.
626 627 628 |
# File 'sig/types.rbs', line 626 def doc_security @doc_security end |
#hidden_slides ⇒ Integer?
Returns the value of attribute hidden_slides.
633 634 635 |
# File 'sig/types.rbs', line 633 def @hidden_slides end |
#hyperlinks_changed ⇒ Boolean?
Returns the value of attribute hyperlinks_changed.
630 631 632 |
# File 'sig/types.rbs', line 630 def hyperlinks_changed @hyperlinks_changed end |
#links_up_to_date ⇒ Boolean?
Returns the value of attribute links_up_to_date.
628 629 630 |
# File 'sig/types.rbs', line 628 def links_up_to_date @links_up_to_date end |
#multimedia_clips ⇒ Integer?
Returns the value of attribute multimedia_clips.
634 635 636 |
# File 'sig/types.rbs', line 634 def multimedia_clips @multimedia_clips end |
#notes ⇒ Integer?
Returns the value of attribute notes.
632 633 634 |
# File 'sig/types.rbs', line 632 def notes @notes end |
#presentation_format ⇒ String?
Returns the value of attribute presentation_format.
635 636 637 |
# File 'sig/types.rbs', line 635 def presentation_format @presentation_format end |
#scale_crop ⇒ Boolean?
Returns the value of attribute scale_crop.
627 628 629 |
# File 'sig/types.rbs', line 627 def scale_crop @scale_crop end |
#shared_doc ⇒ Boolean?
Returns the value of attribute shared_doc.
629 630 631 |
# File 'sig/types.rbs', line 629 def shared_doc @shared_doc end |
#slide_titles ⇒ Array[String]?
Returns the value of attribute slide_titles.
636 637 638 |
# File 'sig/types.rbs', line 636 def @slide_titles end |
#slides ⇒ Integer?
Returns the value of attribute slides.
631 632 633 |
# File 'sig/types.rbs', line 631 def @slides end |
#total_time ⇒ Integer?
Returns the value of attribute total_time.
624 625 626 |
# File 'sig/types.rbs', line 624 def total_time @total_time end |