public static class MCF_MapCodedFont_Format1.MCF_RepeatingGroup extends java.lang.Object implements IAFPDecodeableWriteable
| Constructor and Description |
|---|
MCF_RepeatingGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
decodeAFP(byte[] sfData,
int offset,
int length,
AFPParserConfiguration config)
Decodes the given AFP data.
Parameter length specifies the length in bytes of the data to be decoded, beginning with position offset. |
AFPOrientation |
getCharacterRotation() |
short |
getCodedFontLocalID() |
java.lang.String |
getCodedFontName() |
byte[] |
getCodedFontNullName() |
short |
getCodedFontSectionID() |
java.lang.String |
getCodePageName() |
byte[] |
getCodePageNullName() |
java.lang.String |
getFontCharacterSetName() |
byte[] |
getFontCharacterSetNullName() |
byte |
getReserved1() |
byte |
getReserved3() |
void |
setCharacterRotation(AFPOrientation characterRotation) |
void |
setCodedFontLocalID(short codedFontLocalID) |
void |
setCodedFontName(java.lang.String codedFontName) |
void |
setCodedFontNullName(byte[] codedFontNullName) |
void |
setCodedFontSectionID(short codedFontSectionID) |
void |
setCodePageName(java.lang.String codePageName) |
void |
setCodePageNullName(byte[] codePageNullName) |
void |
setFontCharacterSetName(java.lang.String fontCharacterSetName) |
void |
setFontCharacterSetNullName(byte[] fontCharacterSetNullName) |
void |
setReserved1(byte reserved1) |
void |
setReserved3(byte reserved3) |
void |
writeAFP(java.io.OutputStream os,
AFPParserConfiguration config)
Writes the object to the given os encoded as AFP data.
|
public void decodeAFP(byte[] sfData,
int offset,
int length,
AFPParserConfiguration config)
throws AFPParserException
IAFPDecodeableWriteabledecodeAFP in interface IAFPDecodeableWriteablesfData - contains the AFP data to decode.offset - the byte index position where the decoding should start.length - the length in bytes of the data to be decoded, beginning with position offset.config - contains parameter used for decoding.AFPParserException - if the given AFP data are invalid.public void writeAFP(java.io.OutputStream os,
AFPParserConfiguration config)
throws java.io.IOException
IAFPDecodeableWriteablewriteAFP in interface IAFPDecodeableWriteableos - OutputStream to write to.config - contains parameter used for encoding.java.io.IOException - if a problem occurs while writing to the given OutputStream.public short getCodedFontLocalID()
public void setCodedFontLocalID(short codedFontLocalID)
public byte getReserved1()
public void setReserved1(byte reserved1)
public short getCodedFontSectionID()
public void setCodedFontSectionID(short codedFontSectionID)
public byte getReserved3()
public void setReserved3(byte reserved3)
public java.lang.String getCodedFontName()
public void setCodedFontName(java.lang.String codedFontName)
public byte[] getCodedFontNullName()
public void setCodedFontNullName(byte[] codedFontNullName)
public java.lang.String getCodePageName()
public void setCodePageName(java.lang.String codePageName)
public byte[] getCodePageNullName()
public void setCodePageNullName(byte[] codePageNullName)
public java.lang.String getFontCharacterSetName()
public void setFontCharacterSetName(java.lang.String fontCharacterSetName)
public byte[] getFontCharacterSetNullName()
public void setFontCharacterSetNullName(byte[] fontCharacterSetNullName)
public AFPOrientation getCharacterRotation()
public void setCharacterRotation(AFPOrientation characterRotation)