org.sejda.model.parameter
Class SplitByGoToActionLevelParameters

java.lang.Object
  extended by org.sejda.model.parameter.base.AbstractParameters
      extended by org.sejda.model.parameter.base.AbstractPdfOutputParameters
          extended by org.sejda.model.parameter.base.SinglePdfSourceMultipleOutputParameters
              extended by 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

Constructor Summary
SplitByGoToActionLevelParameters(int levelToSplitAt)
           
 
Method Summary
 boolean equals(Object other)
           
 int getLevelToSplitAt()
           
 String getMatchingTitleRegEx()
           
 PdfSource<?> getSource()
           
 int hashCode()
           
 void setMatchingTitleRegEx(String matchingTitleRegEx)
           
 void setSource(PdfSource<?> source)
          Set the source for this parameter.
 String toString()
           
 
Methods inherited from class org.sejda.model.parameter.base.SinglePdfSourceMultipleOutputParameters
getOutput, getOutputPrefix, setOutput, setOutputPrefix
 
Methods inherited from class org.sejda.model.parameter.base.AbstractPdfOutputParameters
getMinRequiredPdfVersion, getVersion, isCompressXref, setCompress, setVersion
 
Methods inherited from class org.sejda.model.parameter.base.AbstractParameters
isOverwrite, setOverwrite
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.sejda.model.parameter.base.TaskParameters
isOverwrite
 

Constructor Detail

SplitByGoToActionLevelParameters

public SplitByGoToActionLevelParameters(int levelToSplitAt)
Method Detail

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.