com.lowagie.text.rtf.parser.destinations
public class RtfDestinationShppict extends RtfDestination
RtfDestinationShppict
handles data destined for picture destinations
Since: 2.0.8
Field Summary | |
---|---|
int | bbp |
long | binaryLength |
boolean | bitmap |
Integer | bitsPerPixel |
StringBuffer | buffer |
static int | BLIPUID |
Integer | cropBottom |
Integer | cropLeft |
Integer | cropRight |
Integer | cropTop |
int | dataFormat |
ByteArrayOutputStream | dataOS |
Long | desiredHeight |
Long | desiredWidth |
static int | FORMAT_BINARY |
static int | FORMAT_HEXADECIMAL |
Long | height |
StringBuffer | hexChars |
Boolean | inlinePicture |
static int | NORMAL |
int | pictureType |
Integer | planes |
int | pmmetafile |
static int | PIXEL_TWIPS_FACTOR
Constant for converting pixels to twips |
Boolean | scaled |
Integer | scaleX |
Integer | scaleY |
int | state |
String | tag |
Integer | unitsPerInch |
Long | width |
Integer | widthBytes |
Boolean | wordArt |
Constructor Summary | |
---|---|
RtfDestinationShppict() | |
RtfDestinationShppict(RtfParser parser)
Constructs a new RtfDestinationShppict. |
Method Summary | |
---|---|
boolean | addImage() |
boolean | closeDestination() |
boolean | handleCharacter(int ch) |
boolean | handleCloseGroup() |
boolean | handleControlWord(RtfCtrlWordData ctrlWordData) |
boolean | handleOpenGroup() |
boolean | handleOpeningSubGroup() |
void | setToDefaults() |
void | writeBuffer() |
void | writeText(String value) |