C# 클래스 iTextSharp.text.rtf.field.RtfAnchor

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

공개 메소드들

메소드 설명
RtfAnchor ( RtfDocument doc, Anchor anchor ) : System

보호된 메소드들

메소드 설명
WriteFieldInstContent ( Stream result ) : void
WriteFieldResultContent ( Stream outp ) : void

메소드 상세

RtfAnchor() 공개 메소드

public RtfAnchor ( RtfDocument doc, Anchor anchor ) : System
doc iTextSharp.text.rtf.document.RtfDocument
anchor iTextSharp.text.Anchor
리턴 System

WriteFieldInstContent() 보호된 메소드

protected WriteFieldInstContent ( Stream result ) : void
result Stream
리턴 void

WriteFieldResultContent() 보호된 메소드

protected WriteFieldResultContent ( Stream outp ) : void
outp Stream
리턴 void