Package | Description |
---|---|
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
PlaceholderDetails.PlaceholderSize |
HSLFShapePlaceholderDetails.getSize() |
PlaceholderDetails.PlaceholderSize |
HSLFPlaceholderDetails.getSize() |
Modifier and Type | Method and Description |
---|---|
void |
HSLFShapePlaceholderDetails.setSize(PlaceholderDetails.PlaceholderSize size) |
void |
HSLFPlaceholderDetails.setSize(PlaceholderDetails.PlaceholderSize size) |
Modifier and Type | Method and Description |
---|---|
PlaceholderDetails.PlaceholderSize |
PlaceholderDetails.getSize() |
static PlaceholderDetails.PlaceholderSize |
PlaceholderDetails.PlaceholderSize.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlaceholderDetails.PlaceholderSize[] |
PlaceholderDetails.PlaceholderSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PlaceholderDetails.setSize(PlaceholderDetails.PlaceholderSize size) |
Modifier and Type | Method and Description |
---|---|
PlaceholderDetails.PlaceholderSize |
XSLFPlaceholderDetails.getSize() |
Modifier and Type | Method and Description |
---|---|
void |
XSLFPlaceholderDetails.setSize(PlaceholderDetails.PlaceholderSize size) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.