Class: Uniword::Properties::Border

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/uniword/properties/border.rb

Overview

Individual border definition

Represents a single border (top, bottom, left, right) with style, size, spacing, and color attributes.

Examples:

Creating a border

border = Border.new(
  style: 'single',
  size: 4,
  space: 1,
  color: 'auto'
)