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)

Параметры:

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

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

getAttribute(AttributeKey key)

public final StructureAttribute getAttribute(AttributeKey key)

Получает StructureAttribute по AttributeKey.

Параметры:

ПараметрТипОписание
keyAttributeKeyАтрибутКлюч.

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

Параметры:

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

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

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.

Параметры:

ПараметрТипОписание
attributeStructureAttributeСтруктураАтрибут.

toString()

public String toString()

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