Class: Xberg::DocxAppProperties

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDocxAppProperties

Returns a new instance of DocxAppProperties.

Parameters:

  • application: (String)
  • app_version: (String)
  • template: (String)
  • total_time: (Integer)
  • pages: (Integer)
  • words: (Integer)
  • characters: (Integer)
  • characters_with_spaces: (Integer)
  • lines: (Integer)
  • paragraphs: (Integer)
  • company: (String)
  • doc_security: (Integer)
  • scale_crop: (Boolean)
  • links_up_to_date: (Boolean)
  • shared_doc: (Boolean)
  • hyperlinks_changed: (Boolean)


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

def initialize: (?application: String, ?app_version: String, ?template: String, ?total_time: Integer, ?pages: Integer, ?words: Integer, ?characters: Integer, ?characters_with_spaces: Integer, ?lines: Integer, ?paragraphs: Integer, ?company: String, ?doc_security: Integer, ?scale_crop: bool, ?links_up_to_date: bool, ?shared_doc: bool, ?hyperlinks_changed: bool) -> void

Instance Attribute Details

#app_versionString?

Returns the value of attribute app_version.

Returns:

  • (String, nil)


619
620
621
# File 'sig/types.rbs', line 619

def app_version
  @app_version
end

#applicationString?

Returns the value of attribute application.

Returns:

  • (String, nil)


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

def application
  @application
end

#charactersInteger?

Returns the value of attribute characters.

Returns:

  • (Integer, nil)


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

def characters
  @characters
end

#characters_with_spacesInteger?

Returns the value of attribute characters_with_spaces.

Returns:

  • (Integer, nil)


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

def characters_with_spaces
  @characters_with_spaces
end

#companyString?

Returns the value of attribute company.

Returns:

  • (String, nil)


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

def company
  @company
end

#doc_securityInteger?

Returns the value of attribute doc_security.

Returns:

  • (Integer, nil)


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

def doc_security
  @doc_security
end

Returns the value of attribute hyperlinks_changed.

Returns:

  • (Boolean, nil)


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

def hyperlinks_changed
  @hyperlinks_changed
end

#linesInteger?

Returns the value of attribute lines.

Returns:

  • (Integer, nil)


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

def lines
  @lines
end

Returns the value of attribute links_up_to_date.

Returns:

  • (Boolean, nil)


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

def links_up_to_date
  @links_up_to_date
end

#pagesInteger?

Returns the value of attribute pages.

Returns:

  • (Integer, nil)


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

def pages
  @pages
end

#paragraphsInteger?

Returns the value of attribute paragraphs.

Returns:

  • (Integer, nil)


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

def paragraphs
  @paragraphs
end

#scale_cropBoolean?

Returns the value of attribute scale_crop.

Returns:

  • (Boolean, nil)


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

def scale_crop
  @scale_crop
end

#shared_docBoolean?

Returns the value of attribute shared_doc.

Returns:

  • (Boolean, nil)


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

def shared_doc
  @shared_doc
end

#templateString?

Returns the value of attribute template.

Returns:

  • (String, nil)


620
621
622
# File 'sig/types.rbs', line 620

def template
  @template
end

#total_timeInteger?

Returns the value of attribute total_time.

Returns:

  • (Integer, nil)


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

def total_time
  @total_time
end

#wordsInteger?

Returns the value of attribute words.

Returns:

  • (Integer, nil)


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

def words
  @words
end