public final class OleDocumentFormat extends Object
Represents the format for OLE document.
Constructor and Description |
---|
OleDocumentFormat(UUID guid)
Initializes a new instance of the OleDocumentFormat class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns a value indicating whether this instance is equal to a specified object.
|
static OleDocumentFormat |
getAdobeAcrobatDocument()
Adobe PDF format.
|
static OleDocumentFormat |
getMicrosoftOfficeExcelWorksheet()
Microsoft office exccel format.
|
static OleDocumentFormat |
getMicrosoftOfficeWordDocument()
Microsoft office word format.
|
static OleDocumentFormat |
getMicrosoftOutlookMessage()
Microsoft outlook message format.
|
static OleDocumentFormat |
getMicrosoftPhotoEditor()
Microsoft Photo Editor type.
|
static OleDocumentFormat |
getMicrosoftPowerPointPresentation()
Microsoft power point format.
|
static OleDocumentFormat |
getPaintbrush()
Paintbrush type.
|
static OleDocumentFormat |
getPictureMetafile()
Picture(Metafile) type.
|
static OleDocumentFormat |
getUnknown()
Unknown type.
|
int |
hashCode()
Returns the hash code of this instance.
|
String |
toString()
Overridden.
|
public OleDocumentFormat(UUID guid)
Initializes a new instance of the OleDocumentFormat class.
guid
- The guid of the ole document.public boolean equals(Object obj)
Returns a value indicating whether this instance is equal to a specified object.
public int hashCode()
Returns the hash code of this instance.
public String toString()
Overridden. Returns a string representation of this instance.
public static OleDocumentFormat getMicrosoftOutlookMessage()
Microsoft outlook message format.
public static OleDocumentFormat getAdobeAcrobatDocument()
Adobe PDF format.
public static OleDocumentFormat getMicrosoftOfficeExcelWorksheet()
Microsoft office exccel format.
public static OleDocumentFormat getMicrosoftOfficeWordDocument()
Microsoft office word format.
public static OleDocumentFormat getMicrosoftPowerPointPresentation()
Microsoft power point format.
public static OleDocumentFormat getPaintbrush()
Paintbrush type.
public static OleDocumentFormat getMicrosoftPhotoEditor()
Microsoft Photo Editor type.
public static OleDocumentFormat getPictureMetafile()
Picture(Metafile) type.
public static OleDocumentFormat getUnknown()
Unknown type.