Class: Xberg::XlsxAppProperties

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeXlsxAppProperties

Returns a new instance of XlsxAppProperties.

Parameters:

  • application: (String)
  • app_version: (String)
  • doc_security: (Integer)
  • scale_crop: (Boolean)
  • links_up_to_date: (Boolean)
  • shared_doc: (Boolean)
  • hyperlinks_changed: (Boolean)
  • company: (String)
  • worksheet_names: (Array[String])


618
# File 'sig/types.rbs', line 618

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

Returns the value of attribute app_version.

Returns:

  • (String, nil)


609
610
611
# File 'sig/types.rbs', line 609

def app_version
  @app_version
end

#applicationString?

Returns the value of attribute application.

Returns:

  • (String, nil)


608
609
610
# File 'sig/types.rbs', line 608

def application
  @application
end

#companyString?

Returns the value of attribute company.

Returns:

  • (String, nil)


615
616
617
# File 'sig/types.rbs', line 615

def company
  @company
end

#doc_securityInteger?

Returns the value of attribute doc_security.

Returns:

  • (Integer, nil)


610
611
612
# File 'sig/types.rbs', line 610

def doc_security
  @doc_security
end

Returns the value of attribute hyperlinks_changed.

Returns:

  • (Boolean, nil)


614
615
616
# File 'sig/types.rbs', line 614

def hyperlinks_changed
  @hyperlinks_changed
end

Returns the value of attribute links_up_to_date.

Returns:

  • (Boolean, nil)


612
613
614
# File 'sig/types.rbs', line 612

def links_up_to_date
  @links_up_to_date
end

#scale_cropBoolean?

Returns the value of attribute scale_crop.

Returns:

  • (Boolean, nil)


611
612
613
# File 'sig/types.rbs', line 611

def scale_crop
  @scale_crop
end

#shared_docBoolean?

Returns the value of attribute shared_doc.

Returns:

  • (Boolean, nil)


613
614
615
# File 'sig/types.rbs', line 613

def shared_doc
  @shared_doc
end

#worksheet_namesArray[String]?

Returns the value of attribute worksheet_names.

Returns:

  • (Array[String], nil)


616
617
618
# File 'sig/types.rbs', line 616

def worksheet_names
  @worksheet_names
end