LabelRange

Overview

LabelRange is a class in Aspose.Pdf FOSS for Java.

A labelling range starting at a page index.

Properties

NameTypeAccessDescription
startPageintReadThe 0-based page index where this range starts.
styleStringReadThe numbering style: “D”, “r”, “R”, “a”, “A”, or null.
prefixStringReadThe label prefix string.
startNumberintReadThe first number in this range (default 1).

Methods

SignatureDescription
LabelRange(startPage: int, style: String, prefix: String, startNumber: int)Creates a label range.

See Also