- All Implemented Interfaces:
Task<SetPagesLabelParameters>
SAMBox implementation of a task that applies page labels to a given document
- Author:
- Andrea Vacondio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
after()
void
before
(SetPagesLabelParameters parameters, TaskExecutionContext executionContext) void
execute
(SetPagesLabelParameters parameters) Methods inherited from class org.sejda.model.task.BaseTask
executionContext
-
Constructor Details
-
SetPagesLabelTask
public SetPagesLabelTask()
-
-
Method Details
-
before
public void before(SetPagesLabelParameters parameters, TaskExecutionContext executionContext) throws TaskException - Specified by:
before
in interfaceTask<SetPagesLabelParameters>
- Overrides:
before
in classBaseTask<SetPagesLabelParameters>
- Throws:
TaskException
-
execute
- Throws:
TaskException
-
after
public void after()
-