C# 클래스 Itenso.Rtf.Model.RtfTextFormat

상속: IRtfTextFormat
파일 보기 프로젝트 열기: Shereef/RTF-to-HTML-Converter-Class-Library-DLL 1 사용 예제들

공개 메소드들

메소드 설명
DeriveNormal ( ) : RtfTextFormat
DeriveWithAlignment ( RtfTextAlignment derivedAlignment ) : RtfTextFormat
DeriveWithBackgroundColor ( IRtfColor derivedBackgroundColor ) : RtfTextFormat
DeriveWithBold ( bool derivedBold ) : RtfTextFormat
DeriveWithFont ( IRtfFont rtfFont ) : RtfTextFormat
DeriveWithFontSize ( int derivedFontSize ) : RtfTextFormat
DeriveWithForegroundColor ( IRtfColor derivedForegroundColor ) : RtfTextFormat
DeriveWithHidden ( bool derivedHidden ) : RtfTextFormat
DeriveWithItalic ( bool derivedItalic ) : RtfTextFormat
DeriveWithStrikeThrough ( bool derivedStrikeThrough ) : RtfTextFormat
DeriveWithSuperScript ( bool super ) : RtfTextFormat
DeriveWithSuperScript ( int deviation ) : RtfTextFormat
DeriveWithUnderline ( bool derivedUnderline ) : RtfTextFormat
Duplicate ( ) : RtfTextFormat
Equals ( object obj ) : bool
GetHashCode ( ) : int
RtfTextFormat ( IRtfFont font, int fontSize ) : System
RtfTextFormat ( IRtfTextFormat copy ) : System
RtfTextFormat ( RtfTextFormat copy ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
ComputeHashCode ( ) : int
IRtfTextFormat ( ) : IRtfTextFormat
IsEqual ( object obj ) : bool

메소드 상세

DeriveNormal() 공개 메소드

public DeriveNormal ( ) : RtfTextFormat
리턴 RtfTextFormat

DeriveWithAlignment() 공개 메소드

public DeriveWithAlignment ( RtfTextAlignment derivedAlignment ) : RtfTextFormat
derivedAlignment RtfTextAlignment
리턴 RtfTextFormat

DeriveWithBackgroundColor() 공개 메소드

public DeriveWithBackgroundColor ( IRtfColor derivedBackgroundColor ) : RtfTextFormat
derivedBackgroundColor IRtfColor
리턴 RtfTextFormat

DeriveWithBold() 공개 메소드

public DeriveWithBold ( bool derivedBold ) : RtfTextFormat
derivedBold bool
리턴 RtfTextFormat

DeriveWithFont() 공개 메소드

public DeriveWithFont ( IRtfFont rtfFont ) : RtfTextFormat
rtfFont IRtfFont
리턴 RtfTextFormat

DeriveWithFontSize() 공개 메소드

public DeriveWithFontSize ( int derivedFontSize ) : RtfTextFormat
derivedFontSize int
리턴 RtfTextFormat

DeriveWithForegroundColor() 공개 메소드

public DeriveWithForegroundColor ( IRtfColor derivedForegroundColor ) : RtfTextFormat
derivedForegroundColor IRtfColor
리턴 RtfTextFormat

DeriveWithHidden() 공개 메소드

public DeriveWithHidden ( bool derivedHidden ) : RtfTextFormat
derivedHidden bool
리턴 RtfTextFormat

DeriveWithItalic() 공개 메소드

public DeriveWithItalic ( bool derivedItalic ) : RtfTextFormat
derivedItalic bool
리턴 RtfTextFormat

DeriveWithStrikeThrough() 공개 메소드

public DeriveWithStrikeThrough ( bool derivedStrikeThrough ) : RtfTextFormat
derivedStrikeThrough bool
리턴 RtfTextFormat

DeriveWithSuperScript() 공개 메소드

public DeriveWithSuperScript ( bool super ) : RtfTextFormat
super bool
리턴 RtfTextFormat

DeriveWithSuperScript() 공개 메소드

public DeriveWithSuperScript ( int deviation ) : RtfTextFormat
deviation int
리턴 RtfTextFormat

DeriveWithUnderline() 공개 메소드

public DeriveWithUnderline ( bool derivedUnderline ) : RtfTextFormat
derivedUnderline bool
리턴 RtfTextFormat

Duplicate() 공개 메소드

public Duplicate ( ) : RtfTextFormat
리턴 RtfTextFormat

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

RtfTextFormat() 공개 메소드

public RtfTextFormat ( IRtfFont font, int fontSize ) : System
font IRtfFont
fontSize int
리턴 System

RtfTextFormat() 공개 메소드

public RtfTextFormat ( IRtfTextFormat copy ) : System
copy IRtfTextFormat
리턴 System

RtfTextFormat() 공개 메소드

public RtfTextFormat ( RtfTextFormat copy ) : System
copy RtfTextFormat
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string