Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static Paragraph.BulletTypeEnum |
Paragraph.BulletTypeEnum.fromValue(String text) |
Paragraph.BulletTypeEnum |
Paragraph.getBulletType()
Bullet type.
|
Paragraph.BulletTypeEnum |
Paragraph.BulletTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Paragraph.BulletTypeEnum |
Paragraph.BulletTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Paragraph.BulletTypeEnum[] |
Paragraph.BulletTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Paragraph |
Paragraph.bulletType(Paragraph.BulletTypeEnum bulletType) |
void |
Paragraph.setBulletType(Paragraph.BulletTypeEnum bulletType) |
void |
Paragraph.BulletTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Paragraph.BulletTypeEnum enumeration) |
Copyright © 2021. All rights reserved.