Class: Uniword::Properties::TextOutline

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

Overview

Text outline (basic support)

Represents <w:textOutline> element with basic outline properties. Full compound/join/cap support planned for v2.0.

Examples:

Creating a text outline

outline = TextOutline.new(
  width: 12700,
  color: '000000'
)