Class OtfMarkRecord
java.lang.Object
com.itextpdf.io.font.otf.OtfMarkRecord
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the anchor of the OtfMarkRecord.intRetrieves the mark class of the OtfMarkRecord.voidsetAnchor(GposAnchor anchor) Sets the anchor of the OtfMarkRecord.voidsetMarkClass(int markClass) Sets the mark class of the OtfMarkRecord.
-
Field Details
-
markClass
private int markClass -
anchor
-
-
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
-
setAnchor
Sets the anchor of the OtfMarkRecord.- Parameters:
anchor- anchor
-