Class: Uniword::Properties::Shading

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

Overview

Paragraph or run shading (background fill)

Represents <w:shd> element with pattern, color, and fill attributes.

Examples:

Creating shading

shading = Shading.new(
  pattern: 'clear',
  fill: 'FFFF00',
  color: 'auto'
)