Uses of Class
com.mypurecloud.sdk.v2.model.TextStyleProperties
Packages that use TextStyleProperties
-
Uses of TextStyleProperties in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TextStylePropertiesModifier and TypeMethodDescriptionColor of the text.Font of the text.Font size of the text.ContentOfferStylingConfiguration.getBody()ContentOfferStylingConfiguration.getHeadline()ContentOfferStylingConfiguration.getTitle()TextStyleProperties.textAlign(TextStyleProperties.TextAlignEnum textAlign) Text alignment.Methods in com.mypurecloud.sdk.v2.model with parameters of type TextStylePropertiesModifier and TypeMethodDescriptionContentOfferStylingConfiguration.body(TextStyleProperties body) Properties for customizing the appearance of the body text.ContentOfferStylingConfiguration.headline(TextStyleProperties headline) Properties for customizing the appearance of the headline text.voidContentOfferStylingConfiguration.setBody(TextStyleProperties body) voidContentOfferStylingConfiguration.setHeadline(TextStyleProperties headline) voidContentOfferStylingConfiguration.setTitle(TextStyleProperties title) ContentOfferStylingConfiguration.title(TextStyleProperties title) Properties for customizing the appearance of the title text.