public final class OleDocumentFormat extends Object
Represents the format for OLE document.
Constructor and Description |
---|
OleDocumentFormat(UUID guid) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
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 |
getMicrosoftPowerPointPresentation()
Microsoft power point format.
|
static OleDocumentFormat |
getUnknown()
Unknown type.
|
int |
hashCode()
Returns the hash code of this instance.
|
String |
toString()
Overridden.
|
public OleDocumentFormat(UUID guid)
public boolean equals(Object o)
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 getUnknown()
Unknown type.
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.