Stay organized with collections
Save and categorize content based on your preferences.
ParagraphStyle
public
interface
ParagraphStyle
android.text.style.ParagraphStyle
|
Known indirect subclasses
AlignmentSpan, AlignmentSpan.Standard, BulletSpan, DrawableMarginSpan, IconMarginSpan, LeadingMarginSpan, LeadingMarginSpan.LeadingMarginSpan2, LeadingMarginSpan.Standard, LineBackgroundSpan, LineBackgroundSpan.Standard, LineHeightSpan, LineHeightSpan.Standard, LineHeightSpan.WithDensity, QuoteSpan, TabStopSpan, TabStopSpan.Standard, WrapTogetherSpan
AlignmentSpan |
Span that allows defining the alignment of text at the paragraph level.
|
AlignmentSpan.Standard |
Default implementation of the AlignmentSpan .
|
BulletSpan |
A span which styles paragraphs as bullet points (respecting layout direction).
|
DrawableMarginSpan |
A span which adds a drawable and a padding to the paragraph it's attached to.
|
IconMarginSpan |
Paragraph affecting span, that draws a bitmap at the beginning of a text.
|
LeadingMarginSpan |
A paragraph style affecting the leading margin.
|
LeadingMarginSpan.LeadingMarginSpan2 |
An extended version of LeadingMarginSpan , which allows the
implementor to specify the number of lines of the paragraph to which
this object is attached that the "first line of paragraph" margin width
will be applied to.
|
LeadingMarginSpan.Standard |
The standard implementation of LeadingMarginSpan, which adjusts the
margin but does not do any rendering.
|
LineBackgroundSpan |
Used to change the background of lines where the span is attached to.
|
LineBackgroundSpan.Standard |
Default implementation of the LineBackgroundSpan , which changes the background
color of the lines to which the span is attached.
|
LineHeightSpan |
The classes that affect the line height of paragraph should implement this interface.
|
LineHeightSpan.Standard |
Default implementation of the LineHeightSpan , which changes the line height of the
attached paragraph.
|
LineHeightSpan.WithDensity |
The classes that affect the line height of paragraph with respect to density,
should implement this interface.
|
QuoteSpan |
A span which styles paragraphs by adding a vertical stripe at the beginning of the text
(respecting layout direction).
|
TabStopSpan |
Paragraph affecting span that changes the position of the tab with respect to
the leading margin of the line.
|
TabStopSpan.Standard |
The default implementation of TabStopSpan that allows setting the offset of the tab stop
from the leading margin of the first line of text.
|
WrapTogetherSpan |
|
|
The classes that affect paragraph-level text formatting implement
this interface.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-04 UTC."],[],[]]