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
FORMAT_HEXADECIMAL
data
public const int FORMAT_HEXADECIMAL = 0
Field Value
ORIGINAL_GIF
public const int ORIGINAL_GIF = 3
Field Value
ORIGINAL_NONE
public const int ORIGINAL_NONE = 0
Field Value
ORIGINAL_PS
public const int ORIGINAL_PS = 7
Field Value
ORIGINAL_TIFF
public const int ORIGINAL_TIFF = 5
Field Value
Properties
PictureType
picttype
public int PictureType { get; }
Property Value
Methods
CloseDestination()
emfblip - EMF (nhanced metafile) - NOT HANDLED
public override bool CloseDestination()
Returns
HandleCharacter(int)
(non-Javadoc) @see com.lowagie.text.rtf.direct.RtfDestination#handleCharacter(int)
public override bool HandleCharacter(int ch)
Parameters
ch
int
Returns
HandleCloseGroup()
(non-Javadoc) @see com.lowagie.text.rtf.direct.RtfDestination#handleGroupEnd()
public override bool HandleCloseGroup()
Returns
HandleControlWord(RtfCtrlWordData)
public override bool HandleControlWord(RtfCtrlWordData ctrlWordData)
Parameters
ctrlWordData
RtfCtrlWordData
Returns
HandleOpenGroup()
(non-Javadoc) @see com.lowagie.text.rtf.direct.RtfDestination#handleGroupStart()
public override bool HandleOpenGroup()
Returns
HandleOpeningSubGroup()
(non-Javadoc) @see com.lowagie.text.rtf.parser.destinations.RtfDestination#handleOpenNewGroup()
public override bool HandleOpeningSubGroup()
Returns
SetToDefaults()
(non-Javadoc) @see com.lowagie.text.rtf.direct.RtfDestination#setDefaults()
public override void SetToDefaults()