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