com.aspose.email
Class OleDocumentFormat

java.lang.Object
  extended by com.aspose.email.OleDocumentFormat

public final class OleDocumentFormat
extends Object

Represents the format for OLE document.


Constructor Summary
OleDocumentFormat(UUID guid)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OleDocumentFormat

public OleDocumentFormat(UUID guid)
Method Detail

equals

public boolean equals(Object o)

Returns a value indicating whether this instance is equal to a specified object.

Overrides:
equals in class Object
Parameters:
o - The object to compare with this instance.
Returns:
true if o is a System.Guid that has the same value as this instance; otherwise, false.

hashCode

public int hashCode()

Returns the hash code of this instance.

Overrides:
hashCode in class Object
Returns:
The hash code for this instance.

toString

public String toString()

Overridden. Returns a string representation of this instance.

Overrides:
toString in class Object
Returns:
A string contains the mail addresse.

getMicrosoftOutlookMessage

public static OleDocumentFormat getMicrosoftOutlookMessage()

Microsoft outlook message format.


getAdobeAcrobatDocument

public static OleDocumentFormat getAdobeAcrobatDocument()

Adobe PDF format.


getMicrosoftOfficeExcelWorksheet

public static OleDocumentFormat getMicrosoftOfficeExcelWorksheet()

Microsoft office exccel format.


getMicrosoftOfficeWordDocument

public static OleDocumentFormat getMicrosoftOfficeWordDocument()

Microsoft office word format.


getMicrosoftPowerPointPresentation

public static OleDocumentFormat getMicrosoftPowerPointPresentation()

Microsoft power point format.


getUnknown

public static OleDocumentFormat getUnknown()

Unknown type.



Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.