Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static Portion.IsHardUnderlineLineEnum |
Portion.IsHardUnderlineLineEnum.fromValue(String text) |
Portion.IsHardUnderlineLineEnum |
Portion.getIsHardUnderlineLine()
True if underline style has own LineFormat properties.
|
Portion.IsHardUnderlineLineEnum |
Portion.IsHardUnderlineLineEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Portion.IsHardUnderlineLineEnum |
Portion.IsHardUnderlineLineEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Portion.IsHardUnderlineLineEnum[] |
Portion.IsHardUnderlineLineEnum.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.isHardUnderlineLine(Portion.IsHardUnderlineLineEnum isHardUnderlineLine) |
void |
Portion.setIsHardUnderlineLine(Portion.IsHardUnderlineLineEnum isHardUnderlineLine) |
void |
Portion.IsHardUnderlineLineEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Portion.IsHardUnderlineLineEnum enumeration) |
Copyright © 2022. All rights reserved.