Package com.itextpdf.layout.properties
Interface IBeforeTextRestoreExecutor
-
- All Known Implementing Classes:
TextSvgBranchRenderer.ClippedElementDrawer
public interface IBeforeTextRestoreExecutorThe interface is used to execute some logic before canvas state restoring inTextRendererwhich happens for text and underline.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute()Execute code before canvas state restoring inTextRenderer.
-
-
-
Method Detail
-
execute
void execute()
Execute code before canvas state restoring inTextRenderer.
-
-