# File control/EditProperties/EditProperties.rb, line 56
  def document_type=(new_type)
    if (new_type) then
      @doc_type = new_type
      init_doc_args
    end
    new_type
  end