com.lowagie.text.rtf.parser.destinations
public class RtfDestinationShppict extends RtfDestination
RtfDestinationShppict
handles data destined for picture destinationsModifier and Type | Field and Description |
---|---|
private int |
bbp |
private long |
binaryLength |
private boolean |
bitmap |
private java.lang.Integer |
bitsPerPixel |
private static int |
BLIPUID |
private java.lang.StringBuffer |
buffer |
private java.lang.Integer |
cropBottom |
private java.lang.Integer |
cropLeft |
private java.lang.Integer |
cropRight |
private java.lang.Integer |
cropTop |
private int |
dataFormat |
private java.io.ByteArrayOutputStream |
dataOS |
private java.lang.Long |
desiredHeight |
private java.lang.Long |
desiredWidth |
static int |
FORMAT_BINARY |
static int |
FORMAT_HEXADECIMAL |
private java.lang.Long |
height |
private java.lang.StringBuffer |
hexChars |
private java.lang.Boolean |
inlinePicture |
private static int |
NORMAL |
private int |
pictureType |
private static int |
PIXEL_TWIPS_FACTOR
Constant for converting pixels to twips
|
private java.lang.Integer |
planes |
private int |
pmmetafile |
private java.lang.Boolean |
scaled |
private java.lang.Integer |
scaleX |
private java.lang.Integer |
scaleY |
private int |
state |
private java.lang.String |
tag |
private java.lang.Integer |
unitsPerInch |
private java.lang.Long |
width |
private java.lang.Integer |
widthBytes |
private java.lang.Boolean |
wordArt |
lastCtrlWord, modified, rtfParser
Constructor and Description |
---|
RtfDestinationShppict() |
RtfDestinationShppict(RtfParser parser)
Constructs a new RtfDestinationShppict.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
addImage() |
boolean |
closeDestination()
Clean up when destination is closed.
|
boolean |
handleCharacter(int ch)
Handle text for this destination
|
boolean |
handleCloseGroup()
Clean up when group is closed.
|
boolean |
handleControlWord(RtfCtrlWordData ctrlWordData)
Handle control word for this destination
|
boolean |
handleOpenGroup()
Setup when group is opened.
|
boolean |
handleOpeningSubGroup()
Handle a new subgroup contained within this group
|
void |
setToDefaults()
Method to set this object to the default values.
|
private void |
writeBuffer() |
private void |
writeText(java.lang.String value) |
addListener, afterCharacter, afterCtrlWord, beforeCharacter, beforeCtrlWord, getNewTokeniserState, isModified, onCharacter, onCloseGroup, onCtrlWord, onOpenGroup, removeListener, setParser
private java.lang.StringBuffer hexChars
private java.lang.StringBuffer buffer
private int pictureType
private int pmmetafile
private java.lang.Integer bitsPerPixel
private java.lang.Integer planes
private java.lang.Integer widthBytes
private java.lang.Long width
private java.lang.Long height
private java.lang.Long desiredWidth
private java.lang.Long desiredHeight
private java.lang.Integer scaleX
private java.lang.Integer scaleY
private java.lang.Boolean scaled
private java.lang.Boolean inlinePicture
private java.lang.Boolean wordArt
private java.lang.Integer cropTop
private java.lang.Integer cropBottom
private java.lang.Integer cropLeft
private java.lang.Integer cropRight
private boolean bitmap
private int bbp
public static final int FORMAT_HEXADECIMAL
public static final int FORMAT_BINARY
private int dataFormat
private long binaryLength
private java.lang.Integer unitsPerInch
private java.lang.String tag
private static final int NORMAL
private static final int BLIPUID
private int state
private static final int PIXEL_TWIPS_FACTOR
private java.io.ByteArrayOutputStream dataOS
public RtfDestinationShppict()
public RtfDestinationShppict(RtfParser parser)
public boolean closeDestination()
RtfDestination
closeDestination
in class RtfDestination
public boolean handleCloseGroup()
RtfDestination
handleCloseGroup
in class RtfDestination
private boolean addImage()
public boolean handleOpenGroup()
RtfDestination
handleOpenGroup
in class RtfDestination
public boolean handleOpeningSubGroup()
RtfDestination
handleOpeningSubGroup
in class RtfDestination
public boolean handleCharacter(int ch)
RtfDestination
handleCharacter
in class RtfDestination
public boolean handleControlWord(RtfCtrlWordData ctrlWordData)
RtfDestination
handleControlWord
in class RtfDestination
ctrlWordData
- The control word and parameter information objectpublic void setToDefaults()
RtfDestination
setToDefaults
in class RtfDestination
private void writeBuffer()
private void writeText(java.lang.String value)