PageBreakStrategy

Strategy used when a child element does not fit in the remaining vertical space of the current page.

Configured per page via com.conamobile.pdfkmp.dsl.PageScope.pageBreakStrategy, with the document default supplied by com.conamobile.pdfkmp.dsl.DocumentScope.defaultPageBreakStrategy.

Entries

Link copied to clipboard

Render whatever portion of the element fits on the current page, then continue the rest at the top of a new page.

Link copied to clipboard

Move the entire element to a new page if it would otherwise be split.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.