StructureAttribute
内容
[
隐藏
]遗产: java.lang.Object
public class StructureAttribute
表示结构元素的属性。
构造函数
构造函数 | 描述 |
---|---|
StructureAttribute(AttributeKey attributeKey) | 初始化 StructureAttribute 的新实例。 |
StructureAttribute(AttributeKey attributeKey, IPdfPrimitive pdfEntity) |
方法
StructureAttribute(AttributeKey attributeKey)
public StructureAttribute(AttributeKey attributeKey)
初始化 StructureAttribute 的新实例。
参数:
范围 | 类型 | 描述 |
---|---|---|
attributeKey | AttributeKey | 属性键 |
StructureAttribute(AttributeKey attributeKey, IPdfPrimitive pdfEntity)
public StructureAttribute(AttributeKey attributeKey, IPdfPrimitive pdfEntity)
参数:
范围 | 类型 | 描述 |
---|---|---|
attributeKey | AttributeKey | |
pdfEntity | IPdfPrimitive |
equals(Object arg0)
public boolean equals(Object arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
getArrayNumberValue()
public final Double[][] getArrayNumberValue()
获取数值数组。
退货: java.lang.Double[][- 数值数组。
getArrayValue()
public final AttributeName[] getArrayValue()
获取值名称数组。
退货: com.aspose.pdf.tagged.logicalstructure.AttributeName[] - 值名称数组。
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getKey()
public final AttributeKey getKey()
获取属性键。
值:属性键。
退货: AttributeKey - 属性键实例
getNameValue()
public final AttributeName getNameValue()
获取值名称。
退货: AttributeName - 值名称。
getNumberValue()
public final Double[] getNumberValue()
获取值编号。
退货: java.lang.Double[] - 值编号。
getStringValue()
public final String getStringValue()
获取值字符串。
退货: java.lang.String - 值字符串。
hashCode()
public native int hashCode()
退货: 整数
isInitializedValue()
public final boolean isInitializedValue()
获取结构属性值的状态。如果设置了值,则为真。
退货: boolean - 布尔值
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setArrayNumberValue(Double[][] arrayNumber)
public final void setArrayNumberValue(Double[][] arrayNumber)
设置数值数组。
参数:
范围 | 类型 | 描述 |
---|---|---|
arrayNumber | java.lang.Double[][] | 数字数组。 |
setArrayValue(AttributeName[] array)
public final void setArrayValue(AttributeName[] array)
设置值名称数组。
参数:
范围 | 类型 | 描述 |
---|---|---|
array | AttributeName[] | 允许的值名称数组。 |
setColorValue(Color color)
public final void setColorValue(Color color)
设置值颜色。
参数:
范围 | 类型 | 描述 |
---|---|---|
color | Color | 颜色。 |
setNameValue(AttributeName name)
public final void setNameValue(AttributeName name)
设置值名称。
参数:
范围 | 类型 | 描述 |
---|---|---|
name | AttributeName | 允许值名称。 |
setNumberValue(double number)
public final void setNumberValue(double number)
设置值编号。
参数:
范围 | 类型 | 描述 |
---|---|---|
number | double | 值数。 |
setRectangleValue(Rectangle rectangle)
public final void setRectangleValue(Rectangle rectangle)
设置值矩形。
参数:
范围 | 类型 | 描述 |
---|---|---|
rectangle | Rectangle | 长方形。 |
setStringValue(String value)
public final void setStringValue(String value)
设置值字符串。
参数:
范围 | 类型 | 描述 |
---|---|---|
value | java.lang.String | 值字符串。 |
toString()
public String toString()
退货: java.lang.字符串
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 |