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.
9941 9942 9943 |
# File 'sig/types.rbs', line 9941 def paper_margin @paper_margin end |
#paper_orientation ⇒ "PORTRAIT", "LANDSCAPE"
Returns the value of attribute paper_orientation.
9940 9941 9942 |
# File 'sig/types.rbs', line 9940 def paper_orientation @paper_orientation end |
#paper_size ⇒ "US_LETTER", ...
Returns the value of attribute paper_size.
9939 9940 9941 |
# File 'sig/types.rbs', line 9939 def paper_size @paper_size end |