-
- All Implemented Interfaces:
-
android.text.style.LeadingMarginSpan,android.text.style.ParagraphStyle,io.element.android.wysiwyg.view.spans.BlockSpan
public final class OrderedListSpan implements LeadingMarginSpan, BlockSpan
Custom ordered list span (<ol> in HTML), prints a prefix with the current list item number and applies a margin to the item.
-
-
Constructor Summary
Constructors Constructor Description OrderedListSpan(Typeface typeface, Float textSize, Integer order, Integer gapWidth)
-
Method Summary
-
-
Method Detail
-
getLeadingMargin
Integer getLeadingMargin(Boolean first)
-
-
-
-