org.sejda.model.parameter
Class SplitByGoToActionLevelParameters
java.lang.Object
org.sejda.model.parameter.base.AbstractParameters
org.sejda.model.parameter.base.AbstractPdfOutputParameters
org.sejda.model.parameter.base.SinglePdfSourceMultipleOutputParameters
org.sejda.model.parameter.SplitByGoToActionLevelParameters
- All Implemented Interfaces:
- MultipleOutputTaskParameters, SinglePdfSourceTaskParameters, TaskParameters
public class SplitByGoToActionLevelParameters
- extends SinglePdfSourceMultipleOutputParameters
Parameter class for a split by GoTo Action level task.
- Author:
- Andrea Vacondio
SplitByGoToActionLevelParameters
public SplitByGoToActionLevelParameters(int levelToSplitAt)
getLevelToSplitAt
public int getLevelToSplitAt()
getMatchingTitleRegEx
public String getMatchingTitleRegEx()
setMatchingTitleRegEx
public void setMatchingTitleRegEx(String matchingTitleRegEx)
toString
public String toString()
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class SinglePdfSourceMultipleOutputParameters
equals
public boolean equals(Object other)
- Overrides:
equals in class SinglePdfSourceMultipleOutputParameters
getSource
public PdfSource<?> getSource()
- Specified by:
getSource in interface SinglePdfSourceTaskParameters
- Returns:
- the source for this parameter.
setSource
public void setSource(PdfSource<?> source)
- Description copied from interface:
SinglePdfSourceTaskParameters
- Set the source for this parameter.
- Specified by:
setSource in interface SinglePdfSourceTaskParameters
Copyright © 2013 sejda. All Rights Reserved.