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

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

공개 메소드들

메소드 설명
GetAlignment ( ) : int
GetBulletCharacter ( ) : String
GetFirstIndent ( ) : int
GetFontBullet ( ) : RtfFont
GetFontNumber ( ) : RtfFont
GetLeftIndent ( ) : int
GetLevelFollowValue ( ) : int
GetLevelTextNumber ( ) : int
GetListLevel ( ) : int
GetListLevelParent ( ) : RtfListLevel
GetListNoRestart ( ) : int
GetListStartAt ( ) : int
GetListType ( ) : int
GetParent ( ) : RtfList
GetRightIndent ( ) : int
GetSymbolIndent ( ) : int
IsLegal ( ) : bool
IsTentative ( ) : bool
RtfListLevel ( RtfDocument doc ) : System
RtfListLevel ( RtfDocument doc, RtfList parent ) : System
RtfListLevel ( RtfListLevel ll ) : System
SetAlignment ( int alignment ) : void
SetBulletCharacter ( String bulletCharacter ) : void
SetBulletChunk ( Chunk bulletCharacter ) : void
SetBulletFont ( Font f ) : void
SetFirstIndent ( int firstIndent ) : void
SetFontBullet ( RtfFont fontBullet ) : void
SetFontNumber ( RtfFont fontNumber ) : void
SetLeftIndent ( int leftIndent ) : void
SetLegal ( bool isLegal ) : void
SetLevelFollowValue ( int levelFollowValue ) : void
SetLevelTextNumber ( int levelTextNumber ) : void
SetListLevel ( int listLevel ) : void
SetListLevelParent ( RtfListLevel listLevelParent ) : void
SetListNoRestart ( int listNoRestart ) : void
SetListStartAt ( int listStartAt ) : void
SetListType ( int listType ) : void
SetParent ( RtfList parent ) : void
SetRightIndent ( int rightIndent ) : void
SetSymbolIndent ( int symbolIndent ) : void
SetTentative ( bool isTentative ) : void
WriteContent ( Stream result ) : void
WriteDefinition ( Stream result ) : void
WriteIndentation ( Stream result ) : void
WriteListBeginning ( Stream result ) : void

보호된 메소드들

메소드 설명
CorrectIndentation ( ) : void
WriteListNumbers ( Stream result ) : void

메소드 상세

CorrectIndentation() 보호된 메소드

protected CorrectIndentation ( ) : void
리턴 void

GetAlignment() 공개 메소드

public GetAlignment ( ) : int
리턴 int

GetBulletCharacter() 공개 메소드

public GetBulletCharacter ( ) : String
리턴 String

GetFirstIndent() 공개 메소드

public GetFirstIndent ( ) : int
리턴 int

GetFontBullet() 공개 메소드

public GetFontBullet ( ) : RtfFont
리턴 iTextSharp.text.rtf.style.RtfFont

GetFontNumber() 공개 메소드

public GetFontNumber ( ) : RtfFont
리턴 iTextSharp.text.rtf.style.RtfFont

GetLeftIndent() 공개 메소드

public GetLeftIndent ( ) : int
리턴 int

GetLevelFollowValue() 공개 메소드

public GetLevelFollowValue ( ) : int
리턴 int

GetLevelTextNumber() 공개 메소드

public GetLevelTextNumber ( ) : int
리턴 int

GetListLevel() 공개 메소드

public GetListLevel ( ) : int
리턴 int

GetListLevelParent() 공개 메소드

public GetListLevelParent ( ) : RtfListLevel
리턴 RtfListLevel

GetListNoRestart() 공개 메소드

public GetListNoRestart ( ) : int
리턴 int

GetListStartAt() 공개 메소드

public GetListStartAt ( ) : int
리턴 int

GetListType() 공개 메소드

public GetListType ( ) : int
리턴 int

GetParent() 공개 메소드

public GetParent ( ) : RtfList
리턴 RtfList

