Energy Core Library
Energy.Base.Plain.TableFormat Class Reference
Inheritance diagram for Energy.Base.Plain.TableFormat:
Energy.Base.Plain.TableFormat.FullFrame

Classes

class  FullFrame
 

Public Member Functions

TableFormat SetTildeColorScheme (string name)
 
TableFormat SetFrameStyle (string name)
 

Public Attributes

bool Header = true
 
bool Data = true
 
string RowPrefix = ""
 
string RowSuffix = ""
 
string RowSeparator = " | "
 
bool Frame = false
 
string FramePrefix = ""
 
string FrameSuffix = ""
 
string FrameSeparator = " + "
 
string FramePattern = "="
 
bool Inner = true
 
string InnerPrefix = ""
 
string InnerSuffix = ""
 
string InnerSeparator = " + "
 
string InnerPattern = "-"
 
string FrameTilde = "~8~"
 
string HeaderTilde = "~10~"
 
string TextTilde = "~14~"
 
string TextTildeOdd = "~15~"
 
bool Tilde = false
 
int MinimumLength = 0
 
int MaximumLength = 0
 
string LimitSuffix = "..."
 
string FormatInteger = ""
 

Member Function Documentation

◆ SetFrameStyle()

TableFormat Energy.Base.Plain.TableFormat.SetFrameStyle ( string  name)

◆ SetTildeColorScheme()

TableFormat Energy.Base.Plain.TableFormat.SetTildeColorScheme ( string  name)

Member Data Documentation

◆ Data

bool Energy.Base.Plain.TableFormat.Data = true

◆ FormatInteger

string Energy.Base.Plain.TableFormat.FormatInteger = ""

◆ Frame

bool Energy.Base.Plain.TableFormat.Frame = false

◆ FramePattern

string Energy.Base.Plain.TableFormat.FramePattern = "="

◆ FramePrefix

string Energy.Base.Plain.TableFormat.FramePrefix = ""

◆ FrameSeparator

string Energy.Base.Plain.TableFormat.FrameSeparator = " + "

◆ FrameSuffix

string Energy.Base.Plain.TableFormat.FrameSuffix = ""

◆ FrameTilde

string Energy.Base.Plain.TableFormat.FrameTilde = "~8~"

◆ Header

bool Energy.Base.Plain.TableFormat.Header = true

◆ HeaderTilde

string Energy.Base.Plain.TableFormat.HeaderTilde = "~10~"

◆ Inner

bool Energy.Base.Plain.TableFormat.Inner = true

◆ InnerPattern

string Energy.Base.Plain.TableFormat.InnerPattern = "-"

◆ InnerPrefix

string Energy.Base.Plain.TableFormat.InnerPrefix = ""

◆ InnerSeparator

string Energy.Base.Plain.TableFormat.InnerSeparator = " + "

◆ InnerSuffix

string Energy.Base.Plain.TableFormat.InnerSuffix = ""

◆ LimitSuffix

string Energy.Base.Plain.TableFormat.LimitSuffix = "..."

◆ MaximumLength

int Energy.Base.Plain.TableFormat.MaximumLength = 0

◆ MinimumLength

int Energy.Base.Plain.TableFormat.MinimumLength = 0

◆ RowPrefix

string Energy.Base.Plain.TableFormat.RowPrefix = ""

◆ RowSeparator

string Energy.Base.Plain.TableFormat.RowSeparator = " | "

◆ RowSuffix

string Energy.Base.Plain.TableFormat.RowSuffix = ""

◆ TextTilde

string Energy.Base.Plain.TableFormat.TextTilde = "~14~"

◆ TextTildeOdd

string Energy.Base.Plain.TableFormat.TextTildeOdd = "~15~"

◆ Tilde

bool Energy.Base.Plain.TableFormat.Tilde = false

The documentation for this class was generated from the following file: