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