GetRightIndent() 공개 메소드

public GetRightIndent ( ) : int
리턴 int

GetSymbolIndent() 공개 메소드

public GetSymbolIndent ( ) : int
리턴 int

IsLegal() 공개 메소드

public IsLegal ( ) : bool
리턴 bool

IsTentative() 공개 메소드

public IsTentative ( ) : bool
리턴 bool

RtfListLevel() 공개 메소드

public RtfListLevel ( RtfDocument doc ) : System
doc iTextSharp.text.rtf.document.RtfDocument
리턴 System

RtfListLevel() 공개 메소드

public RtfListLevel ( RtfDocument doc, RtfList parent ) : System
doc iTextSharp.text.rtf.document.RtfDocument
parent RtfList
리턴 System

RtfListLevel() 공개 메소드

public RtfListLevel ( RtfListLevel ll ) : System
ll RtfListLevel
리턴 System

SetAlignment() 공개 메소드

public SetAlignment ( int alignment ) : void
alignment int
리턴 void

SetBulletCharacter() 공개 메소드

public SetBulletCharacter ( String bulletCharacter ) : void
bulletCharacter String
리턴 void

SetBulletChunk() 공개 메소드

public SetBulletChunk ( Chunk bulletCharacter ) : void
bulletCharacter iTextSharp.text.Chunk
리턴 void

SetBulletFont() 공개 메소드

public SetBulletFont ( Font f ) : void
f iTextSharp.text.Font
리턴 void

SetFirstIndent() 공개 메소드

public SetFirstIndent ( int firstIndent ) : void
firstIndent int
리턴 void

SetFontBullet() 공개 메소드

public SetFontBullet ( RtfFont fontBullet ) : void
fontBullet iTextSharp.text.rtf.style.RtfFont
리턴 void

SetFontNumber() 공개 메소드

public SetFontNumber ( RtfFont fontNumber ) : void
fontNumber iTextSharp.text.rtf.style.RtfFont
리턴 void

SetLeftIndent() 공개 메소드

public SetLeftIndent ( int leftIndent ) : void
leftIndent int
리턴 void

SetLegal() 공개 메소드

public SetLegal ( bool isLegal ) : void
isLegal bool
리턴 void

SetLevelFollowValue() 공개 메소드

public SetLevelFollowValue ( int levelFollowValue ) : void
levelFollowValue int
리턴 void

SetLevelTextNumber() 공개 메소드

public SetLevelTextNumber ( int levelTextNumber ) : void
levelTextNumber int
리턴 void

SetListLevel() 공개 메소드

public SetListLevel ( int listLevel ) : void
listLevel int
리턴 void

SetListLevelParent() 공개 메소드

public SetListLevelParent ( RtfListLevel listLevelParent ) : void
listLevelParent RtfListLevel
리턴 void

SetListNoRestart() 공개 메소드

public SetListNoRestart ( int listNoRestart ) : void
listNoRestart int
리턴 void

SetListStartAt() 공개 메소드

public SetListStartAt ( int listStartAt ) : void
listStartAt int
리턴 void

SetListType() 공개 메소드

public SetListType ( int listType ) : void
listType int
리턴 void

SetParent() 공개 메소드

public SetParent ( RtfList parent ) : void
parent RtfList
리턴 void

SetRightIndent() 공개 메소드

public SetRightIndent ( int rightIndent ) : void
rightIndent int
리턴 void

SetSymbolIndent() 공개 메소드

public SetSymbolIndent ( int symbolIndent ) : void
symbolIndent int
리턴 void

SetTentative() 공개 메소드

public SetTentative ( bool isTentative ) : void
isTentative bool
리턴 void

WriteContent() 공개 메소드

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

WriteDefinition() 공개 메소드

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

WriteIndentation() 공개 메소드

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

WriteListBeginning() 공개 메소드

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

WriteListNumbers() 보호된 메소드

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