| Package | Description |
|---|---|
| org.aoju.bus.office | |
| org.aoju.bus.office.magic.family |
| Modifier and Type | Method and Description |
|---|---|
static FamilyType |
Builder.getDocumentFamily(com.sun.star.lang.XComponent document)
获取指定文档的
FamilyType. |
| Modifier and Type | Field and Description |
|---|---|
FamilyType |
DocumentFormat.inputFamily |
| Modifier and Type | Field and Description |
|---|---|
Map<FamilyType,Map<String,Object>> |
DocumentFormat.storeProperties |
| Modifier and Type | Method and Description |
|---|---|
FamilyType |
DocumentFormat.getInputFamily()
获取文档格式的输入DocumentFamily.
|
static FamilyType |
FamilyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FamilyType[] |
FamilyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<FamilyType,Map<String,Object>> |
FormatProperties.getStore() |
Map<FamilyType,Map<String,Object>> |
DocumentFormat.getStoreProperties()
获取将这种格式的文档存储(保存)到受支持的集合文档所需的属性.
|
| 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. |
Map<String,Object> |
DocumentFormat.getStoreProperties(FamilyType family)
从指定集合的文档中获取将文档存储(保存)为这种格式所需的属性.
|
DocumentFormat.Builder |
DocumentFormat.Builder.inputFamily(FamilyType inputFamily)
指定与文档格式关联的输入(文档加载时)DocumentFamily.
|
DocumentFormat.Builder |
DocumentFormat.Builder.storeProperty(FamilyType family,
String name,
Object value)
向生成器添加一个属性,该属性将在从指定集合的文档存储(保存)为这种格式的文档时应用.
|
Copyright © 2020. All rights reserved.