|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.OleDocumentFormat
public final class OleDocumentFormat
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 |
---|
public OleDocumentFormat(UUID guid)
Method Detail |
---|
public boolean equals(Object o)
Returns a value indicating whether this instance is equal to a specified object.
equals
in class Object
o
- The object to compare with this instance.
public int hashCode()
Returns the hash code of this instance.
hashCode
in class Object
public String toString()
Overridden. Returns a string representation of this instance.
toString
in class Object
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |