Uses of Class
com.mypurecloud.sdk.v2.model.DocumentElementLength
Packages that use DocumentElementLength
-
Uses of DocumentElementLength in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentElementLengthModifier and TypeMethodDescriptionDocumentBodyVideoProperties.getHeight()DocumentBodyVideoProperties.getWidth()DocumentBodyImageProperties.getWidthWithUnit()DocumentBodyTableCellBlockProperties.getWidthWithUnit()DocumentBodyTableProperties.getWidthWithUnit()DocumentElementLength.unit(DocumentElementLength.UnitEnum unit) The unit of length.The length value of the element in the selected unit.Methods in com.mypurecloud.sdk.v2.model with parameters of type DocumentElementLengthModifier and TypeMethodDescriptionDocumentBodyVideoProperties.height(DocumentElementLength height) The height of the video in the specified unit.voidDocumentBodyVideoProperties.setHeight(DocumentElementLength height) voidDocumentBodyVideoProperties.setWidth(DocumentElementLength width) voidDocumentBodyImageProperties.setWidthWithUnit(DocumentElementLength widthWithUnit) voidDocumentBodyTableCellBlockProperties.setWidthWithUnit(DocumentElementLength widthWithUnit) voidDocumentBodyTableProperties.setWidthWithUnit(DocumentElementLength widthWithUnit) DocumentBodyVideoProperties.width(DocumentElementLength width) The width of the video in the specified unit.DocumentBodyImageProperties.widthWithUnit(DocumentElementLength widthWithUnit) The width of the image in the specified unit.DocumentBodyTableCellBlockProperties.widthWithUnit(DocumentElementLength widthWithUnit) The width of the table cell in the specified unit.DocumentBodyTableProperties.widthWithUnit(DocumentElementLength widthWithUnit) The width of the table in the specified unit.