public class PDViewportDictionary extends Object implements COSObjectable
| Modifier and Type | Field and Description | 
|---|---|
| static String | TYPEThe type of this annotation. | 
| Constructor and Description | 
|---|
| PDViewportDictionary()Constructor. | 
| PDViewportDictionary(COSDictionary dictionary)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDRectangle | getBBox()This will retrieve the rectangle specifying the location of the viewport. | 
| COSDictionary | getCOSObject()This will return the corresponding dictionary. | 
| PDMeasureDictionary | getMeasure()This will retrieve the measure dictionary. | 
| String | getName()This will retrieve the name of the viewport. | 
| String | getType()Returns the type of the viewport dictionary. | 
| void | setBBox(PDRectangle rectangle)This will set the rectangle specifying the location of the viewport. | 
| void | setMeasure(PDMeasureDictionary measure)This will set the measure dictionary. | 
| void | setName(String name)This will set the name of the viewport. | 
public static final String TYPE
public PDViewportDictionary()
public PDViewportDictionary(COSDictionary dictionary)
dictionary - the dictionarypublic COSDictionary getCOSObject()
getCOSObject in interface COSObjectablepublic String getType()
public PDRectangle getBBox()
public void setBBox(PDRectangle rectangle)
rectangle - the rectangle specifying the location.public String getName()
public void setName(String name)
name - the name of the viewportpublic PDMeasureDictionary getMeasure()
public void setMeasure(PDMeasureDictionary measure)
measure - the measure dictionaryCopyright © 2002–2017 The Apache Software Foundation. All rights reserved.