Class PrintTableRow
Элемент для создания строки таблицы.
Namespace:InfinniPlatform.PrintView.Block
Assembly:InfinniPlatform.PrintView.Abstractions.dll
Syntax
public class PrintTableRow : PrintNamedItem
Constructors
| Improve this Doc View SourcePrintTableRow()
Конструктор.
Declaration
public PrintTableRow()
Properties
| Improve this Doc View SourceBackground
Цвет фона содержимого.
Declaration
public string Background { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Cells
Список ячеек строки.
Declaration
public List<PrintTableCell> Cells { get; set; }
Property Value
Type | Description |
---|---|
List<PrintTableCell> |
Font
Настройки шрифта.
Declaration
public PrintFont Font { get; set; }
Property Value
Type | Description |
---|---|
PrintFont |
Foreground
Цвет содержимого.
Declaration
public string Foreground { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Style
Наименование стиля.
Declaration
public string Style { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextCase
Регистр символов текста.
Declaration
public PrintTextCase? TextCase { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PrintTextCase> |
Methods
| Improve this Doc View SourceGetDisplayTypeName()
Возвращает отображаемое имя типа элемента.
Declaration
public override string GetDisplayTypeName()
Returns
Type | Description |
---|---|
System.String |