public final class PageDescriptionLanguageFileType extends FileType implements Serializable
Defines Page description documents.
Includes the following types:
Svg,
Eps,
Cgm,
Xps,
Tex,
Ps,
Pcl,
Oxps,
| Modifier and Type | Field and Description |
|---|---|
static PageDescriptionLanguageFileType |
Cgm
Computer Graphics Metafile (CGM) is free, platform-independent, international standard metafile format for storing and exchanging of vector graphics (2D), raster graphics, and text.
|
static PageDescriptionLanguageFileType |
Eps
Files with EPS extension essentially describe an Encapsulated PostScript language program that describes the appearance of a single page.
|
static PageDescriptionLanguageFileType |
Oxps
The file format OXPS is known as Open XML Paper Specification.
|
static PageDescriptionLanguageFileType |
Pcl
PCL stands for Printer Command Language which is a Page Description Language introduced by Hewlett Packard (HP).
|
static PageDescriptionLanguageFileType |
Ps
PostScript (PS) is a general-purpose page description language used in the business of desktop and electronic publishing.
|
static PageDescriptionLanguageFileType |
Svg
An SVG file is a Scalar Vector Graphics file that uses XML based text format for describing the appearance of an image.
|
static PageDescriptionLanguageFileType |
Tex
TeX is a language that comprises of programming as well as mark-up features, used to typeset documents.
|
static PageDescriptionLanguageFileType |
Xps
An XPS file represents page layout files that are based on XML Paper Specifications created by Microsoft.
|
| Constructor and Description |
|---|
PageDescriptionLanguageFileType()
Serialization constructor
|
| Modifier and Type | Method and Description |
|---|---|
ConvertOptions |
getConvertOptions()
Prepared default convert options for the file type
|
static FileType[] |
getExcludedSourceTypes() |
static FileType[] |
getExcludedTargetTypes() |
LoadOptions |
getLoadOptions()
Prepared default load options for the source file type
|
equals, equals, fromExtension, fromFilename, fromStream, getAllTypes, getAllTypes, getAllTypes, getDescription, getExtension, getFamily, getFileFormat, hashCode, isObsolete, toStringcompareTo, fromDisplayName, fromValue, getAll, getKey, getName, op_Equality, op_Inequalitypublic static final PageDescriptionLanguageFileType Cgm
public static final PageDescriptionLanguageFileType Eps
public static final PageDescriptionLanguageFileType Oxps
public static final PageDescriptionLanguageFileType Pcl
public static final PageDescriptionLanguageFileType Ps
public static final PageDescriptionLanguageFileType Svg
public static final PageDescriptionLanguageFileType Tex
public static final PageDescriptionLanguageFileType Xps
public PageDescriptionLanguageFileType()
public ConvertOptions getConvertOptions()
FileTypegetConvertOptions in class FileTypepublic static FileType[] getExcludedSourceTypes()
public static FileType[] getExcludedTargetTypes()
public LoadOptions getLoadOptions()
FileTypegetLoadOptions in class FileTypeCopyright © 2024. All rights reserved.