OfficeMathDisplayType

Наследование: java.lang.Object

public class OfficeMathDisplayType

Указывает тип формата отображения уравнения.

Поля

ПолеОписание
DISPLAYOffice Math отображается в отдельной строке.
INLINEOffice Math отображается вместе с текстом.
length

Методы

МетодОписание
equals(Object arg0)
fromName(String officeMathDisplayTypeName)
getClass()
getName(int officeMathDisplayType)
getValues()
hashCode()
notify()
notifyAll()
toString()
toString(int officeMathDisplayType)
wait()
wait(long arg0)
wait(long arg0, int arg1)

DISPLAY

public static int DISPLAY

Office Math отображается в отдельной строке.

INLINE

public static int INLINE

Office Math отображается вместе с текстом.

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

Параметры:

ПараметрТипОписание
arg0java.lang.Object

Возвращает: логический

fromName(String officeMathDisplayTypeName)

public static int fromName(String officeMathDisplayTypeName)

Параметры:

ПараметрТипОписание
officeMathDisplayTypeNamejava.lang.String

Возвращает: инт

getClass()

public final native Class<?> getClass()

Возвращает: java.lang.Класс

getName(int officeMathDisplayType)

public static String getName(int officeMathDisplayType)

Параметры:

ПараметрТипОписание
officeMathDisplayTypeint

Возвращает: java.lang.String

getValues()

public static int[] getValues()

Возвращает: инт[]

hashCode()

public native int hashCode()

Возвращает: инт

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Возвращает: java.lang.String

toString(int officeMathDisplayType)

public static String toString(int officeMathDisplayType)

Параметры:

ПараметрТипОписание
officeMathDisplayTypeint

Возвращает: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Параметры:

ПараметрТипОписание
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Параметры:

ПараметрТипОписание
arg0long
arg1int