Java org.apache.pdfbox.pdmodel.common.filespecification PDComplexFileSpecification fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel.common.filespecification PDComplexFileSpecification fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel.common.filespecification PDComplexFileSpecification.

The text is from its open source code.

Constructor

PDComplexFileSpecification()
Default Constructor.

Method

COSDictionarygetCOSObject()
Convert this standard java object to a COS object.
PDEmbeddedFilegetEmbeddedFile()
Get the embedded file.
PDEmbeddedFilegetEmbeddedFileDos()
Get the embedded dos file.
PDEmbeddedFilegetEmbeddedFileMac()
Get the embedded Mac file.
PDEmbeddedFilegetEmbeddedFileUnicode()
Get the embedded unicode file.
PDEmbeddedFilegetEmbeddedFileUnix()
Get the embedded Unix file.
StringgetFile()
This will get the file name.
StringgetFileDos()
This will get the name representing a Dos file.
StringgetFileMac()
This will get the name representing a Mac file.
StringgetFilename()

Preferred method for getting the filename.

StringgetFileUnicode()
This will get the unicode file name.
StringgetFileUnix()
This will get the name representing a Unix file.
voidsetEmbeddedFile(PDEmbeddedFile file)
Set the embedded file for this spec.
voidsetFile(String file)
This will set the file name.