OfficeMathDisplayType
Содержание
[
Скрывать
]Наследование: java.lang.Object
public class OfficeMathDisplayType
Указывает тип формата отображения уравнения.
Поля
Поле | Описание |
---|---|
DISPLAY | Office Math отображается в отдельной строке. |
INLINE | Office Math отображается вместе с текстом. |
length |
Методы
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)
Параметры:
Параметр | Тип | Описание |
---|---|---|
arg0 | java.lang.Object |
Возвращает: логический
fromName(String officeMathDisplayTypeName)
public static int fromName(String officeMathDisplayTypeName)
Параметры:
Параметр | Тип | Описание |
---|---|---|
officeMathDisplayTypeName | java.lang.String |
Возвращает: инт
getClass()
public final native Class<?> getClass()
Возвращает: java.lang.Класс
getName(int officeMathDisplayType)
public static String getName(int officeMathDisplayType)
Параметры:
Параметр | Тип | Описание |
---|---|---|
officeMathDisplayType | int |
Возвращает: 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)
Параметры:
Параметр | Тип | Описание |
---|---|---|
officeMathDisplayType | int |
Возвращает: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Параметры:
Параметр | Тип | Описание |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Параметры:
Параметр | Тип | Описание |
---|---|---|
arg0 | long | |
arg1 | int |