Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static GeometryPath.FillModeEnum |
GeometryPath.FillModeEnum.fromValue(String text) |
GeometryPath.FillModeEnum |
GeometryPath.getFillMode()
Path fill mode
|
GeometryPath.FillModeEnum |
GeometryPath.FillModeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static GeometryPath.FillModeEnum |
GeometryPath.FillModeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeometryPath.FillModeEnum[] |
GeometryPath.FillModeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GeometryPath |
GeometryPath.fillMode(GeometryPath.FillModeEnum fillMode) |
void |
GeometryPath.setFillMode(GeometryPath.FillModeEnum fillMode) |
void |
GeometryPath.FillModeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
GeometryPath.FillModeEnum enumeration) |
Copyright © 2023. All rights reserved.