Uses of Class
com.mypurecloud.sdk.v2.model.DocumentBodyImageProperties
Packages that use DocumentBodyImageProperties
-
Uses of DocumentBodyImageProperties in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentBodyImagePropertiesModifier and TypeMethodDescriptionDocumentBodyImageProperties.align(DocumentBodyImageProperties.AlignEnum align) The align property for the image.Alternate text for the image for accessibility and when the image can't be loaded.DocumentBodyImageProperties.backgroundColor(String backgroundColor) The background color property for the image.DocumentBodyImage.getProperties()DocumentBodyImageProperties.indentation(Float indentation) The indentation property for the image.The width of the image converted to em unit.DocumentBodyImageProperties.widthWithUnit(DocumentElementLength widthWithUnit) The width of the image in the specified unit.Methods in com.mypurecloud.sdk.v2.model with parameters of type DocumentBodyImagePropertiesModifier and TypeMethodDescriptionDocumentBodyImage.properties(DocumentBodyImageProperties properties) The properties for the image.voidDocumentBodyImage.setProperties(DocumentBodyImageProperties properties)