LevelFormat

Overview

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

Represents formatting settings for a single TOC level.

Properties

NameTypeAccessDescription
marginMarginInfoReadReturns the margin for this TOC level.
textStateTextStateReadReturns the text state (font, size, color) for this TOC level.
lineDashintReadReturns the line dash style for the leader dots.

Methods

SignatureDescription
LevelFormat()Creates a LevelFormat with default settings.
getMargin()MarginInfoReturns the margin for this TOC level.
setMargin(margin: MarginInfo)Sets the margin for this TOC level.
getTextState()TextStateReturns the text state (font, size, color) for this TOC level.
setTextState(textState: TextState)Sets the text state (font, size, color) for this TOC level.
getLineDash()intReturns the line dash style for the leader dots.
setLineDash(lineDash: int)Sets the line dash style for the leader dots.

See Also