R/odfPageBreak.R

odfPageBreak <- function()
{
   x <- list(text='<text:p text:style-name="OdfPageBreak"/>')
   return(structure(x, class='odfPageBreak'))
}

print.odfPageBreak <- function(x, ...)
{
   cat(x$text, '\n', sep='')
}

Try the odfWeave package in your browser

Any scripts or data that you put into this service are public.

odfWeave documentation built on May 2, 2019, 6:51 p.m.