# TableStyleContent

## Content

# Type Alias: TableStyleContent

```ts
type TableStyleContent = object;
```

## Properties

### Border

```ts
Border: BorderStyle;
```

***

### Details

```ts
Details: DetailsStyleContent;
```

***

### Footer

```ts
Footer: FooterStyleContent;
```

***

### Header

```ts
Header: HeaderStyleContent;
```

***

### TableGroups

```ts
TableGroups: TableGroupStyleContent;
```
