Class: Aws::Types::SectionBasedLayoutPaperCanvasSizeOptions
- Inherits:
-
Object
- Object
- Aws::Types::SectionBasedLayoutPaperCanvasSizeOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#paper_margin ⇒ Types::Spacing
Returns the value of attribute paper_margin.
-
#paper_orientation ⇒ "PORTRAIT", "LANDSCAPE"
Returns the value of attribute paper_orientation.
-
#paper_size ⇒ "US_LETTER", ...
Returns the value of attribute paper_size.
Instance Attribute Details
#paper_margin ⇒ Types::Spacing
Returns the value of attribute paper_margin.
10331 10332 10333 |
# File 'sig/types.rbs', line 10331 def paper_margin @paper_margin end |
#paper_orientation ⇒ "PORTRAIT", "LANDSCAPE"
Returns the value of attribute paper_orientation.
10330 10331 10332 |
# File 'sig/types.rbs', line 10330 def paper_orientation @paper_orientation end |
#paper_size ⇒ "US_LETTER", ...
Returns the value of attribute paper_size.
10329 10330 10331 |
# File 'sig/types.rbs', line 10329 def paper_size @paper_size end |