Class: Origami::Page
Instance Method Summary collapse
- #[] ⇒ Object
- #[]= ⇒ Boolean
- #add_xobject ⇒ Object
- #Contents ⇒ Object
- #Contents= ⇒ Object
-
#initialize ⇒ Page
constructor
A new instance of Page.
Constructor Details
#initialize ⇒ Page
Returns a new instance of Page.
24 |
# File 'sig/custom/origami.rbs', line 24
def initialize: () -> void
|
Instance Method Details
#[]= ⇒ Boolean
29 |
# File 'sig/custom/origami.rbs', line 29
def []=: (untyped, untyped) -> bool
|
#add_xobject ⇒ Object
25 |
# File 'sig/custom/origami.rbs', line 25
def add_xobject: (Graphics::ImageXObject, String) -> untyped
|
#Contents= ⇒ Object
27 |
# File 'sig/custom/origami.rbs', line 27
def Contents=: (?untyped?, untyped?) -> untyped
|