Package com.helger.pdflayout.render
Interface IPreRenderContextCustomizer
-
public interface IPreRenderContextCustomizerInterface for customizing pre-rendering contexts.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcustomizePreRenderContext(PagePreRenderContext aCtx)Customize the passed pre-rendering context.
-
-
-
Method Detail
-
customizePreRenderContext
void customizePreRenderContext(@Nonnull PagePreRenderContext aCtx)
Customize the passed pre-rendering context. This can e.g. be used to add placeholders.- Parameters:
aCtx- The pre-rendering context to be modified.
-
-