CODIUM Programming Language (CPL) CodiumSDK CPL TableLayout
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
Table Layout
C# |
public enum TableLayout |
Constante | Descripción | |
---|---|---|
Auto | Browsers use an automatic table layout algorithm. The column width is set by the widest unbreakable content in the cells. The content will dictate the layout | |
Fixed | Sets a fixed table layout algorithm.The table and column widths are set by the widths of table and col or by the width of the first row of cells.Cells in other rows do not affect column widths.If no widths are present on the first row, the column widths are divided equally across the table, regardless of content inside the cells | |
Inherit | Inherits this property from its parent element. | |
Initial | Sets this property to its default value. |