Uses of Class
com.contentful.java.cda.rich.CDARichMark
-
Packages that use CDARichMark Package Description com.contentful.java.cda.rich -
-
Uses of CDARichMark in com.contentful.java.cda.rich
Subclasses of CDARichMark in com.contentful.java.cda.rich Modifier and Type Class Description static classCDARichMark.CDARichMarkBoldA bold mark of a rich text.static classCDARichMark.CDARichMarkCodeThe text marked by this marker should be represented by Code.static classCDARichMark.CDARichMarkCustomAny custom marker for a given rich text.static classCDARichMark.CDARichMarkItalicDeclares the text as being displayed in italics.static classCDARichMark.CDARichMarkUnderlineMarker for making the rich text displayed as underline.Methods in com.contentful.java.cda.rich that return types with arguments of type CDARichMark Modifier and Type Method Description java.util.List<CDARichMark>CDARichText. getMarks()Constructor parameters in com.contentful.java.cda.rich with type arguments of type CDARichMark Constructor Description CDARichText(java.lang.CharSequence text, java.util.List<CDARichMark> marks)Create a text with the given marks
-