TimedTextRuby.Reserve Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.