Class: Xberg::DocxAppProperties
- Inherits:
-
Object
- Object
- Xberg::DocxAppProperties
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#app_version ⇒ String?
Returns the value of attribute app_version.
-
#application ⇒ String?
Returns the value of attribute application.
-
#characters ⇒ Integer?
Returns the value of attribute characters.
-
#characters_with_spaces ⇒ Integer?
Returns the value of attribute characters_with_spaces.
-
#company ⇒ String?
Returns the value of attribute company.
-
#doc_security ⇒ Integer?
Returns the value of attribute doc_security.
-
#hyperlinks_changed ⇒ Boolean?
Returns the value of attribute hyperlinks_changed.
-
#lines ⇒ Integer?
Returns the value of attribute lines.
-
#links_up_to_date ⇒ Boolean?
Returns the value of attribute links_up_to_date.
-
#pages ⇒ Integer?
Returns the value of attribute pages.
-
#paragraphs ⇒ Integer?
Returns the value of attribute paragraphs.
-
#scale_crop ⇒ Boolean?
Returns the value of attribute scale_crop.
-
#shared_doc ⇒ Boolean?
Returns the value of attribute shared_doc.
-
#template ⇒ String?
Returns the value of attribute template.
-
#total_time ⇒ Integer?
Returns the value of attribute total_time.
-
#words ⇒ Integer?
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.
634 |
# File 'sig/types.rbs', line 634
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?
Returns the value of attribute app_version.
618 619 620 |
# File 'sig/types.rbs', line 618 def app_version @app_version end |
#application ⇒ String?
Returns the value of attribute application.
617 618 619 |
# File 'sig/types.rbs', line 617 def application @application end |
#characters ⇒ Integer?
Returns the value of attribute characters.
623 624 625 |
# File 'sig/types.rbs', line 623 def characters @characters end |
#characters_with_spaces ⇒ Integer?
Returns the value of attribute characters_with_spaces.
624 625 626 |
# File 'sig/types.rbs', line 624 def characters_with_spaces @characters_with_spaces end |
#company ⇒ String?
Returns the value of attribute company.
627 628 629 |
# File 'sig/types.rbs', line 627 def company @company end |
#doc_security ⇒ Integer?
Returns the value of attribute doc_security.
628 629 630 |
# File 'sig/types.rbs', line 628 def doc_security @doc_security end |
#hyperlinks_changed ⇒ Boolean?
Returns the value of attribute hyperlinks_changed.
632 633 634 |
# File 'sig/types.rbs', line 632 def hyperlinks_changed @hyperlinks_changed end |
#lines ⇒ Integer?
Returns the value of attribute lines.
625 626 627 |
# File 'sig/types.rbs', line 625 def lines @lines end |
#links_up_to_date ⇒ Boolean?
Returns the value of attribute links_up_to_date.
630 631 632 |
# File 'sig/types.rbs', line 630 def links_up_to_date @links_up_to_date end |
#pages ⇒ Integer?
Returns the value of attribute pages.
621 622 623 |
# File 'sig/types.rbs', line 621 def pages @pages end |
#paragraphs ⇒ Integer?
Returns the value of attribute paragraphs.
626 627 628 |
# File 'sig/types.rbs', line 626 def paragraphs @paragraphs end |
#scale_crop ⇒ Boolean?
Returns the value of attribute scale_crop.
629 630 631 |
# File 'sig/types.rbs', line 629 def scale_crop @scale_crop end |
#shared_doc ⇒ Boolean?
Returns the value of attribute shared_doc.
631 632 633 |
# File 'sig/types.rbs', line 631 def shared_doc @shared_doc end |
#template ⇒ String?
Returns the value of attribute template.
619 620 621 |
# File 'sig/types.rbs', line 619 def template @template end |
#total_time ⇒ Integer?
Returns the value of attribute total_time.
620 621 622 |
# File 'sig/types.rbs', line 620 def total_time @total_time end |
#words ⇒ Integer?
Returns the value of attribute words.
622 623 624 |
# File 'sig/types.rbs', line 622 def words @words end |