Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data MarginStyle = MarginStyle' {}
- newMarginStyle :: MarginStyle
- marginStyle_show :: Lens' MarginStyle (Maybe Bool)
Documentation
data MarginStyle Source #
The display options for margins around the outside edge of sheets.
See: newMarginStyle
smart constructor.
Instances
newMarginStyle :: MarginStyle Source #
Create a value of MarginStyle
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:show:MarginStyle'
, marginStyle_show
- This Boolean value controls whether to display sheet margins.
marginStyle_show :: Lens' MarginStyle (Maybe Bool) Source #
This Boolean value controls whether to display sheet margins.