OleDocumentFormat

Inheritance: java.lang.Object

public final class OleDocumentFormat

Represents the format for OLE document.

Constructors

ConstructorDescription
OleDocumentFormat(UUID guid)Initializes a new instance of the OleDocumentFormat class.

Methods

MethodDescription
equals(Object obj)Returns a value indicating whether this instance is equal to a specified object.
getAdobeAcrobatDocument()Adobe PDF format.
getClass()
getMicrosoftOfficeExcelWorksheet()Microsoft office exccel format.
getMicrosoftOfficeWordDocument()Microsoft office word format.
getMicrosoftOutlookMessage()Microsoft outlook message format.
getMicrosoftPhotoEditor()Microsoft Photo Editor type.
getMicrosoftPowerPointPresentation()Microsoft power point format.
getPaintbrush()Paintbrush type.
getPictureMetafile()Picture(Metafile) type.
getUnknown()Unknown type.
hashCode()Returns the hash code of this instance.
notify()
notifyAll()
toString()Overridden.
wait()
wait(long arg0)
wait(long arg0, int arg1)

OleDocumentFormat(UUID guid)

public OleDocumentFormat(UUID guid)

Initializes a new instance of the OleDocumentFormat class.

Parameters:

ParameterTypeDescription
guidjava.util.UUIDThe guid of the ole document.

equals(Object obj)

public boolean equals(Object obj)

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

Parameters:

ParameterTypeDescription
objjava.lang.ObjectThe object to compare with this instance.

Returns: boolean - true if o is a System.Guid that has the same value as this instance; otherwise, false.

getAdobeAcrobatDocument()

public static OleDocumentFormat getAdobeAcrobatDocument()

Adobe PDF format.

Returns: OleDocumentFormat

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getMicrosoftOfficeExcelWorksheet()

public static OleDocumentFormat getMicrosoftOfficeExcelWorksheet()

Microsoft office exccel format.

Returns: OleDocumentFormat

getMicrosoftOfficeWordDocument()

public static OleDocumentFormat getMicrosoftOfficeWordDocument()

Microsoft office word format.

Returns: OleDocumentFormat

getMicrosoftOutlookMessage()

public static OleDocumentFormat getMicrosoftOutlookMessage()

Microsoft outlook message format.

Returns: OleDocumentFormat

getMicrosoftPhotoEditor()

public static OleDocumentFormat getMicrosoftPhotoEditor()

Microsoft Photo Editor type.

Returns: OleDocumentFormat

getMicrosoftPowerPointPresentation()

public static OleDocumentFormat getMicrosoftPowerPointPresentation()

Microsoft power point format.

Returns: OleDocumentFormat

getPaintbrush()

public static OleDocumentFormat getPaintbrush()

Paintbrush type.

Returns: OleDocumentFormat

getPictureMetafile()

public static OleDocumentFormat getPictureMetafile()

Picture(Metafile) type.

Returns: OleDocumentFormat

getUnknown()

public static OleDocumentFormat getUnknown()

Unknown type.

Returns: OleDocumentFormat

hashCode()

public int hashCode()

Returns the hash code of this instance.

Returns: int - The hash code for this instance.

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Overridden. Returns a string representation of this instance.

Returns: java.lang.String - A string contains the mail addresse.

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int