C# 클래스 iTextSharp.text.rtf.text.RtfTabGroup

상속: iTextSharp.text.rtf.RtfAddableElement
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

공개 메소드들

메소드 설명
Add ( RtfTab tab ) : void
RtfTabGroup ( ) : System
RtfTabGroup ( ArrayList tabs ) : System
WriteContent ( Stream result ) : void

메소드 상세

Add() 공개 메소드

public Add ( RtfTab tab ) : void
tab RtfTab
리턴 void

RtfTabGroup() 공개 메소드

public RtfTabGroup ( ) : System
리턴 System

RtfTabGroup() 공개 메소드

public RtfTabGroup ( ArrayList tabs ) : System
tabs System.Collections.ArrayList
리턴 System

WriteContent() 공개 메소드

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