C# 클래스 iTextSharp.text.rtf.graphic.RtfShapePosition

상속: iTextSharp.text.rtf.RtfAddableElement
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
SetIgnoreXRelative ( bool ignoreXRelative ) : void
SetIgnoreYRelative ( bool ignoreYRelative ) : void

메소드 상세

IsShapeBelowText() 공개 메소드

public IsShapeBelowText ( ) : bool
리턴 bool

RtfShapePosition() 공개 메소드

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

SetIgnoreXRelative() 보호된 메소드

protected SetIgnoreXRelative ( bool ignoreXRelative ) : void
ignoreXRelative bool
리턴 void

SetIgnoreYRelative() 보호된 메소드

protected SetIgnoreYRelative ( bool ignoreYRelative ) : void
ignoreYRelative bool
리턴 void

SetShapeBelowText() 공개 메소드

public SetShapeBelowText ( bool shapeBelowText ) : void
shapeBelowText bool
리턴 void

SetXRelativePos() 공개 메소드

public SetXRelativePos ( int relativePos ) : void
relativePos int
리턴 void

SetYRelativePos() 공개 메소드

public SetYRelativePos ( int relativePos ) : void
relativePos int
리턴 void

SetZOrder() 공개 메소드

public SetZOrder ( int order ) : void
order int
리턴 void

WriteContent() 공개 메소드

public WriteContent ( Stream result ) : void
result Stream
리턴 void