C# 클래스 iTextSharp.text.rtf.list.RtfListItem

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

공개 메소드들

메소드 설명
GetLevel ( ) : int
GetParent ( ) : RtfListLevel
InheritListSettings ( int listNumber, int listLevel ) : void
IsContainsInnerList ( ) : bool
RtfListItem ( RtfDocument doc, ListItem listItem ) : System
SetLevel ( int level ) : void
SetParent ( RtfListLevel parentList ) : void
WriteContent ( Stream result ) : void
WriteDefinition ( Stream outp ) : bool

보호된 메소드들

메소드 설명
CorrectIndentation ( ) : void

메소드 상세

CorrectIndentation() 보호된 메소드

protected CorrectIndentation ( ) : void
리턴 void

GetLevel() 공개 메소드

public GetLevel ( ) : int
리턴 int

GetParent() 공개 메소드

public GetParent ( ) : RtfListLevel
리턴 RtfListLevel

InheritListSettings() 공개 메소드

public InheritListSettings ( int listNumber, int listLevel ) : void
listNumber int
listLevel int
리턴 void

IsContainsInnerList() 공개 메소드

public IsContainsInnerList ( ) : bool
리턴 bool

RtfListItem() 공개 메소드

public RtfListItem ( RtfDocument doc, ListItem listItem ) : System
doc iTextSharp.text.rtf.document.RtfDocument
listItem iTextSharp.text.ListItem
리턴 System

SetLevel() 공개 메소드

public SetLevel ( int level ) : void
level int
리턴 void

SetParent() 공개 메소드

public SetParent ( RtfListLevel parentList ) : void
parentList RtfListLevel
리턴 void

WriteContent() 공개 메소드

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

WriteDefinition() 공개 메소드

public WriteDefinition ( Stream outp ) : bool
outp Stream
리턴 bool