| Package | Description |
|---|---|
| com.healthmarketscience.jackcess.impl | |
| com.healthmarketscience.jackcess.util |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Set<OleBlob.ContentType> |
OleUtil.WRITEABLE_TYPES |
| Modifier and Type | Method and Description |
|---|---|
OleBlob.ContentType |
OleUtil.LinkContentImpl.getType() |
OleBlob.ContentType |
OleUtil.SimplePackageContentImpl.getType() |
OleBlob.ContentType |
OleUtil.OtherContentImpl.getType() |
OleBlob.ContentType |
OleUtil.UnknownContentImpl.getType() |
OleBlob.ContentType |
CompoundOleUtil.CompoundContentImpl.getType() |
OleBlob.ContentType |
CompoundOleUtil.CompoundContentImpl.EntryImpl.getType() |
| Modifier and Type | Field and Description |
|---|---|
private OleBlob.ContentType |
OleBlob.Builder._type |
| Modifier and Type | Method and Description |
|---|---|
OleBlob.ContentType |
OleBlob.Content.getType()
Returns the type of this content.
|
OleBlob.ContentType |
OleBlob.Builder.getType() |
static OleBlob.ContentType |
OleBlob.ContentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OleBlob.ContentType[] |
OleBlob.ContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|