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])


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_versionString?

Returns the value of attribute app_version.

Returns:

  • (String, nil)


623
624
625
# File 'sig/types.rbs', line 623

def app_version
  @app_version
end

#applicationString?

Returns the value of attribute application.

Returns:

  • (String, nil)


622
623
624
# File 'sig/types.rbs', line 622

def application
  @application
end

#companyString?

Returns the value of attribute company.

Returns:

  • (String, nil)


625
626
627
# File 'sig/types.rbs', line 625

def company
  @company
end

#doc_securityInteger?

Returns the value of attribute doc_security.

Returns:

  • (Integer, nil)


626
627
628
# File 'sig/types.rbs', line 626

def doc_security
  @doc_security
end

#hidden_slidesInteger?

Returns the value of attribute hidden_slides.

Returns:

  • (Integer, nil)


633
634
635
# File 'sig/types.rbs', line 633

def hidden_slides
  @hidden_slides
end

Returns the value of attribute hyperlinks_changed.

Returns:

  • (Boolean, nil)


630
631
632
# File 'sig/types.rbs', line 630

def hyperlinks_changed
  @hyperlinks_changed
end

Returns the value of attribute links_up_to_date.

Returns:

  • (Boolean, nil)


628
629
630
# File 'sig/types.rbs', line 628

def links_up_to_date
  @links_up_to_date
end

#multimedia_clipsInteger?

Returns the value of attribute multimedia_clips.

Returns:

  • (Integer, nil)


634
635
636
# File 'sig/types.rbs', line 634

def multimedia_clips
  @multimedia_clips
end

#notesInteger?

Returns the value of attribute notes.

Returns:

  • (Integer, nil)


632
633
634
# File 'sig/types.rbs', line 632

def notes
  @notes
end

#presentation_formatString?

Returns the value of attribute presentation_format.

Returns:

  • (String, nil)


635
636
637
# File 'sig/types.rbs', line 635

def presentation_format
  @presentation_format
end

#scale_cropBoolean?

Returns the value of attribute scale_crop.

Returns:

  • (Boolean, nil)


627
628
629
# File 'sig/types.rbs', line 627

def scale_crop
  @scale_crop
end

#shared_docBoolean?

Returns the value of attribute shared_doc.

Returns:

  • (Boolean, nil)


629
630
631
# File 'sig/types.rbs', line 629

def shared_doc
  @shared_doc
end

#slide_titlesArray[String]?

Returns the value of attribute slide_titles.

Returns:

  • (Array[String], nil)


636
637
638
# File 'sig/types.rbs', line 636

def slide_titles
  @slide_titles
end

#slidesInteger?

Returns the value of attribute slides.

Returns:

  • (Integer, nil)


631
632
633
# File 'sig/types.rbs', line 631

def slides
  @slides
end

#total_timeInteger?

Returns the value of attribute total_time.

Returns:

  • (Integer, nil)


624
625
626
# File 'sig/types.rbs', line 624

def total_time
  @total_time
end