Class: Aws::Types::SectionBasedLayoutPaperCanvasSizeOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#paper_marginTypes::Spacing

Returns the value of attribute paper_margin.

Returns:



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.

Returns:

  • ("PORTRAIT", "LANDSCAPE")


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.

Returns:

  • ("US_LETTER", "US_LEGAL", "US_TABLOID_LEDGER", "A0", "A1", "A2", "A3", "A4", "A5", "JIS_B4", "JIS_B5")


9939
9940
9941
# File 'sig/types.rbs', line 9939

def paper_size
  @paper_size
end