C# Class TheChan.Common.Html.InlineWrapper

ファイルを表示 Open project: acedened/TheChan Class Usage Examples

Public Methods

Method Description
InlineWrapper ( IEnumerable children ) : System
InlineWrapper ( IEnumerable children, string text ) : System
InlineWrapper ( string text ) : System
SetConverter ( Inline>.Func handler ) : InlineWrapper
StandartConverter ( InlineWrapper wrapper ) : Inline
Style ( Action style ) : InlineWrapper
Unwrap ( ) : Inline

Private Methods

Method Description
CreateSpanWithChildren ( ) : Span

Method Details

InlineWrapper() public method

public InlineWrapper ( IEnumerable children ) : System
children IEnumerable
return System

InlineWrapper() public method

public InlineWrapper ( IEnumerable children, string text ) : System
children IEnumerable
text string
return System

InlineWrapper() public method

public InlineWrapper ( string text ) : System
text string
return System

SetConverter() public method

public SetConverter ( Inline>.Func handler ) : InlineWrapper
handler Inline>.Func
return InlineWrapper

StandartConverter() public static method

public static StandartConverter ( InlineWrapper wrapper ) : Inline
wrapper InlineWrapper
return Windows.UI.Xaml.Documents.Inline

Style() public method

public Style ( Action style ) : InlineWrapper
style Action
return InlineWrapper

Unwrap() public method

public Unwrap ( ) : Inline
return Windows.UI.Xaml.Documents.Inline