public interface DataObjectFontDescriptor extends Triplet
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCharRot()
Returns the value of the 'Char Rot' attribute
|
Integer |
getDOFtFlgs()
Returns the value of the 'DO Ft Flgs' attribute
|
Integer |
getEncEnv()
Returns the value of the 'Enc Env' attribute
|
Integer |
getEncID()
Returns the value of the 'Enc ID' attribute
|
Integer |
getFontTech()
Returns the value of the 'Font Tech' attribute
|
Integer |
getHFS()
Returns the value of the 'HFS' attribute
|
byte[] |
getReserved()
Returns the value of the 'Reserved' attribute
|
Integer |
getVFS()
Returns the value of the 'VFS' attribute
|
void |
setCharRot(Integer value)
Sets the value of the '
Char Rot' attribute |
void |
setDOFtFlgs(Integer value)
Sets the value of the '
DO Ft Flgs' attribute |
void |
setEncEnv(Integer value)
Sets the value of the '
Enc Env' attribute |
void |
setEncID(Integer value)
Sets the value of the '
Enc ID' attribute |
void |
setFontTech(Integer value)
Sets the value of the '
Font Tech' attribute |
void |
setHFS(Integer value)
Sets the value of the '
HFS' attribute |
void |
setReserved(byte[] value)
Sets the value of the '
Reserved' attribute |
void |
setVFS(Integer value)
Sets the value of the '
VFS' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getDOFtFlgs()
mandatory
fixed length
setDOFtFlgs(Integer),
AfplibPackage.getDataObjectFontDescriptor_DOFtFlgs()void setDOFtFlgs(Integer value)
DO Ft Flgs' attribute.
value - the new value of the 'DO Ft Flgs' attribute.getDOFtFlgs()Integer getFontTech()
mandatory
fixed length
setFontTech(Integer),
AfplibPackage.getDataObjectFontDescriptor_FontTech()void setFontTech(Integer value)
Font Tech' attribute.
value - the new value of the 'Font Tech' attribute.getFontTech()Integer getVFS()
mandatory
fixed length
setVFS(Integer),
AfplibPackage.getDataObjectFontDescriptor_VFS()void setVFS(Integer value)
VFS' attribute.
value - the new value of the 'VFS' attribute.getVFS()Integer getHFS()
mandatory
fixed length
setHFS(Integer),
AfplibPackage.getDataObjectFontDescriptor_HFS()void setHFS(Integer value)
HFS' attribute.
value - the new value of the 'HFS' attribute.getHFS()Integer getCharRot()
mandatory
fixed length
setCharRot(Integer),
AfplibPackage.getDataObjectFontDescriptor_CharRot()void setCharRot(Integer value)
Char Rot' attribute.
value - the new value of the 'Char Rot' attribute.getCharRot()Integer getEncEnv()
mandatory
fixed length
setEncEnv(Integer),
AfplibPackage.getDataObjectFontDescriptor_EncEnv()void setEncEnv(Integer value)
Enc Env' attribute.
value - the new value of the 'Enc Env' attribute.getEncEnv()Integer getEncID()
mandatory
fixed length
setEncID(Integer),
AfplibPackage.getDataObjectFontDescriptor_EncID()void setEncID(Integer value)
Enc ID' attribute.
value - the new value of the 'Enc ID' attribute.getEncID()byte[] getReserved()
mandatory
fixed length
setReserved(byte[]),
AfplibPackage.getDataObjectFontDescriptor_Reserved()void setReserved(byte[] value)
Reserved' attribute.
value - the new value of the 'Reserved' attribute.getReserved()Copyright © 2017. All rights reserved.