Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static Portion.IsHardUnderlineFillEnum |
Portion.IsHardUnderlineFillEnum.fromValue(String text) |
Portion.IsHardUnderlineFillEnum |
Portion.getIsHardUnderlineFill()
True if underline style has own FillFormat properties.
|
Portion.IsHardUnderlineFillEnum |
Portion.IsHardUnderlineFillEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Portion.IsHardUnderlineFillEnum |
Portion.IsHardUnderlineFillEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Portion.IsHardUnderlineFillEnum[] |
Portion.IsHardUnderlineFillEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Portion |
Portion.isHardUnderlineFill(Portion.IsHardUnderlineFillEnum isHardUnderlineFill) |
void |
Portion.setIsHardUnderlineFill(Portion.IsHardUnderlineFillEnum isHardUnderlineFill) |
void |
Portion.IsHardUnderlineFillEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Portion.IsHardUnderlineFillEnum enumeration) |
Copyright © 2023. All rights reserved.