StructureAttributes

遗产: java.lang.Object

public class StructureAttributes

表示标准属性所有者的结构元素的属性。

方法

方法描述
equals(Object arg0)
getAttribute(AttributeKey key)通过 AttributeKey 获取 StructureAttribute。
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)

通过 AttributeKey 获取 StructureAttribute。

参数:

范围类型描述
keyAttributeKey属性键。

退货: StructureAttribute - 结构属性实例

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

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.字符串

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