C# Class iTextSharp.text.rtf.graphic.RtfShapePosition

Inheritance: iTextSharp.text.rtf.RtfAddableElement
Mostrar archivo Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
IsShapeBelowText ( ) : bool
RtfShapePosition ( int top, int left, int right, int bottom ) : System
SetShapeBelowText ( bool shapeBelowText ) : void
SetXRelativePos ( int relativePos ) : void
SetYRelativePos ( int relativePos ) : void
SetZOrder ( int order ) : void
WriteContent ( Stream result ) : void

Protected Methods

Method Description
SetIgnoreXRelative ( bool ignoreXRelative ) : void
SetIgnoreYRelative ( bool ignoreYRelative ) : void

Method Details

IsShapeBelowText() public method

public IsShapeBelowText ( ) : bool
return bool

RtfShapePosition() public method

public RtfShapePosition ( int top, int left, int right, int bottom ) : System
top int
left int
right int
bottom int
return System

SetIgnoreXRelative() protected method

protected SetIgnoreXRelative ( bool ignoreXRelative ) : void
ignoreXRelative bool
return void

SetIgnoreYRelative() protected method

protected SetIgnoreYRelative ( bool ignoreYRelative ) : void
ignoreYRelative bool
return void

SetShapeBelowText() public method

public SetShapeBelowText ( bool shapeBelowText ) : void
shapeBelowText bool
return void

SetXRelativePos() public method

public SetXRelativePos ( int relativePos ) : void
relativePos int
return void

SetYRelativePos() public method

public SetYRelativePos ( int relativePos ) : void
relativePos int
return void

SetZOrder() public method

public SetZOrder ( int order ) : void
order int
return void

WriteContent() public method

public WriteContent ( Stream result ) : void
result Stream
return void