- AbstractNotificationEvent - Class in org.sejda.model.notification.event
-
Abstract event that carries the timestamp when it has been created.
- AbstractParameters - Class in org.sejda.model.parameter.base
-
- AbstractParameters() - Constructor for class org.sejda.model.parameter.base.AbstractParameters
-
- AbstractPdfOutputParameters - Class in org.sejda.model.parameter.base
-
Abstract parameters implementation with attributes commonly used by all the parameters implementation having single or multiple pdf output as result of the task manipulation.
- AbstractPdfOutputParameters() - Constructor for class org.sejda.model.parameter.base.AbstractPdfOutputParameters
-
- AbstractPdfSource<T> - Class in org.sejda.model.input
-
Skeletal implementation for a pdf input source.
- AbstractPdfSource(String) - Constructor for class org.sejda.model.input.AbstractPdfSource
-
Creates a source with the given name.
- AbstractPdfSource(String, String) - Constructor for class org.sejda.model.input.AbstractPdfSource
-
Creates a source with the given name and password.
- AbstractPdfToImageParameters - Class in org.sejda.model.parameter.image
-
Base class for a parameter meant to convert an existing pdf source to an image of a specified type.
- AbstractPdfToMultipleImageParameters - Class in org.sejda.model.parameter.image
-
Base class for a parameter meant to convert an existing pdf source to multiple images of a specified type.
- AbstractPdfToSingleImageParameters - Class in org.sejda.model.parameter.image
-
Base class for a parameter meant to convert an existing pdf source to a single image of a specified type.
- AbstractSplitByPageParameters - Class in org.sejda.model.parameter
-
Skeletal implementation for a split by page parameter class.
- AbstractSplitByPageParameters() - Constructor for class org.sejda.model.parameter.AbstractSplitByPageParameters
-
- accept(TaskOutputDispatcher) - Method in class org.sejda.model.output.DirectoryTaskOutput
-
- accept(TaskOutputDispatcher) - Method in class org.sejda.model.output.FileTaskOutput
-
- accept(TaskOutputDispatcher) - Method in class org.sejda.model.output.StreamTaskOutput
-
- accept(TaskOutputDispatcher) - Method in interface org.sejda.model.output.TaskOutput
-
Accept a dispatcher dispatching the correct method implementation
- add(E) - Method in class org.sejda.common.collection.NullSafeSet
-
Adds the input element if it's not null.
- addAll(Collection<? extends E>) - Method in class org.sejda.common.collection.NullSafeSet
-
- addAllPageRanges(Collection<PageRange>) - Method in class org.sejda.model.input.PdfMergeInput
-
- addAllPageRanges(Collection<PageRange>) - Method in class org.sejda.model.parameter.ExtractPagesParameters
-
- addAllPageRanges(Collection<PageRange>) - Method in class org.sejda.model.parameter.ExtractTextByPagesParameters
-
- addAllPageRanges(Collection<PageRange>) - Method in class org.sejda.model.parameter.image.AbstractPdfToMultipleImageParameters
-
- addAllPageRanges(Collection<PageRange>) - Method in class org.sejda.model.parameter.RotateParameters
-
- addCropArea(RectangularBox) - Method in class org.sejda.model.parameter.CropParameters
-
adds a area to the crop areas set.
- addEnabledPreference(PdfBooleanPreference) - Method in class org.sejda.model.parameter.ViewerPreferencesParameters
-
- addInput(PdfMergeInput) - Method in class org.sejda.model.parameter.MergeParameters
-
adds the given input to the list of inputs for the merge task.
- addPage(Integer, String) - Method in class org.sejda.model.outline.OutlinePageDestinations
-
Adds the given page destination with the given title.
- addPage(Integer) - Method in class org.sejda.model.parameter.SplitByPagesParameters
-
Adds a page to split at.
- addPageRange(PageRange) - Method in class org.sejda.model.input.PdfMergeInput
-
- addPageRange(PageRange) - Method in class org.sejda.model.parameter.ExtractPagesParameters
-
- addPageRange(PageRange) - Method in class org.sejda.model.parameter.ExtractTextByPagesParameters
-
- addPageRange(PageRange) - Method in class org.sejda.model.parameter.image.AbstractPdfToMultipleImageParameters
-
- addPageRange(PageRange) - Method in class org.sejda.model.parameter.RotateParameters
-
- addPages(Collection<Integer>) - Method in class org.sejda.model.parameter.SplitByPagesParameters
-
Adds all pages to split at.
- addPermission(PdfAccessPermission) - Method in class org.sejda.model.parameter.EncryptParameters
-
adds a permission to the permissions set
- addRotation(Rotation) - Method in enum org.sejda.model.rotation.Rotation
-
- addSource(PdfSource<?>) - Method in interface org.sejda.model.parameter.base.MultiplePdfSourceTaskParameters
-
adds the input source to the source list.
- addSource(PdfSource<?>) - Method in class org.sejda.model.parameter.ExtractTextParameters
-
adds the input source to the source list.
- addSource(PdfSource<?>) - Method in class org.sejda.model.parameter.UnpackParameters
-
adds the input source to the source list.
- after() - Method in interface org.sejda.model.task.Task
-
Called after the task is executed, can be used to close resources.
- AlternateMixParameters - Class in org.sejda.model.parameter
-
Parameter class for the alternate mix manipulation.
- AlternateMixParameters(PdfMixInput, PdfMixInput) - Constructor for class org.sejda.model.parameter.AlternateMixParameters
-
Constructor for an alternate mix parameter instance.
- PageDestinationsSplitPages - Class in org.sejda.model.split
-
- PageDestinationsSplitPages(OutlinePageDestinations) - Constructor for class org.sejda.model.split.PageDestinationsSplitPages
-
- PageRange - Class in org.sejda.model.pdf.page
-
Model for range of pages.
- PageRange(int, int) - Constructor for class org.sejda.model.pdf.page.PageRange
-
Creates a page range that goes from start to end (comprehended).
- PageRange(int) - Constructor for class org.sejda.model.pdf.page.PageRange
-
Creates a page range that starts at the given page and ends when the document ends.
- PageRangeSelection - Interface in org.sejda.model.pdf.page
-
Object with page range selection capabilities.
- PageRangeValidator - Class in org.sejda.model.validation.validator
-
Validates that in a
PageRange the end page is greater or equals the start page.
- PageRangeValidator() - Constructor for class org.sejda.model.validation.validator.PageRangeValidator
-
- PagesSelection - Interface in org.sejda.model.pdf.page
-
Specify a set of selected pages.
- PDF_EXTENSION - Static variable in class org.sejda.model.SejdaFileExtensions
-
- PdfAccessPermission - Enum in org.sejda.model.pdf.encryption
-
Access permissions correspond to various operations that can be allowed/disallowed when encrypting a pdf document.
- PdfBooleanPreference - Enum in org.sejda.model.pdf.viewerpreference
-
Possible Layout entries with boolean value.
- PdfDirection - Enum in org.sejda.model.pdf.viewerpreference
-
Possible values for the predominant reading order for text.
- PdfDuplex - Enum in org.sejda.model.pdf.viewerpreference
-
Possible values for the paper handling option to use when printing the file from the print dialog.
- PdfEncryption - Enum in org.sejda.model.pdf.encryption
-
Possible encryption algorithm to use during pdf encryption.
- PdfFile - Annotation Type in org.sejda.model.validation.constraint
-
Constraint validating that a File instance whose isFile method returns true, is a pdf file.
- PdfFileSource - Class in org.sejda.model.input
-
- PdfLabelNumberingStyle - Enum in org.sejda.model.pdf.label
-
Possible values for a numbering style to be used for page labels.
- PdfMergeInput - Class in org.sejda.model.input
-
Model for a input source for a merge task.
- PdfMergeInput(PdfSource<?>, Set<PageRange>) - Constructor for class org.sejda.model.input.PdfMergeInput
-
- PdfMergeInput(PdfSource<?>) - Constructor for class org.sejda.model.input.PdfMergeInput
-
- PdfMetadataKey - Enum in org.sejda.model.pdf
-
Possible metadata key used to set metadata values on a document.
- PdfMixInput - Class in org.sejda.model.input
-
Model representation of a input parameter for the Alternate Mix task.
- PdfMixInput(PdfSource<?>, boolean, int) - Constructor for class org.sejda.model.input.PdfMixInput
-
- PdfMixInput(PdfSource<?>) - Constructor for class org.sejda.model.input.PdfMixInput
-
Creates an instance with step of 1 reverse false
- PdfMixInput.PdfMixInputProcessStatus - Class in org.sejda.model.input
-
Holds the status of the process for the enclosing a
PdfMixInput
- PdfNonFullScreenPageMode - Enum in org.sejda.model.pdf.viewerpreference
-
Possible values for the document’s page mode, specifying how to display the document on exiting full-screen mode.
- PdfPageLabel - Class in org.sejda.model.pdf.label
-
Model for a page label.
- PdfPageLayout - Enum in org.sejda.model.pdf.viewerpreference
-
Possible values for the page layout to be used when the document is opened.
- PdfPageMode - Enum in org.sejda.model.pdf.viewerpreference
-
Possible values to specify how the document should be displayed when opened.
- PdfPageTransition - Class in org.sejda.model.pdf.transition
-
Model for a page transition.
- PdfPageTransitionStyle - Enum in org.sejda.model.pdf.transition
-
Possible entries in the transition dictionary defining a visual transition when moving from a page to another in presentation mode.
- PdfPrintScaling - Enum in org.sejda.model.pdf.viewerpreference
-
Possible values for the page scaling option to be selected when a print dialog is displayed for this document.
- PdfSource<T> - Interface in org.sejda.model.input
-
A pdf source that can be used as input for a pdf manipulation.
- PdfSourceOpener<T> - Interface in org.sejda.model.input
-
Double Dispatch interface to open a
PdfSource.
- PdfStreamSource - Class in org.sejda.model.input
-
- PdfToJpegParameters - Class in org.sejda.model.parameter.image
-
Parameter meant to convert an existing pdf source to JPEG images.
- PdfToJpegParameters() - Constructor for class org.sejda.model.parameter.image.PdfToJpegParameters
-
- PdfToMultipleTiffParameters - Class in org.sejda.model.parameter.image
-
Parameter meant to convert an existing pdf source to multiple TIFF images.
- PdfToMultipleTiffParameters(ImageColorType) - Constructor for class org.sejda.model.parameter.image.PdfToMultipleTiffParameters
-
- PdfToSingleTiffParameters - Class in org.sejda.model.parameter.image
-
Parameter meant to convert an existing pdf source to a single TIFF image with multiple pages.
- PdfToSingleTiffParameters(ImageColorType) - Constructor for class org.sejda.model.parameter.image.PdfToSingleTiffParameters
-
- PdfToTiffParameters - Interface in org.sejda.model.parameter.image
-
Parameters that have pdf input and tiff image format output
- PdfURLSource - Class in org.sejda.model.input
-
- PdfVersion - Enum in org.sejda.model.pdf
-
pdf versions
- PdfVersionValidator - Class in org.sejda.model.validation.validator
-
Validates an AbstractParameters instance ensuring that the PdfVersion set is valid considering the other fields value.
- PdfVersionValidator() - Constructor for class org.sejda.model.validation.validator.PdfVersionValidator
-
- PercentageOfWorkDoneChangedEvent - Class in org.sejda.model.notification.event
-
Event used to notify about the increasing percentage of work executed by the task.
- PercentageOfWorkDoneChangedEvent(NotifiableTaskMetadata) - Constructor for class org.sejda.model.notification.event.PercentageOfWorkDoneChangedEvent
-
creates and event with percentage zero.
- PercentageOfWorkDoneChangedEvent(BigDecimal, NotifiableTaskMetadata) - Constructor for class org.sejda.model.notification.event.PercentageOfWorkDoneChangedEvent
-
creates and event with the given percentage
- position(float, float, float) - Method in enum org.sejda.model.HorizontalAlign
-
- position(float, float) - Method in enum org.sejda.model.VerticalAlign
-
- Positive - Annotation Type in org.sejda.model.validation.constraint
-
Constraint on a Number that must be positive
- PositiveNumberValidator - Class in org.sejda.model.validation.validator
-
Validates a number that should be positive.
- PositiveNumberValidator() - Constructor for class org.sejda.model.validation.validator.PositiveNumberValidator
-
- PredefinedSetOfPages - Enum in org.sejda.model.pdf.page
-
Represent a predefined set of pages like odd or even pages.
- Prefix - Enum in org.sejda.model.prefix
-
Enumerates the available complex prefixes that Sejda can handle.
- put(K, V) - Method in class org.sejda.common.collection.ListValueMap
-
Adds the input value to the
List associated to the input key
- put(PdfMetadataKey, String) - Method in class org.sejda.model.parameter.SetMetadataParameters
-
adds the key,value
- putAll(Map<PdfMetadataKey, String>) - Method in class org.sejda.model.parameter.SetMetadataParameters
-
- putLabel(Integer, PdfPageLabel) - Method in class org.sejda.model.parameter.SetPagesLabelParameters
-
Associates the given label to the given page number.
- putTransition(Integer, PdfPageTransition) - Method in class org.sejda.model.parameter.SetPagesTransitionParameters
-
Associates the given transition to the given page number.
- SejdaFileExtensions - Class in org.sejda.model
-
A set of supported extensions
- SejdaRuntimeException - Exception in org.sejda.model.exception
-
General Sejda runtime exception.
- SejdaRuntimeException() - Constructor for exception org.sejda.model.exception.SejdaRuntimeException
-
- SejdaRuntimeException(String, Throwable) - Constructor for exception org.sejda.model.exception.SejdaRuntimeException
-
- SejdaRuntimeException(String) - Constructor for exception org.sejda.model.exception.SejdaRuntimeException
-
- SejdaRuntimeException(Throwable) - Constructor for exception org.sejda.model.exception.SejdaRuntimeException
-
- setBlankPageIfOdd(boolean) - Method in class org.sejda.model.parameter.MergeParameters
-
Setting this true tells the task to add a blank page after each merged document if the number of pages is odd.
- setCompress(boolean) - Method in class org.sejda.model.parameter.base.AbstractPdfOutputParameters
-
- setCompressionType(TiffCompressionType) - Method in class org.sejda.model.parameter.image.PdfToMultipleTiffParameters
-
- setCompressionType(TiffCompressionType) - Method in class org.sejda.model.parameter.image.PdfToSingleTiffParameters
-
- setCopyFormFields(boolean) - Method in class org.sejda.model.parameter.MergeParameters
-
Setting this true tells the task to try to merge form fields if any of the input document has forms.
- setDirection(PdfDirection) - Method in class org.sejda.model.parameter.ViewerPreferencesParameters
-
- setDuplex(PdfDuplex) - Method in class org.sejda.model.parameter.ViewerPreferencesParameters
-
- setFont(StandardType1Font) - Method in class org.sejda.model.parameter.SetHeaderFooterParameters
-
- setFontSize(BigDecimal) - Method in class org.sejda.model.parameter.SetHeaderFooterParameters
-
Set the font size in pts
- setFullScreen(boolean) - Method in class org.sejda.model.parameter.SetPagesTransitionParameters
-
- SetHeaderFooterParameters - Class in org.sejda.model.parameter
-
Parameters configuring how to label the header/footer of a set of pages in a given pdf document.
- SetHeaderFooterParameters() - Constructor for class org.sejda.model.parameter.SetHeaderFooterParameters
-
- setHorizontalAlign(HorizontalAlign) - Method in class org.sejda.model.parameter.SetHeaderFooterParameters
-
- setLabelPrefix(String) - Method in class org.sejda.model.parameter.SetHeaderFooterParameters
-
- setMatchingTitleRegEx(String) - Method in class org.sejda.model.parameter.SplitByOutlineLevelParameters
-
- SetMetadataParameters - Class in org.sejda.model.parameter
-
Parameter class for the set metadata manipulation.
- SetMetadataParameters() - Constructor for class org.sejda.model.parameter.SetMetadataParameters
-
- setNfsMode(PdfNonFullScreenPageMode) - Method in class org.sejda.model.parameter.ViewerPreferencesParameters
-
- setNumbering(Numbering) - Method in class org.sejda.model.parameter.SetHeaderFooterParameters
-
- setOutlinePolicy(OutlinePolicy) - Method in class org.sejda.model.parameter.MergeParameters
-
The policy that the merge task should use when handling the outline tree (bookmarks)
- setOutput(SingleTaskOutput<?>) - Method in class org.sejda.model.parameter.AlternateMixParameters
-
- setOutput(MultipleTaskOutput<?>) - Method in interface org.sejda.model.parameter.base.MultipleOutputTaskParameters
-
Sets the output destination
- setOutput(MultipleTaskOutput<?>) - Method in class org.sejda.model.parameter.base.MultiplePdfSourceMultipleOutputParameters
-
- setOutput(SingleTaskOutput<?>) - Method in class org.sejda.model.parameter.base.MultiplePdfSourceSingleOutputParameters
-
- setOutput(SingleTaskOutput<?>) - Method in interface org.sejda.model.parameter.base.SingleOutputTaskParameters
-
Sets the output destination
- setOutput(MultipleTaskOutput<?>) - Method in class org.sejda.model.parameter.base.SinglePdfSourceMultipleOutputParameters
-
- setOutput(SingleTaskOutput<?>) - Method in class org.sejda.model.parameter.base.SinglePdfSourceSingleOutputParameters
-
- setOutput(MultipleTaskOutput<?>) - Method in class org.sejda.model.parameter.ExtractTextParameters
-
- setOutput(MultipleTaskOutput<?>) - Method in class org.sejda.model.parameter.image.AbstractPdfToMultipleImageParameters
-
- setOutput(SingleTaskOutput<?>) - Method in class org.sejda.model.parameter.image.AbstractPdfToSingleImageParameters
-
- setOutput(SingleTaskOutput<?>) - Method in class org.sejda.model.parameter.MergeParameters
-
- setOutputName(String) - Method in class org.sejda.model.parameter.AlternateMixParameters
-
- setOutputName(String) - Method in class org.sejda.model.parameter.base.MultiplePdfSourceSingleOutputParameters
-
- setOutputName(String) - Method in class org.sejda.model.parameter.base.SinglePdfSourceSingleOutputParameters
-
- setOutputName(String) - Method in class org.sejda.model.parameter.image.AbstractPdfToSingleImageParameters
-
- setOutputName(String) - Method in class org.sejda.model.parameter.MergeParameters
-
- setOutputPrefix(String) - Method in interface org.sejda.model.parameter.base.MultipleOutputTaskParameters
-
Set the prefix to be used to generate names of the multiple outputs for this parameter.
- setOutputPrefix(String) - Method in class org.sejda.model.parameter.base.MultiplePdfSourceMultipleOutputParameters
-
- setOutputPrefix(String) - Method in class org.sejda.model.parameter.base.SinglePdfSourceMultipleOutputParameters
-
- setOutputPrefix(String) - Method in class org.sejda.model.parameter.ExtractTextParameters
-
- setOutputPrefix(String) - Method in class org.sejda.model.parameter.image.AbstractPdfToMultipleImageParameters
-
- setOverwrite(boolean) - Method in class org.sejda.model.parameter.base.AbstractParameters
-
Set if the output should be overwritten if already exists
- setOwnerPassword(String) - Method in class org.sejda.model.parameter.EncryptParameters
-
- setPageLayout(PdfPageLayout) - Method in class org.sejda.model.parameter.ViewerPreferencesParameters
-
- setPageMode(PdfPageMode) - Method in class org.sejda.model.parameter.ViewerPreferencesParameters
-
- setPageRange(PageRange) - Method in class org.sejda.model.parameter.SetHeaderFooterParameters
-
Set the page range where the header/footer will be applied
- SetPagesLabelParameters - Class in org.sejda.model.parameter
-
Parameter class for the set pages label manipulation.
- SetPagesLabelParameters() - Constructor for class org.sejda.model.parameter.SetPagesLabelParameters
-
- SetPagesTransitionParameters - Class in org.sejda.model.parameter
-
Parameter class for the set pages transition manipulation.
- SetPagesTransitionParameters() - Constructor for class org.sejda.model.parameter.SetPagesTransitionParameters
-
- SetPagesTransitionParameters(PdfPageTransition) - Constructor for class org.sejda.model.parameter.SetPagesTransitionParameters
-
- setPercentage(BigDecimal) - Method in class org.sejda.model.notification.event.PercentageOfWorkDoneChangedEvent
-
Sets the percentage for this event
- setPrintScaling(PdfPrintScaling) - Method in class org.sejda.model.parameter.ViewerPreferencesParameters
-
- setResolutionInDpi(int) - Method in class org.sejda.model.parameter.image.AbstractPdfToImageParameters
-
- setSource(PdfSource<?>) - Method in interface org.sejda.model.parameter.base.SinglePdfSourceTaskParameters
-
Set the source for this parameter.
- setSource(PdfSource<?>) - Method in class org.sejda.model.parameter.image.AbstractPdfToImageParameters
-
- setTextEncoding(String) - Method in class org.sejda.model.parameter.ExtractTextByPagesParameters
-
- setTextEncoding(String) - Method in class org.sejda.model.parameter.ExtractTextParameters
-
- setUserPassword(String) - Method in class org.sejda.model.parameter.EncryptParameters
-
- setUserZoom(float) - Method in class org.sejda.model.parameter.image.AbstractPdfToImageParameters
-
Controls the resolution of the resulting images.
- setVersion(PdfVersion) - Method in class org.sejda.model.parameter.base.AbstractPdfOutputParameters
-
Set the pdf version for the output document/s
- setVerticalAlign(VerticalAlign) - Method in class org.sejda.model.parameter.SetHeaderFooterParameters
-
- SimpleSplitParameters - Class in org.sejda.model.parameter
-
Parameter class for a simple split task.
- SimpleSplitParameters(PredefinedSetOfPages) - Constructor for class org.sejda.model.parameter.SimpleSplitParameters
-
- SingleOutputAllowedExtensions - Annotation Type in org.sejda.model.validation.constraint
-
Constraint validating that a single output parameter has one of the expected output extensions (in the output file name for file task output or in the outputname attribute for
non file task output).
- SingleOutputExtensionsValidator - Class in org.sejda.model.validation.validator
-
Validates that the input single output task parameter has a
FileTaskOutput whose file is of the expected type (extension) or, if not a
FileTaskOutput, the
outputName is of the expected type (extension).
- SingleOutputExtensionsValidator() - Constructor for class org.sejda.model.validation.validator.SingleOutputExtensionsValidator
-
- SingleOutputTaskParameters - Interface in org.sejda.model.parameter.base
-
A
TaskParameters parameter whose execution result in a single output pdf document.
- SingleOutputValidator - Class in org.sejda.model.validation.validator
-
Validates that a single output parameter has a valid output name if the selected output is not a file.
- SingleOutputValidator() - Constructor for class org.sejda.model.validation.validator.SingleOutputValidator
-
- SinglePdfSourceMultipleOutputParameters - Class in org.sejda.model.parameter.base
-
Provides a skeletal implementation for the parameter classes having a single pdf source as input and generating multiple output.
- SinglePdfSourceMultipleOutputParameters() - Constructor for class org.sejda.model.parameter.base.SinglePdfSourceMultipleOutputParameters
-
- SinglePdfSourceSingleOutputParameters - Class in org.sejda.model.parameter.base
-
Provides a skeletal implementation for parameter classes having a single pdf source as input and producing a
SingleTaskOutput.
- SinglePdfSourceSingleOutputParameters() - Constructor for class org.sejda.model.parameter.base.SinglePdfSourceSingleOutputParameters
-
- SinglePdfSourceTaskParameters - Interface in org.sejda.model.parameter.base
-
A parameter with a single source as input for the task.
- SingleTaskOutput<T> - Interface in org.sejda.model.output
-
Represent the output for a task generating a single output.
- size() - Method in class org.sejda.common.collection.ListValueMap
-
- size() - Method in class org.sejda.common.collection.NullSafeSet
-
- SplitByEveryXPagesParameters - Class in org.sejda.model.parameter
-
Parameter class for a split by every X pages task.
- SplitByEveryXPagesParameters(int) - Constructor for class org.sejda.model.parameter.SplitByEveryXPagesParameters
-
- SplitByOutlineLevelParameters - Class in org.sejda.model.parameter
-
Parameter class to split a PDF document at a given outline level.
- SplitByOutlineLevelParameters(int) - Constructor for class org.sejda.model.parameter.SplitByOutlineLevelParameters
-
- SplitByPagesParameters - Class in org.sejda.model.parameter
-
Parameter class for a split by page task.
- SplitByPagesParameters() - Constructor for class org.sejda.model.parameter.SplitByPagesParameters
-
- SplitBySizeParameters - Class in org.sejda.model.parameter
-
Parameter class for a split by size task.
- SplitBySizeParameters(long) - Constructor for class org.sejda.model.parameter.SplitBySizeParameters
-
- SplitPages - Class in org.sejda.model.split
-
Strategy that holds the page numbers where the split process has to split.
- SplitPages(Collection<Integer>) - Constructor for class org.sejda.model.split.SplitPages
-
- SplitPages(Integer...) - Constructor for class org.sejda.model.split.SplitPages
-
- StandardType1Font - Enum in org.sejda.model.pdf
-
Standard font type 1 fonts.
- startPage(int) - Method in interface org.sejda.model.outline.OutlineSubsetProvider
-
Sets the start page from which the component will provide outline.
- StreamTaskOutput - Class in org.sejda.model.output
-
- StreamTaskOutput(OutputStream) - Constructor for class org.sejda.model.output.StreamTaskOutput
-
- styledLabelFor(int) - Method in class org.sejda.model.parameter.SetHeaderFooterParameters
-
- styledLabelFor(int) - Method in class org.sejda.model.pdf.headerfooter.Numbering
-
- ValidCoordinates - Annotation Type in org.sejda.model.validation.constraint
-
Constraint on the coordinates defined ensuring that top is greater then bottom and right is greater then left.
- ValidPdfVersion - Annotation Type in org.sejda.model.validation.constraint
-
- ValidSingleOutput - Annotation Type in org.sejda.model.validation.constraint
-
Constraint validating that a single output parameter is valid.
- valueOf(String) - Static method in enum org.sejda.model.HorizontalAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.image.ImageColorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.image.ImageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.image.TiffCompressionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.outline.OutlinePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.pdf.encryption.PdfAccessPermission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.pdf.encryption.PdfEncryption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.pdf.headerfooter.NumberingStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.pdf.label.PdfLabelNumberingStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.pdf.page.PredefinedSetOfPages
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.pdf.PdfMetadataKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.pdf.PdfVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.pdf.StandardType1Font
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.pdf.transition.PdfPageTransitionStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.pdf.viewerpreference.PdfBooleanPreference
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.pdf.viewerpreference.PdfDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.pdf.viewerpreference.PdfDuplex
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.pdf.viewerpreference.PdfNonFullScreenPageMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.pdf.viewerpreference.PdfPageLayout
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.pdf.viewerpreference.PdfPageMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.pdf.viewerpreference.PdfPrintScaling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.prefix.Prefix
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.rotation.Rotation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sejda.model.VerticalAlign
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.sejda.model.HorizontalAlign
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.image.ImageColorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.image.ImageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.image.TiffCompressionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.outline.OutlinePolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.pdf.encryption.PdfAccessPermission
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.pdf.encryption.PdfEncryption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.pdf.headerfooter.NumberingStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.pdf.label.PdfLabelNumberingStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.pdf.page.PredefinedSetOfPages
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.pdf.PdfMetadataKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.pdf.PdfVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.pdf.StandardType1Font
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.pdf.transition.PdfPageTransitionStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.pdf.viewerpreference.PdfBooleanPreference
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.pdf.viewerpreference.PdfDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.pdf.viewerpreference.PdfDuplex
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.pdf.viewerpreference.PdfNonFullScreenPageMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.pdf.viewerpreference.PdfPageLayout
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.pdf.viewerpreference.PdfPageMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.pdf.viewerpreference.PdfPrintScaling
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.prefix.Prefix
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.rotation.Rotation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sejda.model.VerticalAlign
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valuesSupportingMultipleImage() - Static method in enum org.sejda.model.image.ImageType
-
- VerticalAlign - Enum in org.sejda.model
-
Possible vertical alignments
- ViewerPreferencesParameters - Class in org.sejda.model.parameter
-
Parameter class for the set viewer preferences manipulation.
- ViewerPreferencesParameters() - Constructor for class org.sejda.model.parameter.ViewerPreferencesParameters
-