Class ContentFunctionFactory.FsIfCutOffFunction

  • All Implemented Interfaces:
    ContentFunction
    Enclosing class:
    ContentFunctionFactory

    private static class ContentFunctionFactory.FsIfCutOffFunction
    extends java.lang.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);