- 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 TypeMethodDescriptionvoidafter()voidbefore(SetPagesLabelParameters parameters, TaskExecutionContext executionContext) voidexecute(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:
beforein interfaceTask<SetPagesLabelParameters>- Overrides:
beforein classBaseTask<SetPagesLabelParameters>- Throws:
TaskException
-
execute
- Throws:
TaskException
-
after
public void after()
-