Package com.itextpdf.io.font.otf
Class TagAndLocation
java.lang.Object
com.itextpdf.io.font.otf.TagAndLocation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintRetrieves the location of the object.getTag()Retrieves the tag of the object.voidsetLocation(int location) Sets the location of the object.voidSets the tag of the object.
-
Constructor Details
-
TagAndLocation
public TagAndLocation()
-
-
Method Details
-
getTag
Retrieves the tag of the object.- Returns:
- tag
-
setTag
Sets the tag of the object.- Parameters:
-
tag- tag
-
getLocation
public int getLocation()Retrieves the location of the object.- Returns:
- location
-
setLocation
public void setLocation(int location) Sets the location of the object.- Parameters:
-
location- location
-