Class ContentFunctionFactory.FsIfCutOffFunction

java.lang.Object
com.openhtmltopdf.context.ContentFunctionFactory.FsIfCutOffFunction
All Implemented Interfaces:
ContentFunction
Enclosing class:
ContentFunctionFactory

private static class ContentFunctionFactory.FsIfCutOffFunction extends Object implements ContentFunction
Content function which returns its argument if on a cut off page, else the empty string. Example: content: "Page " counter(page) -fs-if-cut-off(" continued") " of " counter(pages);