\documentclass{beamerx}
\usepackage{fontspec}
\setmainfont[Script=Arabic,Mapping=farsidigits]{XB Niloofar}
\usepackage{bidi}
\makeatletter
\def\tablename{جدول}
\@RTL@footnotetrue
\makeatletter
\autofootnoterule
\title{یک اسلاید نمونه}
\author{وفا خلیقی}
\date{}
\begin{document}
\begin{frame}
\maketitle
\end{frame}
\begin{frame}{فهرست مطالب}
\tableofcontents
\end{frame}
\section{مقدمه}
\subsection{زیرمقدمه}
\subsubsection{آزمایشی}
\begin{frame}{آزمایش}
این یک متن ساده است که در اینجا می‌نویسم\footnote{این یک زیرنویس راست به چپ است.}\LTRfootnote{This is a left to right footnote.}
\begin{table}
\begin{tabular}{|c|c|}\hline
من&تو\\ \hline
ما&شما\\ \hline
\end{tabular}
\caption{این یک جدول است}
\end{table}
و حالا یک متن \alert{این قرمز است} و بقیه‌اش هم سیاه است.
\begin{itemize}
\item یک
\item دو
\item سه
\end{itemize}
\end{frame}
\end{document}