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