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