Uses of Class
com.contentful.java.cma.model.rich.CMARichMark
-
Packages that use CMARichMark Package Description com.contentful.java.cma.model.rich -
-
Uses of CMARichMark in com.contentful.java.cma.model.rich
Subclasses of CMARichMark in com.contentful.java.cma.model.rich Modifier and Type Class Description static classCMARichMark.CMARichMarkBoldA bold mark of a rich text.static classCMARichMark.CMARichMarkCodeThe text marked by this marker should be represented by Code.static classCMARichMark.CMARichMarkCustomAny custom marker for a given rich text.static classCMARichMark.CMARichMarkItalicDeclares the text as being displayed in italics.static classCMARichMark.CMARichMarkUnderlineMarker for making the rich text displayed as underline.Methods in com.contentful.java.cma.model.rich that return types with arguments of type CMARichMark Modifier and Type Method Description java.util.List<CMARichMark>CMARichText. getMarks()Methods in com.contentful.java.cma.model.rich with parameters of type CMARichMark Modifier and Type Method Description CMARichTextCMARichText. addMarks(CMARichMark... marks)Adds the given marks to this texts marks.Method parameters in com.contentful.java.cma.model.rich with type arguments of type CMARichMark Modifier and Type Method Description CMARichTextCMARichText. setMarks(java.util.List<CMARichMark> marks)Updates the marks of this text.Constructor parameters in com.contentful.java.cma.model.rich with type arguments of type CMARichMark Constructor Description CMARichText(java.lang.CharSequence value, java.util.List<CMARichMark> marks)Create a value with the given marks.
-