Class: Xberg::DocxAppProperties
- Inherits:
-
Object
- Object
- Xberg::DocxAppProperties
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#app_version ⇒ String?
readonly
Returns the value of attribute app_version.
-
#application ⇒ String?
readonly
Returns the value of attribute application.
-
#characters ⇒ Integer?
readonly
Returns the value of attribute characters.
-
#characters_with_spaces ⇒ Integer?
readonly
Returns the value of attribute characters_with_spaces.
-
#company ⇒ String?
readonly
Returns the value of attribute company.
-
#doc_security ⇒ Integer?
readonly
Returns the value of attribute doc_security.
-
#hyperlinks_changed ⇒ Boolean?
readonly
Returns the value of attribute hyperlinks_changed.
-
#lines ⇒ Integer?
readonly
Returns the value of attribute lines.
-
#links_up_to_date ⇒ Boolean?
readonly
Returns the value of attribute links_up_to_date.
-
#pages ⇒ Integer?
readonly
Returns the value of attribute pages.
-
#paragraphs ⇒ Integer?
readonly
Returns the value of attribute paragraphs.
-
#scale_crop ⇒ Boolean?
readonly
Returns the value of attribute scale_crop.
-
#shared_doc ⇒ Boolean?
readonly
Returns the value of attribute shared_doc.
-
#template ⇒ String?
readonly
Returns the value of attribute template.
-
#total_time ⇒ Integer?
readonly
Returns the value of attribute total_time.
-
#words ⇒ Integer?
readonly
Returns the value of attribute words.
Instance Method Summary collapse
-
#initialize ⇒ DocxAppProperties
constructor
A new instance of DocxAppProperties.
Constructor Details
#initialize ⇒ DocxAppProperties
Returns a new instance of DocxAppProperties.
669 |
# File 'sig/types.rbs', line 669 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_version ⇒ String? (readonly)
Returns the value of attribute app_version.
653 654 655 |
# File 'sig/types.rbs', line 653 def app_version @app_version end |
#application ⇒ String? (readonly)
Returns the value of attribute application.
652 653 654 |
# File 'sig/types.rbs', line 652 def application @application end |
#characters ⇒ Integer? (readonly)
Returns the value of attribute characters.
658 659 660 |
# File 'sig/types.rbs', line 658 def characters @characters end |
#characters_with_spaces ⇒ Integer? (readonly)
Returns the value of attribute characters_with_spaces.
659 660 661 |
# File 'sig/types.rbs', line 659 def characters_with_spaces @characters_with_spaces end |
#company ⇒ String? (readonly)
Returns the value of attribute company.
662 663 664 |
# File 'sig/types.rbs', line 662 def company @company end |
#doc_security ⇒ Integer? (readonly)
Returns the value of attribute doc_security.
663 664 665 |
# File 'sig/types.rbs', line 663 def doc_security @doc_security end |
#hyperlinks_changed ⇒ Boolean? (readonly)
Returns the value of attribute hyperlinks_changed.
667 668 669 |
# File 'sig/types.rbs', line 667 def hyperlinks_changed @hyperlinks_changed end |
#lines ⇒ Integer? (readonly)
Returns the value of attribute lines.
660 661 662 |
# File 'sig/types.rbs', line 660 def lines @lines end |
#links_up_to_date ⇒ Boolean? (readonly)
Returns the value of attribute links_up_to_date.
665 666 667 |
# File 'sig/types.rbs', line 665 def links_up_to_date @links_up_to_date end |
#pages ⇒ Integer? (readonly)
Returns the value of attribute pages.
656 657 658 |
# File 'sig/types.rbs', line 656 def pages @pages end |
#paragraphs ⇒ Integer? (readonly)
Returns the value of attribute paragraphs.
661 662 663 |
# File 'sig/types.rbs', line 661 def paragraphs @paragraphs end |
#scale_crop ⇒ Boolean? (readonly)
Returns the value of attribute scale_crop.
664 665 666 |
# File 'sig/types.rbs', line 664 def scale_crop @scale_crop end |
#shared_doc ⇒ Boolean? (readonly)
Returns the value of attribute shared_doc.
666 667 668 |
# File 'sig/types.rbs', line 666 def shared_doc @shared_doc end |
#template ⇒ String? (readonly)
Returns the value of attribute template.
654 655 656 |
# File 'sig/types.rbs', line 654 def template @template end |
#total_time ⇒ Integer? (readonly)
Returns the value of attribute total_time.
655 656 657 |
# File 'sig/types.rbs', line 655 def total_time @total_time end |
#words ⇒ Integer? (readonly)
Returns the value of attribute words.
657 658 659 |
# File 'sig/types.rbs', line 657 def words @words end |