C# Class Itenso.Rtf.Model.RtfTextFormat

Inheritance: IRtfTextFormat
Exibir arquivo Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
ComputeHashCode ( ) : int
IRtfTextFormat ( ) : IRtfTextFormat
IsEqual ( object obj ) : bool

Method Details

DeriveNormal() public method

public DeriveNormal ( ) : RtfTextFormat
return RtfTextFormat

DeriveWithAlignment() public method

public DeriveWithAlignment ( RtfTextAlignment derivedAlignment ) : RtfTextFormat
derivedAlignment RtfTextAlignment
return RtfTextFormat

DeriveWithBackgroundColor() public method

public DeriveWithBackgroundColor ( IRtfColor derivedBackgroundColor ) : RtfTextFormat
derivedBackgroundColor IRtfColor
return RtfTextFormat

DeriveWithBold() public method

public DeriveWithBold ( bool derivedBold ) : RtfTextFormat
derivedBold bool
return RtfTextFormat

DeriveWithFont() public method

public DeriveWithFont ( IRtfFont rtfFont ) : RtfTextFormat
rtfFont IRtfFont
return RtfTextFormat

DeriveWithFontSize() public method

public DeriveWithFontSize ( int derivedFontSize ) : RtfTextFormat
derivedFontSize int
return RtfTextFormat

DeriveWithForegroundColor() public method

public DeriveWithForegroundColor ( IRtfColor derivedForegroundColor ) : RtfTextFormat
derivedForegroundColor IRtfColor
return RtfTextFormat

DeriveWithHidden() public method

public DeriveWithHidden ( bool derivedHidden ) : RtfTextFormat
derivedHidden bool
return RtfTextFormat

DeriveWithItalic() public method

public DeriveWithItalic ( bool derivedItalic ) : RtfTextFormat
derivedItalic bool
return RtfTextFormat

DeriveWithStrikeThrough() public method

public DeriveWithStrikeThrough ( bool derivedStrikeThrough ) : RtfTextFormat
derivedStrikeThrough bool
return RtfTextFormat

DeriveWithSuperScript() public method

public DeriveWithSuperScript ( bool super ) : RtfTextFormat
super bool
return RtfTextFormat

DeriveWithSuperScript() public method

public DeriveWithSuperScript ( int deviation ) : RtfTextFormat
deviation int
return RtfTextFormat

DeriveWithUnderline() public method

public DeriveWithUnderline ( bool derivedUnderline ) : RtfTextFormat
derivedUnderline bool
return RtfTextFormat

Duplicate() public method

public Duplicate ( ) : RtfTextFormat
return RtfTextFormat

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

RtfTextFormat() public method

public RtfTextFormat ( IRtfFont font, int fontSize ) : System
font IRtfFont
fontSize int
return System

RtfTextFormat() public method

public RtfTextFormat ( IRtfTextFormat copy ) : System
copy IRtfTextFormat
return System

RtfTextFormat() public method

public RtfTextFormat ( RtfTextFormat copy ) : System
copy RtfTextFormat
return System

ToString() public method

public ToString ( ) : string
return string