public class AttrObj
extends java.lang.Object
Constructor and Description |
---|
AttrObj(Obj dict)
Initialize a AttrObj using an existing low-level Cos/SDF object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOwner()
Get the owner of attribute data
|
Obj |
getSDFObj()
Get the SDFObj.
|
public AttrObj(Obj dict)
Note: This constructor does not copy any data, but is instead the logical equivalent of a type cast.
dict
- - a low-level (SDF/Cos) dictionary representing the attribute object.public java.lang.String getOwner() throws PDFNetException
PDFNetException
public Obj getSDFObj()