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

Inheritance: iTextSharp.text.rtf.RtfAddableElement
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
SetIgnoreXRelative ( bool ignoreXRelative ) : void
SetIgnoreYRelative ( bool ignoreYRelative ) : void

Method Details

IsShapeBelowText() public méthode

public IsShapeBelowText ( ) : bool
Résultat bool

RtfShapePosition() public méthode

public RtfShapePosition ( int top, int left, int right, int bottom ) : System
top int
left int
right int
bottom int
Résultat System

SetIgnoreXRelative() protected méthode

protected SetIgnoreXRelative ( bool ignoreXRelative ) : void
ignoreXRelative bool
Résultat void

SetIgnoreYRelative() protected méthode

protected SetIgnoreYRelative ( bool ignoreYRelative ) : void
ignoreYRelative bool
Résultat void

SetShapeBelowText() public méthode

public SetShapeBelowText ( bool shapeBelowText ) : void
shapeBelowText bool
Résultat void

SetXRelativePos() public méthode

public SetXRelativePos ( int relativePos ) : void
relativePos int
Résultat void

SetYRelativePos() public méthode

public SetYRelativePos ( int relativePos ) : void
relativePos int
Résultat void

SetZOrder() public méthode

public SetZOrder ( int order ) : void
order int
Résultat void

WriteContent() public méthode

public WriteContent ( Stream result ) : void
result Stream
Résultat void