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 |
---|---|
COSDictionary |
getCOSObject()
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 COSDictionary getCOSObject()
getCOSObject
in interface COSObjectable
public String getType()
public String getSubtype()
protected void setSubtype(String subtype)
subtype
- the subtype of the measure dictionaryCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.