| Interface | Description |
|---|---|
| ReactSpan |
| Class | Description |
|---|---|
| CustomLetterSpacingSpan |
A
MetricAffectingSpan that allows to set the letter spacing on the selected text span. |
| CustomLineHeightSpan |
We use a custom
LineHeightSpan, because `lineSpacingExtra` is broken. |
| CustomStyleSpan | |
| DefaultStyleValuesUtil |
Utility class that access default values from style
|
| FontMetricsUtil | |
| ReactAbsoluteSizeSpan | |
| ReactBackgroundColorSpan | |
| ReactBaseTextShadowNode |
ReactShadowNode abstract class for spannable text nodes. |
| ReactFontManager |
Class responsible to load and cache Typeface objects.
|
| ReactForegroundColorSpan | |
| ReactRawTextManager |
Manages raw text nodes (aka
textContent in terms of DOM). |
| ReactRawTextShadowNode |
ReactShadowNode class for pure raw text node (aka textContent in terms of DOM). |
| ReactStrikethroughSpan | |
| ReactTagSpan |
Instances of this class are used to place reactTag information of nested text react nodes into
spannable text rendered by single
TextView |
| ReactTextAnchorViewManager<T extends android.view.View,C extends ReactBaseTextShadowNode> |
Abstract class for anchor
<Text>-ish spannable views, such as TextView or TextEdit. |
| ReactTextInlineImageShadowNode |
Base class for
YogaNodes that represent inline images. |
| ReactTextShadowNode |
ReactBaseTextShadowNode concrete class for anchor Text node. |
| ReactTextUpdate |
Class that contains the data needed for a text update.
|
| ReactTextView | |
| ReactTextViewManager |
Concrete class for
ReactTextAnchorViewManager which represents view managers of anchor
<Text> nodes. |
| ReactUnderlineSpan | |
| ReactVirtualTextShadowNode |
A virtual text node.
|
| ReactVirtualTextViewManager |
Manages raw text nodes.
|
| ShadowStyleSpan | |
| TextAttributeProps | |
| TextAttributes | |
| TextInlineImageSpan |
Base class for inline image spans.
|
| TextInlineViewPlaceholderSpan |
TextInlineViewPlaceholderSpan is a span for inlined views that are inside
|
| TextLayoutManager |
Class responsible of creating
Spanned object for the JS representation of Text |
| TextLayoutManager.SetSpanOperation |
| Enum | Description |
|---|---|
| TextTransform |
Types of text transforms for CustomTextTransformSpan
|