Class SpanExtensions
Inheritance
System.Object
SpanExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Tizen.UIExtensions.ElmSharp
Assembly: Tizen.UIExtensions.ElmSharp.dll
Syntax
public static class SpanExtensions
Methods
GetDecoratedText(Span)
Declaration
public static string GetDecoratedText(this Span span)
Parameters
Type | Name | Description |
---|---|---|
Span | span |
Returns
Type | Description |
---|---|
System.String |
GetMarkupText(Span)
Declaration
public static string GetMarkupText(this Span span)
Parameters
Type | Name | Description |
---|---|---|
Span | span |
Returns
Type | Description |
---|---|
System.String |
GetStyle(Span)
Declaration
public static string GetStyle(this Span span)
Parameters
Type | Name | Description |
---|---|---|
Span | span |
Returns
Type | Description |
---|---|
System.String |
PrepareFormattingString(Span, StringBuilder)
Declaration
public static StringBuilder PrepareFormattingString(this Span span, StringBuilder strBuffer)
Parameters
Type | Name | Description |
---|---|---|
Span | span | |
System.Text.StringBuilder | strBuffer |
Returns
Type | Description |
---|---|
System.Text.StringBuilder |