Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static Hyperlink.ActionTypeEnum |
Hyperlink.ActionTypeEnum.fromValue(String text) |
Hyperlink.ActionTypeEnum |
Hyperlink.getActionType()
Type of HyperLink action
|
Hyperlink.ActionTypeEnum |
Hyperlink.ActionTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Hyperlink.ActionTypeEnum |
Hyperlink.ActionTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Hyperlink.ActionTypeEnum[] |
Hyperlink.ActionTypeEnum.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.actionType(Hyperlink.ActionTypeEnum actionType) |
void |
Hyperlink.setActionType(Hyperlink.ActionTypeEnum actionType) |
void |
Hyperlink.ActionTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Hyperlink.ActionTypeEnum enumeration) |
Copyright © 2022. All rights reserved.