Class: Xberg::PageContent
- Inherits:
-
Object
- Object
- Xberg::PageContent
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#content ⇒ String
readonly
Returns the value of attribute content.
-
#hierarchy ⇒ PageHierarchy
readonly
Returns the value of attribute hierarchy.
-
#image_indices ⇒ Array[Integer]
readonly
Returns the value of attribute image_indices.
-
#is_blank ⇒ Boolean
readonly
Returns the value of attribute is_blank.
-
#layout_regions ⇒ Array[LayoutRegion]
readonly
Returns the value of attribute layout_regions.
-
#page_number ⇒ Integer
readonly
Returns the value of attribute page_number.
-
#section_name ⇒ String
readonly
Returns the value of attribute section_name.
-
#sheet_name ⇒ String
readonly
Returns the value of attribute sheet_name.
-
#speaker_notes ⇒ String
readonly
Returns the value of attribute speaker_notes.
-
#tables ⇒ Array[Table]
readonly
Returns the value of attribute tables.
Instance Method Summary collapse
-
#initialize ⇒ PageContent
constructor
A new instance of PageContent.
Constructor Details
#initialize ⇒ PageContent
Returns a new instance of PageContent.
1593 |
# File 'sig/types.rbs', line 1593
def initialize: (page_number: Integer, content: String, tables: Array[Table], image_indices: Array[Integer], ?hierarchy: PageHierarchy, ?is_blank: bool, ?layout_regions: Array[LayoutRegion], ?speaker_notes: String, ?section_name: String, ?sheet_name: String) -> void
|
Instance Attribute Details
#content ⇒ String (readonly)
Returns the value of attribute content.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def content @content end |
#hierarchy ⇒ PageHierarchy (readonly)
Returns the value of attribute hierarchy.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def hierarchy @hierarchy end |
#image_indices ⇒ Array[Integer] (readonly)
Returns the value of attribute image_indices.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def image_indices @image_indices end |
#is_blank ⇒ Boolean (readonly)
Returns the value of attribute is_blank.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def is_blank @is_blank end |
#layout_regions ⇒ Array[LayoutRegion] (readonly)
Returns the value of attribute layout_regions.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def layout_regions @layout_regions end |
#page_number ⇒ Integer (readonly)
Returns the value of attribute page_number.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def page_number @page_number end |
#section_name ⇒ String (readonly)
Returns the value of attribute section_name.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def section_name @section_name end |
#sheet_name ⇒ String (readonly)
Returns the value of attribute sheet_name.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def sheet_name @sheet_name end |
#speaker_notes ⇒ String (readonly)
Returns the value of attribute speaker_notes.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def speaker_notes @speaker_notes end |
#tables ⇒ Array[Table] (readonly)
Returns the value of attribute tables.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def tables @tables end |