Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SheetSize

Hierarchy

  • SheetSize

Index

Properties

Properties

behavior

The sizing method for a sheet. The value must be one of the following: Automatic, Exactly, Range, AtLeast, and AtMost. Exactly, Range, AtLeast, and AtMost are used in combination with minSize or maxsize.

Optional maxSize

maxSize: Size

The maximum size of the sheet. This is only defined when behavior is Exactly, Range or AtMost.

Optional minSize

minSize: Size

The minimum size of the sheet. This is only defined when behavior is Exactly, Range, or AtLeast.