C# Class WebQQ.Im.Bean.Content.FontItem

Inheritance: IContentItem
ファイルを表示 Open project: huoshan12345/iQQ.Net

Private Properties

Property Type Description

Public Methods

Method Description
GetText ( ) : string
IsBold ( ) : bool
IsItalic ( ) : bool
IsUnderline ( ) : bool
ToJson ( ) : object

Method Details

GetText() public method

public GetText ( ) : string
return string

IsBold() public method

public IsBold ( ) : bool
return bool

IsItalic() public method

public IsItalic ( ) : bool
return bool

IsUnderline() public method

public IsUnderline ( ) : bool
return bool

ToJson() public method

public ToJson ( ) : object
return object