Package com.itextpdf.layout.properties
Interface IBeforeTextRestoreExecutor
public interface IBeforeTextRestoreExecutor
The interface is used to execute some logic before canvas state restoring in
TextRenderer
which happens for text and underline.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Execute code before canvas state restoring inTextRenderer
.
-
Method Details
-
execute
void execute()Execute code before canvas state restoring inTextRenderer
.
-