PublisherFileType
Contents
[
Hide
]
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.Enumeration, com.groupdocs.conversion.filetypes.FileType
All Implemented Interfaces: java.io.Serializable
public final class PublisherFileType extends FileType implements Serializable
Defines Publisher documents. Includes the following types: Pub, Learn more about Font formats here.
Constructors
Constructor | Description |
---|---|
PublisherFileType() | Serialization constructor |
Fields
Field | Description |
---|---|
Pub | A PUB file is a Microsoft Publisher document file format. |
Methods
Method | Description |
---|---|
getLoadOptions() | |
getExcludedSourceTypes() | |
getExcludedTargetTypes() |
PublisherFileType()
public PublisherFileType()
Serialization constructor
Pub
public static final PublisherFileType Pub
A PUB file is a Microsoft Publisher document file format. It is used to create several types of design layout documents such as newsletters, flyers, brochures, postcards, etc. PUB files can contain text, raster and vector images. Learn more about this file format here.
getLoadOptions()
public LoadOptions getLoadOptions()
Prepared default load options for the source file type
Returns: LoadOptions
getExcludedSourceTypes()
public static FileType[] getExcludedSourceTypes()
Returns: com.groupdocs.conversion.filetypes.FileType[]
getExcludedTargetTypes()
public static FileType[] getExcludedTargetTypes()
Returns: com.groupdocs.conversion.filetypes.FileType[]