Class: Xberg::PptxAppProperties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePptxAppProperties

Returns a new instance of PptxAppProperties.

Parameters:

  • application: (String)
  • app_version: (String)
  • total_time: (Integer)
  • company: (String)
  • doc_security: (Integer)
  • scale_crop: (Boolean)
  • links_up_to_date: (Boolean)
  • shared_doc: (Boolean)
  • hyperlinks_changed: (Boolean)
  • slides: (Integer)
  • notes: (Integer)
  • hidden_slides: (Integer)
  • multimedia_clips: (Integer)
  • presentation_format: (String)
  • slide_titles: (Array[String])


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_versionString? (readonly)

Returns the value of attribute app_version.

Returns:

  • (String, nil)


2082
2083
2084
# File 'sig/types.rbs', line 2082

def app_version
  @app_version
end

#applicationString? (readonly)

Returns the value of attribute application.

Returns:

  • (String, nil)


2081
2082
2083
# File 'sig/types.rbs', line 2081

def application
  @application
end

#companyString? (readonly)

Returns the value of attribute company.

Returns:

  • (String, nil)


2084
2085
2086
# File 'sig/types.rbs', line 2084

def company
  @company
end

#doc_securityInteger? (readonly)

Returns the value of attribute doc_security.

Returns:

  • (Integer, nil)


2085
2086
2087
# File 'sig/types.rbs', line 2085

def doc_security
  @doc_security
end

#hidden_slidesInteger? (readonly)

Returns the value of attribute hidden_slides.

Returns:

  • (Integer, nil)


2092
2093
2094
# File 'sig/types.rbs', line 2092

def hidden_slides
  @hidden_slides
end

Returns the value of attribute hyperlinks_changed.

Returns:

  • (Boolean, nil)


2089
2090
2091
# File 'sig/types.rbs', line 2089

def hyperlinks_changed
  @hyperlinks_changed
end

Returns the value of attribute links_up_to_date.

Returns:

  • (Boolean, nil)


2087
2088
2089
# File 'sig/types.rbs', line 2087

def links_up_to_date
  @links_up_to_date
end

#multimedia_clipsInteger? (readonly)

Returns the value of attribute multimedia_clips.

Returns:

  • (Integer, nil)


2093
2094
2095
# File 'sig/types.rbs', line 2093

def multimedia_clips
  @multimedia_clips
end

#notesInteger? (readonly)

Returns the value of attribute notes.

Returns:

  • (Integer, nil)


2091
2092
2093
# File 'sig/types.rbs', line 2091

def notes
  @notes
end

#presentation_formatString? (readonly)

Returns the value of attribute presentation_format.

Returns:

  • (String, nil)


2094
2095
2096
# File 'sig/types.rbs', line 2094

def presentation_format
  @presentation_format
end

#scale_cropBoolean? (readonly)

Returns the value of attribute scale_crop.

Returns:

  • (Boolean, nil)


2086
2087
2088
# File 'sig/types.rbs', line 2086

def scale_crop
  @scale_crop
end

#shared_docBoolean? (readonly)

Returns the value of attribute shared_doc.

Returns:

  • (Boolean, nil)


2088
2089
2090
# File 'sig/types.rbs', line 2088

def shared_doc
  @shared_doc
end

#slide_titlesArray[String] (readonly)

Returns the value of attribute slide_titles.

Returns:

  • (Array[String])


2095
2096
2097
# File 'sig/types.rbs', line 2095

def slide_titles
  @slide_titles
end

#slidesInteger? (readonly)

Returns the value of attribute slides.

Returns:

  • (Integer, nil)


2090
2091
2092
# File 'sig/types.rbs', line 2090

def slides
  @slides
end

#total_timeInteger? (readonly)

Returns the value of attribute total_time.

Returns:

  • (Integer, nil)


2083
2084
2085
# File 'sig/types.rbs', line 2083

def total_time
  @total_time
end