public class PDMeasureDictionary extends Object implements COSObjectable
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE
The type of the dictionary.
|
| Modifier | Constructor and Description |
|---|---|
protected |
PDMeasureDictionary()
Constructor.
|
|
PDMeasureDictionary(COSDictionary dictionary)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
COSBase |
getCOSObject()
Convert this standard java object to a COS object.
|
COSDictionary |
getDictionary()
This will return the corresponding dictionary.
|
String |
getSubtype()
returns the subtype of the measure dictionary.
|
String |
getType()
This will return the type of the measure dictionary.
|
protected void |
setSubtype(String subtype)
This will set the subtype of the measure dictionary.
|
public static final String TYPE
protected PDMeasureDictionary()
public PDMeasureDictionary(COSDictionary dictionary)
dictionary - the corresponding dictionarypublic COSBase getCOSObject()
getCOSObject in interface COSObjectablepublic COSDictionary getDictionary()
public String getType()
public String getSubtype()
protected void setSubtype(String subtype)
subtype - the subtype of the measure dictionaryCopyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.