LabelRange
Overview
LabelRange is a class in Aspose.Pdf FOSS for Java.
A labelling range starting at a page index.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
startPage | int | Read | The 0-based page index where this range starts. |
style | String | Read | The numbering style: “D”, “r”, “R”, “a”, “A”, or null. |
prefix | String | Read | The label prefix string. |
startNumber | int | Read | The first number in this range (default 1). |
Methods
| Signature | Description |
|---|---|
LabelRange(startPage: int, style: String, prefix: String, startNumber: int) | Creates a label range. |