Method | Description | |
---|---|---|
DeriveNormal ( ) : |
||
DeriveWithAlignment ( RtfTextAlignment derivedAlignment ) : |
||
DeriveWithBackgroundColor ( IRtfColor derivedBackgroundColor ) : |
||
DeriveWithBold ( bool derivedBold ) : |
||
DeriveWithFont ( IRtfFont rtfFont ) : |
||
DeriveWithFontSize ( int derivedFontSize ) : |
||
DeriveWithForegroundColor ( IRtfColor derivedForegroundColor ) : |
||
DeriveWithHidden ( bool derivedHidden ) : |
||
DeriveWithItalic ( bool derivedItalic ) : |
||
DeriveWithStrikeThrough ( bool derivedStrikeThrough ) : |
||
DeriveWithSuperScript ( bool super ) : |
||
DeriveWithSuperScript ( int deviation ) : |
||
DeriveWithUnderline ( bool derivedUnderline ) : |
||
Duplicate ( ) : |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
RtfTextFormat ( IRtfFont font, int fontSize ) : System | ||
RtfTextFormat ( IRtfTextFormat copy ) : System | ||
RtfTextFormat ( |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
ComputeHashCode ( ) : int | ||
IRtfTextFormat ( ) : IRtfTextFormat | ||
IsEqual ( object obj ) : bool |
public DeriveWithAlignment ( RtfTextAlignment derivedAlignment ) : |
||
derivedAlignment | RtfTextAlignment | |
return |
public DeriveWithBackgroundColor ( IRtfColor derivedBackgroundColor ) : |
||
derivedBackgroundColor | IRtfColor | |
return |
public DeriveWithBold ( bool derivedBold ) : |
||
derivedBold | bool | |
return |
public DeriveWithFont ( IRtfFont rtfFont ) : |
||
rtfFont | IRtfFont | |
return |
public DeriveWithFontSize ( int derivedFontSize ) : |
||
derivedFontSize | int | |
return |
public DeriveWithForegroundColor ( IRtfColor derivedForegroundColor ) : |
||
derivedForegroundColor | IRtfColor | |
return |
public DeriveWithHidden ( bool derivedHidden ) : |
||
derivedHidden | bool | |
return |
public DeriveWithItalic ( bool derivedItalic ) : |
||
derivedItalic | bool | |
return |
public DeriveWithStrikeThrough ( bool derivedStrikeThrough ) : |
||
derivedStrikeThrough | bool | |
return |
public DeriveWithSuperScript ( bool super ) : |
||
super | bool | |
return |
public DeriveWithSuperScript ( int deviation ) : |
||
deviation | int | |
return |
public DeriveWithUnderline ( bool derivedUnderline ) : |
||
derivedUnderline | bool | |
return |
public RtfTextFormat ( IRtfFont font, int fontSize ) : System | ||
font | IRtfFont | |
fontSize | int | |
return | System |
public RtfTextFormat ( IRtfTextFormat copy ) : System | ||
copy | IRtfTextFormat | |
return | System |
public RtfTextFormat ( |
||
copy | ||
return | System |