Table of Contents

Class RtfDestinationShppict

Namespace
iTextSharp.text.rtf.parser.destinations
Assembly
iTextSharp.LGPLv2.Core.dll

RtfDestinationShppict handles data destined for picture destinations @author Howard Shank (hgshank@yahoo.com) @since 2.0.8

public class RtfDestinationShppict : RtfDestination
Inheritance
RtfDestinationShppict
Inherited Members

Constructors

RtfDestinationShppict()

bitapinfo

public RtfDestinationShppict()

RtfDestinationShppict(RtfParser)

shppict - Destination

public RtfDestinationShppict(RtfParser parser)

Parameters

parser RtfParser

Fields

FORMAT_BINARY

public const int FORMAT_BINARY = 1

Field Value

int

FORMAT_HEXADECIMAL

data

public const int FORMAT_HEXADECIMAL = 0

Field Value

int

ORIGINAL_GIF

public const int ORIGINAL_GIF = 3

Field Value

int

ORIGINAL_NONE

public const int ORIGINAL_NONE = 0

Field Value

int

ORIGINAL_PS

public const int ORIGINAL_PS = 7

Field Value

int

ORIGINAL_TIFF

public const int ORIGINAL_TIFF = 5

Field Value

int

Properties

PictureType

picttype

public int PictureType { get; }

Property Value

int

Methods

CloseDestination()

emfblip - EMF (nhanced metafile) - NOT HANDLED

public override bool CloseDestination()

Returns

bool

HandleCharacter(int)

(non-Javadoc) @see com.lowagie.text.rtf.direct.RtfDestination#handleCharacter(int)

public override bool HandleCharacter(int ch)

Parameters

ch int

Returns

bool

HandleCloseGroup()

(non-Javadoc) @see com.lowagie.text.rtf.direct.RtfDestination#handleGroupEnd()

public override bool HandleCloseGroup()

Returns

bool

HandleControlWord(RtfCtrlWordData)

public override bool HandleControlWord(RtfCtrlWordData ctrlWordData)

Parameters

ctrlWordData RtfCtrlWordData

Returns

bool

HandleOpenGroup()

(non-Javadoc) @see com.lowagie.text.rtf.direct.RtfDestination#handleGroupStart()

public override bool HandleOpenGroup()

Returns

bool

HandleOpeningSubGroup()

(non-Javadoc) @see com.lowagie.text.rtf.parser.destinations.RtfDestination#handleOpenNewGroup()

public override bool HandleOpeningSubGroup()

Returns

bool

SetToDefaults()

(non-Javadoc) @see com.lowagie.text.rtf.direct.RtfDestination#setDefaults()

public override void SetToDefaults()