- Defining Styles
- Using Style Settings
- Class Reference
-
Settings Reference
-
Document Settings
- baseline-grid-size
- column-count
- column-spacing-width
- footnote-enumeration
- footnote-placement
- footnote-style
- locale
- page-binding
- page-height
- page-inset-bottom
- page-inset-inner
- page-inset-outer
- page-inset-top
- page-number-format
- page-number-reset
- page-number-style
- page-orientation
- page-width
- section-break
- two-sided
- Headers and Footers
- Footnotes Area
- Inline
- Media
- Footnotes
- Paragraph
- Divider
- List
- Table
- Table Cell
- Table of Contents
- Table of Contents Item
-
Document Settings
- Editor Plugins
page-binding
The position of the page binding. Influences the position of the page-inset-inner and page-inset-outer. If two-sided is enabled, it influences the position of the first page of a section: for left binding, the first page of a section will be a right page. For right binding, it will be a left page. Empty pages will be inserted to ensure the correct position of first pages.
Availability
Available in: Document Settings
Type
Available values
| Value | Description |
|---|---|
left |
The page binding is on the left side. On two-sided output, first pages will be on the right side. Used as default. |
right |
The page binding is on the right side. On two-sided output, first pages will be on the left side. |
Default value
left
Inherited
Yes.
Example
document-settings {
page-inset-inner: 4cm
page-inset-outer: 2cm
page-binding: left
section-break: heading-2
two-sided: yes
}