pub struct HeaderFooterContent {
pub header_blocks: Vec<ParagraphBlock>,
pub footer_blocks: Vec<ParagraphBlock>,
pub first_header_blocks: Vec<ParagraphBlock>,
pub first_footer_blocks: Vec<ParagraphBlock>,
}Expand description
Header/footer content already laid out as paragraph blocks.
Fields§
§header_blocks: Vec<ParagraphBlock>§first_header_blocks: Vec<ParagraphBlock>First-page header blocks (used when title_pg is true).
First-page footer blocks (used when title_pg is true).
Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more