C# 클래스 iTextSharp.text.RomanList

상속: List
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
Add ( IElement o ) : bool
RomanList ( ) : System
RomanList ( bool romanlower, int symbolIndent ) : System
RomanList ( int symbolIndent ) : System

메소드 상세

Add() 공개 메소드

public Add ( IElement o ) : bool
o IElement
리턴 bool

RomanList() 공개 메소드

public RomanList ( ) : System
리턴 System

RomanList() 공개 메소드

public RomanList ( bool romanlower, int symbolIndent ) : System
romanlower bool
symbolIndent int
리턴 System

RomanList() 공개 메소드

public RomanList ( int symbolIndent ) : System
symbolIndent int
리턴 System