public static class PTOCAControlSequence.TBM_TemporaryBaselineMove extends PTOCAControlSequence
| Modifier and Type | Class and Description |
|---|---|
static class |
PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Direction |
static class |
PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Precision |
PTOCAControlSequence.AMB_AbsoluteMoveBaseline, PTOCAControlSequence.AMI_AbsoluteMoveInline, PTOCAControlSequence.BLN_BeginLine, PTOCAControlSequence.BSU_BeginSuppression, PTOCAControlSequence.ControlSequenceFunctionType, PTOCAControlSequence.ControlSequenceIntroducer, PTOCAControlSequence.DBR_DrawBaxisRule, PTOCAControlSequence.DIR_DrawIaxisRule, PTOCAControlSequence.ESU_EndSuppression, PTOCAControlSequence.NOP_NoOperation, PTOCAControlSequence.OVS_Overstrike, PTOCAControlSequence.PTOCA_BypassFlag, PTOCAControlSequence.RMB_RelativeMoveBaseline, PTOCAControlSequence.RMI_RelativeMoveInline, PTOCAControlSequence.RPS_RepeatString, PTOCAControlSequence.SBI_SetBaselineIncrement, PTOCAControlSequence.SCFL_SetCodedFontLocal, PTOCAControlSequence.SEC_SetExtendedTextColor, PTOCAControlSequence.SIA_SetIntercharacterAdjustment, PTOCAControlSequence.SIM_SetInlineMargin, PTOCAControlSequence.STC_SetTextColor, PTOCAControlSequence.STO_SetTextOrientation, PTOCAControlSequence.SVI_SetVariableSpaceCharacterIncrement, PTOCAControlSequence.TBM_TemporaryBaselineMove, PTOCAControlSequence.TRN_TransparentData, PTOCAControlSequence.Undefined, PTOCAControlSequence.USC_Underscore| Constructor and Description |
|---|
TBM_TemporaryBaselineMove() |
| 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. |
PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Direction |
getDirection() |
PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Precision |
getPrecision() |
java.lang.Short |
getTemporaryBaselineIncrement() |
void |
setDirection(PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Direction direction) |
void |
setPrecision(PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Precision precision) |
void |
setTemporaryBaselineIncrement(java.lang.Short temporaryBaselineIncrement) |
void |
writeAFP(java.io.OutputStream os,
AFPParserConfiguration config)
Writes the object to the given os encoded as AFP data.
|
getCsi, setCsipublic void decodeAFP(byte[] sfData,
int offset,
int length,
AFPParserConfiguration config)
throws AFPParserException
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
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 PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Direction getDirection()
public void setDirection(PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Direction direction)
public PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Precision getPrecision()
public void setPrecision(PTOCAControlSequence.TBM_TemporaryBaselineMove.TBM_Precision precision)
public java.lang.Short getTemporaryBaselineIncrement()
public void setTemporaryBaselineIncrement(java.lang.Short temporaryBaselineIncrement)