Share via


TimedTextRuby.Reserve Property

Definition

Gets or sets the position of ruby text within the inline area generated by the ruby text container annotation.

public:
 property TimedTextRubyReserve Reserve { TimedTextRubyReserve get(); void set(TimedTextRubyReserve value); };
TimedTextRubyReserve Reserve();

void Reserve(TimedTextRubyReserve value);
public TimedTextRubyReserve Reserve { get; set; }
var timedTextRubyReserve = timedTextRuby.reserve;
timedTextRuby.reserve = timedTextRubyReserve;
Public Property Reserve As TimedTextRubyReserve

Property Value

A value from the TimedTextRubyReserve enumeration specifying the position of ruby text within the inline area generated by the ruby text container annotation.

Applies to