PaginationConfig (pagination)
@ckeditor/ckeditor5-pagination/src/pagination
The configuration of the pagination feature. It is used by the pagination feature from the @ckeditor/ckeditor5-pagination
package.
NOTE: The configuration of the plugin must match the export to PDF or export to Word feature configuration.
See all editor options.
Filtering
Properties
-
enableOnUnsupportedBrowsers : Boolean
The pagination feature is by default enabled only in browsers that are using the Blink engine (Chrome, Chromium, newer Edge, newer Opera). This is due to some existing incompatibilities in Firefox and Safari; we will be working on them in the future.
This behavior can be modified by setting this configuration value to
true
.Defaults to
false
-
The page height.
-
The page margins.
-
The page width.
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing? Please report it via our issue tracker.