Uses of Enum Class
org.sejda.sambox.output.WriteOption
Packages that use WriteOption
-
Uses of WriteOption in org.sejda.sambox.input
Methods in org.sejda.sambox.input with parameters of type WriteOptionModifier and TypeMethodDescriptionvoidIncrementablePDDocument.writeTo(File file, WriteOption... options) Writes the document to the givenFile.voidIncrementablePDDocument.writeTo(OutputStream out, WriteOption... options) Writes the document to the givenOutputStream.voidIncrementablePDDocument.writeTo(String filename, WriteOption... options) Writes the document to the file corresponding the given file name.voidIncrementablePDDocument.writeTo(WritableByteChannel channel, WriteOption... options) Writes the document to the givenWritableByteChannel. -
Uses of WriteOption in org.sejda.sambox.output
Methods in org.sejda.sambox.output that return WriteOptionModifier and TypeMethodDescriptionstatic WriteOptionReturns the enum constant of this class with the specified name.static WriteOption[]WriteOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sejda.sambox.output with parameters of type WriteOptionModifier and TypeMethodDescriptionstatic ExistingPagesSizePredictorExistingPagesSizePredictor.instance(WriteOption... opts) Factory method for an ExistingPagesSizePredictorConstructors in org.sejda.sambox.output with parameters of type WriteOptionModifierConstructorDescriptionIncrementablePDDocumentWriter(org.sejda.io.CountingWritableByteChannel channel, WriteOption... options) PDDocumentWriter(org.sejda.io.CountingWritableByteChannel channel, Optional<EncryptionContext> encryptionContext, WriteOption... options) -
Uses of WriteOption in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel with parameters of type WriteOptionModifier and TypeMethodDescriptionvoidPDDocument.writeTo(File file, StandardSecurity security, WriteOption... options) Writes the document to the givenFileencrypting it using the given security.voidPDDocument.writeTo(File file, WriteOption... options) Writes the document to the givenFile.voidPDDocument.writeTo(OutputStream out, StandardSecurity security, WriteOption... options) Writes the document to the givenOutputStreamencrypting it using the given security.voidPDDocument.writeTo(OutputStream out, WriteOption... options) Writes the document to the givenOutputStream.voidPDDocument.writeTo(String filename, StandardSecurity security, WriteOption... options) Writes the document to the file corresponding the given file name encrypting it using the given security.voidPDDocument.writeTo(String filename, WriteOption... options) Writes the document to the file corresponding the given file name.voidPDDocument.writeTo(WritableByteChannel channel, StandardSecurity security, WriteOption... options) Writes the document to the givenWritableByteChannelencrypting it using the given security.voidPDDocument.writeTo(WritableByteChannel channel, WriteOption... options) Writes the document to the givenWritableByteChannel.