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)


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

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)


588
589
590
# File 'sig/types.rbs', line 588

def app_version
  @app_version
end

#applicationString?

Returns the value of attribute application.

Returns:

  • (String, nil)


587
588
589
# File 'sig/types.rbs', line 587

def application
  @application
end

#charactersInteger?

Returns the value of attribute characters.

Returns:

  • (Integer, nil)


593
594
595
# File 'sig/types.rbs', line 593

def characters
  @characters
end

#characters_with_spacesInteger?

Returns the value of attribute characters_with_spaces.

Returns:

  • (Integer, nil)


594
595
596
# File 'sig/types.rbs', line 594

def characters_with_spaces
  @characters_with_spaces
end

#companyString?

Returns the value of attribute company.

Returns:

  • (String, nil)


597
598
599
# File 'sig/types.rbs', line 597

def company
  @company
end

#doc_securityInteger?

Returns the value of attribute doc_security.

Returns:

  • (Integer, nil)


598
599
600
# File 'sig/types.rbs', line 598

def doc_security
  @doc_security
end

Returns the value of attribute hyperlinks_changed.

Returns:

  • (Boolean, nil)


602
603
604
# File 'sig/types.rbs', line 602

def hyperlinks_changed
  @hyperlinks_changed
end

#linesInteger?

Returns the value of attribute lines.

Returns:

  • (Integer, nil)


595
596
597
# File 'sig/types.rbs', line 595

def lines
  @lines
end

Returns the value of attribute links_up_to_date.

Returns:

  • (Boolean, nil)


600
601
602
# File 'sig/types.rbs', line 600

def links_up_to_date
  @links_up_to_date
end

#pagesInteger?

Returns the value of attribute pages.

Returns:

  • (Integer, nil)


591
592
593
# File 'sig/types.rbs', line 591

def pages
  @pages
end

#paragraphsInteger?

Returns the value of attribute paragraphs.

Returns:

  • (Integer, nil)


596
597
598
# File 'sig/types.rbs', line 596

def paragraphs
  @paragraphs
end

#scale_cropBoolean?

Returns the value of attribute scale_crop.

Returns:

  • (Boolean, nil)


599
600
601
# File 'sig/types.rbs', line 599

def scale_crop
  @scale_crop
end

#shared_docBoolean?

Returns the value of attribute shared_doc.

Returns:

  • (Boolean, nil)


601
602
603
# File 'sig/types.rbs', line 601

def shared_doc
  @shared_doc
end

#templateString?

Returns the value of attribute template.

Returns:

  • (String, nil)


589
590
591
# File 'sig/types.rbs', line 589

def template
  @template
end

#total_timeInteger?

Returns the value of attribute total_time.

Returns:

  • (Integer, nil)


590
591
592
# File 'sig/types.rbs', line 590

def total_time
  @total_time
end

#wordsInteger?

Returns the value of attribute words.

Returns:

  • (Integer, nil)


592
593
594
# File 'sig/types.rbs', line 592

def words
  @words
end