-
public interface InAppComponent.FontDecorationComponentInterface for components that can have text decorations applied.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classInAppComponent.FontDecorationComponent.Companion
-
Method Summary
Modifier and Type Method Description BooleanisBoldItalic()BooleanisBold()BooleanisItalic()BooleanisUnderline()BooleanisStroke()abstract Set<InAppProperty.FontDecoration>getFontDecorations()IntegergetTypeface()-
-
Method Detail
-
isBoldItalic
Boolean isBoldItalic()
-
isUnderline
Boolean isUnderline()
-
getFontDecorations
abstract Set<InAppProperty.FontDecoration> getFontDecorations()
-
getTypeface
Integer getTypeface()
-
-
-
-