BulletType

Overview

BulletType is a enum in Aspose.Slides FOSS for Java.

Represents the type of the extended bullets.

Values

ValueDescription
NOT_DEFINEDRepresents an undefined bullet type
NONERepresents no bullet
SYMBOLRepresents a symbolic bullet (e.g., a character)
NUMBEREDRepresents a numbered bullet list
PICTURERepresents a picture-based bullet

Properties

NameTypeAccessDescription
valueStringReadReturns the string value of this constant.

Methods

SignatureDescription
getValue()StringReturns the string value of this constant.

See Also