Class: Uniword::Properties::TabStop

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

Overview

Individual tab stop definition

Represents a single tab stop with alignment, position, and leader.

Examples:

Creating a tab stop

tab = TabStop.new(
  alignment: 'left',
  position: 720,
  leader: 'dot'
)