Interface OleBlob.Content
-
- All Known Subinterfaces:
OleBlob.CompoundContent,OleBlob.CompoundContent.Entry,OleBlob.EmbeddedContent,OleBlob.LinkContent,OleBlob.OtherContent,OleBlob.PackageContent,OleBlob.SimplePackageContent
- Enclosing interface:
- OleBlob
public static interface OleBlob.Content
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OleBlobgetBlob()Returns the blob which owns this content.OleBlob.ContentTypegetType()Returns the type of this content.
-
-
-
Method Detail
-
getType
OleBlob.ContentType getType()
Returns the type of this content.
-
getBlob
OleBlob getBlob()
Returns the blob which owns this content.
-
-