.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.TextCtrlFileType: ========================================================================================================================================== |phoenix_title| **wx.TextCtrlFileType** ========================================================================================================================================== The `TextCtrlFileType` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ ``wx.TEXT_TYPE_ANY`` Format determined by file extension when loading/saving the control's content. ``wx.TEXT_TYPE_PLAIN`` Plain Text Format. ``wx.TEXT_TYPE_RTF`` Rich Text Format. ================================================================================ ================================================================================ |