Package com.helger.pdflayout.render
Interface IPreRenderContextCustomizer
public interface IPreRenderContextCustomizer
Interface for customizing pre-rendering contexts.
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionvoidCustomize the passed pre-rendering context.
-
Method Details
-
customizePreRenderContext
Customize the passed pre-rendering context. This can e.g. be used to add placeholders.- Parameters:
aCtx- The pre-rendering context to be modified.
-