LabelRange

Overview

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

A labelling range starting at a page index.

This class provides 1 method for working with LabelRange objects in Java programs. Available methods include: LabelRange. All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package. Properties: prefix, startNumber, startPage, style.

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

 English