public string PrintType(Style style, TargetType type) { check_alive (); return servant.PrintType (style, type); }
public string PrintObject(Style style, TargetObject obj, DisplayFormat format) { check_alive (); return servant.PrintObject (style, obj, format); }