Harness proD API Help
EPLAN.Harness.API.DataStructures.DisplayConfigurations Namespace / TablePlaceSetting Class
Members
In This Topic
    TablePlaceSetting Class
    In This Topic
    Base class for display configuration settings of a table with Place property.
    Object Model
    TablePlaceSetting ClassBooleanProperty ClassBooleanProperty ClassApiLineStyle ClassApiTextStyleLocation ClassDecorationController ClassApiLineStyle ClassBooleanProperty ClassApiTextStyleLocation ClassApiTextStyleAlignment ClassBooleanProperty ClassApiTextStyleAlignment ClassBooleanProperty ClassBooleanProperty ClassBooleanProperty Class
    Inheritance Hierarchy
    Syntax
    Public Properties
     NameDescription
    Public PropertyShould AutoFit be used on this table? (Inherited from EPLAN.Harness.API.DataStructures.DisplayConfigurations.TableSetting)
    Public PropertyShould AutoSize be used on this table? (Inherited from EPLAN.Harness.API.DataStructures.DisplayConfigurations.TableSetting)
    Public PropertyLine style of table's border line. (Inherited from EPLAN.Harness.API.DataStructures.DisplayConfigurations.TableSetting)
    Public PropertyText style of table content. (Inherited from EPLAN.Harness.API.DataStructures.DisplayConfigurations.TableSetting)
    Public PropertyController for decorations of this setting. (Inherited from EPLAN.Harness.API.DataStructures.DisplayConfigurations.TableSetting)
    Public PropertyLine style of table's grid line. (Inherited from EPLAN.Harness.API.DataStructures.DisplayConfigurations.TableSetting)
    Public PropertySpecifies if table header will be displayed on bottom. (Inherited from EPLAN.Harness.API.DataStructures.DisplayConfigurations.TableSetting)
    Public PropertyText style of table header. (Inherited from EPLAN.Harness.API.DataStructures.DisplayConfigurations.TableSetting)
    Public PropertyText style of table note. (Inherited from EPLAN.Harness.API.DataStructures.DisplayConfigurations.TableSetting)
    Public PropertyDisplay drawing of point, symbol or table.  
    Public PropertyText style of table title. (Inherited from EPLAN.Harness.API.DataStructures.DisplayConfigurations.TableSetting)
    Public PropertySpecifies if table header will be displayed. (Inherited from EPLAN.Harness.API.DataStructures.DisplayConfigurations.TableSetting)
    Public PropertySpecifies if table note will be displayed. (Inherited from EPLAN.Harness.API.DataStructures.DisplayConfigurations.TableSetting)
    Public PropertySpecifies if table title will be displayed. (Inherited from EPLAN.Harness.API.DataStructures.DisplayConfigurations.TableSetting)
    Top
    Public Methods
     NameDescription
    Public MethodAdds a column for table display configuration setting with specified name. (Inherited from EPLAN.Harness.API.DataStructures.DisplayConfigurations.TableSetting)
    Public MethodReturns a list of all table columns in current setting. (Inherited from EPLAN.Harness.API.DataStructures.DisplayConfigurations.TableSetting)
    Public MethodModifies an existing column row. (Inherited from EPLAN.Harness.API.DataStructures.DisplayConfigurations.TableSetting)
    Public MethodMoves a column for table display configuration setting to specified index. (Inherited from EPLAN.Harness.API.DataStructures.DisplayConfigurations.TableSetting)
    Public MethodRemoves a column of table display configuration setting. Default columns cannot be removed. (Inherited from EPLAN.Harness.API.DataStructures.DisplayConfigurations.TableSetting)
    Top
    See Also