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