StructureAttributes
Наследование: java.lang.Object
public class StructureAttributes
Представляет атрибуты элемента структуры для владельцев стандартных атрибутов.
Методы
Метод | Описание |
---|---|
equals(Object arg0) | |
getAttribute(AttributeKey key) | Получает StructureAttribute по AttributeKey. |
getClass() | |
getEngineAttributes() | |
getOwner() | Получает владельца стандартного атрибута. |
hasAttribute(AttributeKey key) | |
hashCode() | |
notify() | |
notifyAll() | |
setAttribute(StructureAttribute attribute) | Устанавливает StructureAttribute в StructureAttributes. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Параметры:
Параметр | Тип | Описание |
---|---|---|
arg0 | java.lang.Object |
Возвращает: логический
getAttribute(AttributeKey key)
public final StructureAttribute getAttribute(AttributeKey key)
Получает StructureAttribute по AttributeKey.
Параметры:
Параметр | Тип | Описание |
---|---|---|
key | AttributeKey | АтрибутКлюч. |
Возвращает: StructureAttribute - экземпляр StructureAttribute
getClass()
public final native Class<?> getClass()
Возвращает: java.lang.Класс
getEngineAttributes()
public final IPdfDictionary getEngineAttributes()
Возвращает: IPdfDictionary
getOwner()
public final AttributeOwnerStandard getOwner()
Получает владельца стандартного атрибута.
Значение: стандартный владелец атрибута.
Возвращает: AttributeOwnerStandard - Экземпляр AttributeOwnerStandard
hasAttribute(AttributeKey key)
public final boolean hasAttribute(AttributeKey key)
Параметры:
Параметр | Тип | Описание |
---|---|---|
key | AttributeKey |
Возвращает: логический
hashCode()
public native int hashCode()
Возвращает: инт
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAttribute(StructureAttribute attribute)
public final void setAttribute(StructureAttribute attribute)
Устанавливает StructureAttribute в StructureAttributes.
Параметры:
Параметр | Тип | Описание |
---|---|---|
attribute | StructureAttribute | СтруктураАтрибут. |
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 |