# NumberingStyle

## Content

# Enumeration: NumberingStyle

Defines the numbering style for page labels.

## Enumeration Members

### DecimalArabic

```ts
DecimalArabic: 0;
```

Decimal Arabic numerals.

***

### LowercaseLetters

```ts
LowercaseLetters: 4;
```

Lowercase letters (a to z for the first 26 pages, aa to zz for the next 26, and so on).

***

### LowercaseRoman

```ts
LowercaseRoman: 2;
```

Lowercase Roman numerals.

***

### Unknown

```ts
Unknown: 6;
```

Unknown numbering style.

***

### Unset

```ts
Unset: 5;
```

No numbering style; page labels consist solely of a label prefix with no numeric portion.

***

### UppercaseLetters

```ts
UppercaseLetters: 3;
```

Uppercase letters (A to Z for the first 26 pages, AA to ZZ for the next 26, and so on).

***

### UppercaseRoman

```ts
UppercaseRoman: 1;
```

Uppercase Roman numerals.
