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