Package com.mypurecloud.sdk.v2.model
Class DocumentBodyImageProperties
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentBodyImageProperties
- All Implemented Interfaces:
Serializable
DocumentBodyImageProperties
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe align property for the image. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe align property for the image.Alternate text for the image for accessibility and when the image can't be loaded.backgroundColor(String backgroundColor) The background color property for the image.booleangetAlign()getWidth()inthashCode()indentation(Float indentation) The indentation property for the image.voidvoidsetAltText(String altText) voidsetBackgroundColor(String backgroundColor) voidsetIndentation(Float indentation) voidvoidsetWidthWithUnit(DocumentElementLength widthWithUnit) toString()The width of the image converted to em unit.widthWithUnit(DocumentElementLength widthWithUnit) The width of the image in the specified unit.
-
Constructor Details
-
DocumentBodyImageProperties
public DocumentBodyImageProperties() -
DocumentBodyImageProperties
-
-
Method Details
-
backgroundColor
The background color property for the image. The valid values in hex color code representation. For example black color - #000000 -
getBackgroundColor
-
setBackgroundColor
-
align
The align property for the image. -
getAlign
-
setAlign
-
indentation
The indentation property for the image. The valid values in 'em'. -
getIndentation
-
setIndentation
-
width
The width of the image converted to em unit. -
getWidth
-
setWidth
-
widthWithUnit
The width of the image in the specified unit. -
getWidthWithUnit
-
setWidthWithUnit
-
altText
Alternate text for the image for accessibility and when the image can't be loaded. -
getAltText
-
setAltText
-
equals
-
hashCode
public int hashCode() -
toString
-