| Package | Description |
|---|---|
| org.aoju.bus.office.builtin | |
| org.aoju.bus.office.magic.family | |
| org.aoju.bus.office.provider |
| Modifier and Type | Method and Description |
|---|---|
ConvertJob |
RequiredTarget.as(DocumentFormat format)
定义给定输入文档的目标文档格式.
|
JobWithSource |
OptionalSource.as(DocumentFormat format)
定义给定输入文档的源文档格式.
|
AbstractNorm |
AbstractNorm.as(DocumentFormat format) |
ConvertJob |
AbstractJob.as(DocumentFormat format) |
| Modifier and Type | Field and Description |
|---|---|
static DocumentFormat |
DefaultFormatRegistry.BMP
Windows Bitmap.
|
static DocumentFormat |
DefaultFormatRegistry.CSV
Comma Separated Values.
|
static DocumentFormat |
DefaultFormatRegistry.DOC
Microsoft Word 97-2003.
|
static DocumentFormat |
DefaultFormatRegistry.DOCX
Microsoft Word 2007-2013 XML.
|
static DocumentFormat |
DefaultFormatRegistry.FODG
OpenDocument Drawing Flat XML.
|
static DocumentFormat |
DefaultFormatRegistry.FODP
OpenDocument Presentation Flat XML.
|
static DocumentFormat |
DefaultFormatRegistry.FODS
OpenDocument Spreadsheet Flat XML.
|
static DocumentFormat |
DefaultFormatRegistry.FODT
OpenDocument Text Flat XML.
|
static DocumentFormat |
DefaultFormatRegistry.GIF
Graphic Interchange Format.
|
static DocumentFormat |
DefaultFormatRegistry.HTML
HTML.
|
static DocumentFormat |
DefaultFormatRegistry.JPEG
Joint Photographic Experts Group.
|
static DocumentFormat |
DefaultFormatRegistry.ODG
OpenDocument Drawing.
|
static DocumentFormat |
DefaultFormatRegistry.ODP
OpenDocument Presentation.
|
static DocumentFormat |
DefaultFormatRegistry.ODS
OpenDocument Spreadsheet.
|
static DocumentFormat |
DefaultFormatRegistry.ODT
OpenDocument Text.
|
static DocumentFormat |
DefaultFormatRegistry.OTG
OpenDocument Drawing Template.
|
static DocumentFormat |
DefaultFormatRegistry.OTP
OpenDocument Presentation Template.
|
static DocumentFormat |
DefaultFormatRegistry.OTS
OpenDocument Spreadsheet Template.
|
static DocumentFormat |
DefaultFormatRegistry.OTT
OpenDocument Text Template.
|
static DocumentFormat |
DefaultFormatRegistry.PDF
Portable Document Format.
|
static DocumentFormat |
DefaultFormatRegistry.PNG
Portable Network Graphics.
|
static DocumentFormat |
DefaultFormatRegistry.PPT
Microsoft PowerPoint 97-2003.
|
static DocumentFormat |
DefaultFormatRegistry.PPTX
Microsoft PowerPoint 2007-2013 XML.
|
static DocumentFormat |
DefaultFormatRegistry.RTF
Rich Text Format.
|
static DocumentFormat |
DefaultFormatRegistry.SVG
Scalable Vector Graphics.
|
static DocumentFormat |
DefaultFormatRegistry.SWF
Macromedia Flash.
|
static DocumentFormat |
DefaultFormatRegistry.SXC
OpenOffice.org 1.0 Spreadsheet.
|
static DocumentFormat |
DefaultFormatRegistry.SXI
OpenOffice.org 1.0 Presentation.
|
static DocumentFormat |
DefaultFormatRegistry.SXW
OpenOffice.org 1.0 Text Document.
|
static DocumentFormat |
DefaultFormatRegistry.TIFF
Tagged Image File Format.
|
static DocumentFormat |
DefaultFormatRegistry.TSV
Tab Separated Values.
|
static DocumentFormat |
DefaultFormatRegistry.TXT
Plain Text.
|
static DocumentFormat |
DefaultFormatRegistry.VSD
Visio format.
|
static DocumentFormat |
DefaultFormatRegistry.VSDX
New Visio format.
|
static DocumentFormat |
DefaultFormatRegistry.WPD
WordPerfect.
|
static DocumentFormat |
DefaultFormatRegistry.XHTML
XHTML.
|
static DocumentFormat |
DefaultFormatRegistry.XLS
Microsoft Excel 97-2003.
|
static DocumentFormat |
DefaultFormatRegistry.XLSX
Microsoft Excel 2007-2013 XML.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentFormat |
DocumentFormat.Builder.build() |
static DocumentFormat |
DocumentFormat.copy(DocumentFormat sourceFormat)
从指定的格式创建一个新的可修改的
DocumentFormat. |
DocumentFormat |
SimpleFormatRegistry.getFormatByExtension(String extension) |
DocumentFormat |
FormatRegistry.getFormatByExtension(String extension)
获取指定扩展名的文档格式.
|
static DocumentFormat |
DefaultFormatRegistry.getFormatByExtension(String extension)
获取指定扩展名的文档格式.
|
DocumentFormat |
SimpleFormatRegistry.getFormatByMediaType(String mediaType) |
DocumentFormat |
FormatRegistry.getFormatByMediaType(String mediaType)
获取指定媒体类型的文档格式.
|
static DocumentFormat |
DefaultFormatRegistry.getFormatByMediaType(String mediaType)
获取指定媒体类型的文档格式.
|
static DocumentFormat |
DocumentFormat.unmodifiableCopy(DocumentFormat sourceFormat)
从指定格式创建一个新的不可修改的
DocumentFormat. |
| Modifier and Type | Method and Description |
|---|---|
Set<DocumentFormat> |
SimpleFormatRegistry.getOutputFormats(FamilyType family) |
Set<DocumentFormat> |
FormatRegistry.getOutputFormats(FamilyType family) |
static Set<DocumentFormat> |
DefaultFormatRegistry.getOutputFormats(FamilyType family)
获取给定系列的所有
DocumentFormat. |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleFormatRegistry.addFormat(DocumentFormat documentFormat)
向注册表添加新格式.
|
static DocumentFormat |
DocumentFormat.copy(DocumentFormat sourceFormat)
从指定的格式创建一个新的可修改的
DocumentFormat. |
DocumentFormat.Builder |
DocumentFormat.Builder.from(DocumentFormat sourceFormat)
通过复制指定文档格式的属性来初始化生成器.
|
static DocumentFormat |
DocumentFormat.unmodifiableCopy(DocumentFormat sourceFormat)
从指定格式创建一个新的不可修改的
DocumentFormat. |
| Modifier and Type | Method and Description |
|---|---|
DocumentFormat |
DocumentProvider.getFormat() |
DocumentFormat |
AbstractDocumentProvider.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDocumentProvider.setDocumentFormat(DocumentFormat documentFormat) |
Copyright © 2019. All rights reserved.