C# Class ArcGISPortalViewer.Popup.Converters.HtmlToTextConverter

Inheritance: IValueConverter
Afficher le fichier Open project: Esri/arcgis-portalviewer-dotnet

Méthodes publiques

Свойство Type Description
HtmlToInlinesProperty Windows.UI.Xaml.DependencyProperty
HtmlToWebViewProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
Convert ( object value, Type targetType, object parameter, string language ) : object
ConvertBack ( object value, Type targetType, object parameter, string language ) : object
GetHtmlToInlines ( DependencyObject obj ) : string
GetHtmlToWebView ( DependencyObject obj ) : string
SetHtmlToInlines ( DependencyObject obj, string value ) : void
SetHtmlToWebView ( DependencyObject obj, string value ) : void

Private Methods

Méthode Description
CreateInlineCollection ( string newValue ) : List
IsHtmlTag ( string str ) : bool
OnHtmlToInlinesPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnHtmlToWebViewPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
SetParagraphInlineCollection ( Paragraph p, List newValue ) : void
ToStrippedHtmlText ( object input ) : string
WriteLineBreak ( List inlines, int &line_break_counter ) : void

Method Details

Convert() public méthode

public Convert ( object value, Type targetType, object parameter, string language ) : object
value object
targetType System.Type
parameter object
language string
Résultat object

ConvertBack() public méthode

public ConvertBack ( object value, Type targetType, object parameter, string language ) : object
value object
targetType System.Type
parameter object
language string
Résultat object

GetHtmlToInlines() public static méthode

public static GetHtmlToInlines ( DependencyObject obj ) : string
obj Windows.UI.Xaml.DependencyObject
Résultat string

GetHtmlToWebView() public static méthode

public static GetHtmlToWebView ( DependencyObject obj ) : string
obj Windows.UI.Xaml.DependencyObject
Résultat string

SetHtmlToInlines() public static méthode

public static SetHtmlToInlines ( DependencyObject obj, string value ) : void
obj Windows.UI.Xaml.DependencyObject
value string
Résultat void

SetHtmlToWebView() public static méthode

public static SetHtmlToWebView ( DependencyObject obj, string value ) : void
obj Windows.UI.Xaml.DependencyObject
value string
Résultat void

Property Details

HtmlToInlinesProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml HtmlToInlinesProperty
Résultat Windows.UI.Xaml.DependencyProperty

HtmlToWebViewProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml HtmlToWebViewProperty
Résultat Windows.UI.Xaml.DependencyProperty