* @param right the right margin. Must not be <code>null</code>.
* @param bottom the bottom margin. Must not be <code>null</code>.
* @param left the left margin. Must not be <code>null</code>.
*/
public static Instruction margins( Unit top, Unit right, Unit bottom, Unit left ) {
return new MarginInstruction( top, right, bottom, left );
}