Class: Xberg::PageInfo
- Inherits:
-
Object
- Object
- Xberg::PageInfo
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#dimensions ⇒ PageDimensions?
readonly
Returns the value of attribute dimensions.
-
#has_vector_graphics ⇒ Boolean
readonly
Returns the value of attribute has_vector_graphics.
-
#hidden ⇒ Boolean?
readonly
Returns the value of attribute hidden.
-
#image_count ⇒ Integer?
readonly
Returns the value of attribute image_count.
-
#is_blank ⇒ Boolean?
readonly
Returns the value of attribute is_blank.
-
#number ⇒ Integer
readonly
Returns the value of attribute number.
-
#table_count ⇒ Integer?
readonly
Returns the value of attribute table_count.
-
#title ⇒ String?
readonly
Returns the value of attribute title.
Instance Method Summary collapse
-
#initialize ⇒ PageInfo
constructor
A new instance of PageInfo.
Constructor Details
#initialize ⇒ PageInfo
Returns a new instance of PageInfo.
1942 |
# File 'sig/types.rbs', line 1942 def initialize: (number: Integer, ?title: String, ?dimensions: PageDimensions, ?image_count: Integer, ?table_count: Integer, ?hidden: bool, ?is_blank: bool, has_vector_graphics: bool) -> void |
Instance Attribute Details
#dimensions ⇒ PageDimensions? (readonly)
Returns the value of attribute dimensions.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def dimensions @dimensions end |
#has_vector_graphics ⇒ Boolean (readonly)
Returns the value of attribute has_vector_graphics.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def has_vector_graphics @has_vector_graphics end |
#hidden ⇒ Boolean? (readonly)
Returns the value of attribute hidden.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def hidden @hidden end |
#image_count ⇒ Integer? (readonly)
Returns the value of attribute image_count.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def image_count @image_count end |
#is_blank ⇒ Boolean? (readonly)
Returns the value of attribute is_blank.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def is_blank @is_blank end |
#number ⇒ Integer (readonly)
Returns the value of attribute number.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def number @number end |
#table_count ⇒ Integer? (readonly)
Returns the value of attribute table_count.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def table_count @table_count end |
#title ⇒ String? (readonly)
Returns the value of attribute title.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def title @title end |