HtmlOfficeMathOutputMode

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

public class HtmlOfficeMathOutputMode

Указывает, как Aspose.Words экспортирует OfficeMath в HTML, MHTML и EPUB.

Поля

ПолеОписание
IMAGEOfficeMath преобразуется в HTML как изображение, заданное параметромImage 1 ярлык.

| MATH_ML | OfficeMath is converted to HTML using MathML. | | TEXT | OfficeMath is converted to HTML as sequence of runs specified by tags. | | length | |

Методы

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

IMAGE

public static int IMAGE

OfficeMath преобразуется в HTML как изображение, заданное параметромImage 1 ярлык.

Image 1:

MATH_ML

public static int MATH_ML

OfficeMath преобразуется в HTML с помощью MathML.

TEXT

public static int TEXT

OfficeMath преобразуется в HTML как последовательность запусков, указанная тегами.

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

Параметры:

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

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

fromName(String htmlOfficeMathOutputModeName)

public static int fromName(String htmlOfficeMathOutputModeName)

Параметры:

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

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

getClass()

public final native Class<?> getClass()

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

getName(int htmlOfficeMathOutputMode)

public static String getName(int htmlOfficeMathOutputMode)

Параметры:

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

Возвращает: 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 htmlOfficeMathOutputMode)

public static String toString(int htmlOfficeMathOutputMode)

Параметры:

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

Возвращает: 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