public UnjustifiedLineBuilder(IFormatObject[] objectList, Heading heading) { _objectList = objectList; _heading = heading; }
public GroupRuby(IFormatObject[] baseObjects, IFormatObject[] rubyObjects) { _baseObjects = (IFormatObject[])(baseObjects.Clone()); _rubyObjects = (IFormatObject[])(rubyObjects.Clone()); }
public void AppendObject(IFormatObject @object) { _buffer.Add(@object); }