Package com.itextpdf.io.font.otf
Class OtfMarkRecord
java.lang.Object
com.itextpdf.io.font.otf.OtfMarkRecord
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the anchor of the OtfMarkRecord.int
Retrieves the mark class of the OtfMarkRecord.void
setAnchor
(GposAnchor anchor) Sets the anchor of the OtfMarkRecord.void
setMarkClass
(int markClass) Sets the mark class of the OtfMarkRecord.
-
Constructor Details
-
OtfMarkRecord
public OtfMarkRecord()
-
-
Method Details
-
getMarkClass
public int getMarkClass()Retrieves the mark class of the OtfMarkRecord.- Returns:
- mark class
-
setMarkClass
public void setMarkClass(int markClass) Sets the mark class of the OtfMarkRecord.- Parameters:
-
markClass
- mark class
-
getAnchor
Retrieves the anchor of the OtfMarkRecord.- Returns:
- anchor
-
setAnchor
Sets the anchor of the OtfMarkRecord.- Parameters:
-
anchor
- anchor
-