Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
static PlotArea.LayoutTargetTypeEnum |
PlotArea.LayoutTargetTypeEnum.fromValue(String text) |
PlotArea.LayoutTargetTypeEnum |
PlotArea.getLayoutTargetType()
If layout of the plot area is defined manually specifies whether to layout the plot area by its inside (not including axis and axis labels) or outside.
|
PlotArea.LayoutTargetTypeEnum |
PlotArea.LayoutTargetTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static PlotArea.LayoutTargetTypeEnum |
PlotArea.LayoutTargetTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlotArea.LayoutTargetTypeEnum[] |
PlotArea.LayoutTargetTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PlotArea |
PlotArea.layoutTargetType(PlotArea.LayoutTargetTypeEnum layoutTargetType) |
void |
PlotArea.setLayoutTargetType(PlotArea.LayoutTargetTypeEnum layoutTargetType) |
void |
PlotArea.LayoutTargetTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PlotArea.LayoutTargetTypeEnum enumeration) |
Copyright © 2021. All rights reserved.