Package | Description |
---|---|
com.contentful.java.cma.model.rich |
Modifier and Type | Class and Description |
---|---|
static class |
CMARichMark.CMARichMarkBold
A bold mark of a rich text.
|
static class |
CMARichMark.CMARichMarkCode
The text marked by this marker should be represented by Code.
|
static class |
CMARichMark.CMARichMarkCustom
Any custom marker for a given rich text.
|
static class |
CMARichMark.CMARichMarkItalic
Declares the text as being displayed in italics.
|
static class |
CMARichMark.CMARichMarkUnderline
Marker for making the rich text displayed as underline.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CMARichMark> |
CMARichText.getMarks() |
Modifier and Type | Method and Description |
---|---|
CMARichText |
CMARichText.addMarks(CMARichMark... marks)
Adds the given marks to this texts marks.
|
Modifier and Type | Method and Description |
---|---|
CMARichText |
CMARichText.setMarks(java.util.List<CMARichMark> marks)
Updates the marks of this text.
|
Constructor and Description |
---|
CMARichText(java.lang.CharSequence value,
java.util.List<CMARichMark> marks)
Create a value with the given marks.
|
Copyright © 2019 Contentful, GmbH.. All Rights Reserved.