#[allow(clippy::struct_excessive_bools)] // independent page-position flags (first/last/left/right)
// public method and converting to an associated fn would break the `x.generate_content(..)` API.
#[must_use] pub fn generate_content(&self, content: &MarginBoxContent, info: PageInfo) -> String {
"[azul][pagination] this PageSequence varies the CONTENT WIDTH between pages (landscape override / different margins). Re-wrapping text per fragmentainer is not implemented yet — content lays out at the DEFAULT width on every page; page heights, margins and headers/footers still apply per page (announced once)."