Class: Xberg::PptxAppProperties
- Inherits:
-
Object
- Object
- Xberg::PptxAppProperties
- 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.
-
#hidden_slides ⇒ Integer?
readonly
Returns the value of attribute hidden_slides.
-
#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.
-
#multimedia_clips ⇒ Integer?
readonly
Returns the value of attribute multimedia_clips.
-
#notes ⇒ Integer?
readonly
Returns the value of attribute notes.
-
#presentation_format ⇒ String?
readonly
Returns the value of attribute presentation_format.
-
#scale_crop ⇒ Boolean?
readonly
Returns the value of attribute scale_crop.
-
#shared_doc ⇒ Boolean?
readonly
Returns the value of attribute shared_doc.
-
#slide_titles ⇒ Array[String]
readonly
Returns the value of attribute slide_titles.
-
#slides ⇒ Integer?
readonly
Returns the value of attribute slides.
-
#total_time ⇒ Integer?
readonly
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.
2097 |
# File 'sig/types.rbs', line 2097 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? (readonly)
Returns the value of attribute app_version.
2082 2083 2084 |
# File 'sig/types.rbs', line 2082 def app_version @app_version end |
#application ⇒ String? (readonly)
Returns the value of attribute application.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def application @application end |
#company ⇒ String? (readonly)
Returns the value of attribute company.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def company @company end |
#doc_security ⇒ Integer? (readonly)
Returns the value of attribute doc_security.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def doc_security @doc_security end |
#hidden_slides ⇒ Integer? (readonly)
Returns the value of attribute hidden_slides.
2092 2093 2094 |
# File 'sig/types.rbs', line 2092 def end |
#hyperlinks_changed ⇒ Boolean? (readonly)
Returns the value of attribute hyperlinks_changed.
2089 2090 2091 |
# File 'sig/types.rbs', line 2089 def hyperlinks_changed @hyperlinks_changed end |
#links_up_to_date ⇒ Boolean? (readonly)
Returns the value of attribute links_up_to_date.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def links_up_to_date @links_up_to_date end |
#multimedia_clips ⇒ Integer? (readonly)
Returns the value of attribute multimedia_clips.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def multimedia_clips @multimedia_clips end |
#notes ⇒ Integer? (readonly)
Returns the value of attribute notes.
2091 2092 2093 |
# File 'sig/types.rbs', line 2091 def notes @notes end |
#presentation_format ⇒ String? (readonly)
Returns the value of attribute presentation_format.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def presentation_format @presentation_format end |
#scale_crop ⇒ Boolean? (readonly)
Returns the value of attribute scale_crop.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def scale_crop @scale_crop end |
#shared_doc ⇒ Boolean? (readonly)
Returns the value of attribute shared_doc.
2088 2089 2090 |
# File 'sig/types.rbs', line 2088 def shared_doc @shared_doc end |
#slide_titles ⇒ Array[String] (readonly)
Returns the value of attribute slide_titles.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def end |
#slides ⇒ Integer? (readonly)
Returns the value of attribute slides.
2090 2091 2092 |
# File 'sig/types.rbs', line 2090 def end |
#total_time ⇒ Integer? (readonly)
Returns the value of attribute total_time.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def total_time @total_time end |