BasicTextShaperCache
Содержание
[
Скрывать
]Наследование: java.lang.Object
Все реализованные интерфейсы: com.aspose.words.ITextShaperFactory
public class BasicTextShaperCache implements ITextShaperFactory
Конструкторы
Конструктор | Описание |
---|---|
BasicTextShaperCache(ITextShaperFactory factory) | Инициализирует новый экземпляр этого класса. |
Методы
BasicTextShaperCache(ITextShaperFactory factory)
public BasicTextShaperCache(ITextShaperFactory factory)
Инициализирует новый экземпляр этого класса.
Параметры:
Параметр | Тип | Описание |
---|---|---|
factory | ITextShaperFactory |
dispose()
public void dispose()
equals(Object arg0)
public boolean equals(Object arg0)
Параметры:
Параметр | Тип | Описание |
---|---|---|
arg0 | java.lang.Object |
Возвращает: логический
getClass()
public final native Class<?> getClass()
Возвращает: java.lang.Класс
getTextShaper(String fontId, byte[] fontBlob, int faceIndex)
public ITextShaper getTextShaper(String fontId, byte[] fontBlob, int faceIndex)
Параметры:
Параметр | Тип | Описание |
---|---|---|
fontId | java.lang.String | |
fontBlob | byte[] | |
faceIndex | int |
Возвращает: ITextShaper
getTextShaper(String fontPath, int faceIndex)
public ITextShaper getTextShaper(String fontPath, int faceIndex)
Параметры:
Параметр | Тип | Описание |
---|---|---|
fontPath | java.lang.String | |
faceIndex | int |
Возвращает: ITextShaper
hashCode()
public native int hashCode()
Возвращает: инт
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Возвращает: 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 |