Uses of Record Class
dev.jcputney.mjml.util.CssBoxModel
Packages that use CssBoxModel
Package
Description
-
Uses of CssBoxModel in dev.jcputney.mjml.component
Methods in dev.jcputney.mjml.component that return CssBoxModelModifier and TypeMethodDescriptionBodyComponent.getBoxModel()Returns the box model for this component based on its padding and border attributes. -
Uses of CssBoxModel in dev.jcputney.mjml.component.body
Methods in dev.jcputney.mjml.component.body that return CssBoxModel -
Uses of CssBoxModel in dev.jcputney.mjml.util
Methods in dev.jcputney.mjml.util that return CssBoxModelModifier and TypeMethodDescriptionstatic CssBoxModelCssBoxModel.fromAttributes(String padding, String border, String borderLeft, String borderRight) Creates a CssBoxModel from padding and border attribute strings.