|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Placeholder | |
---|---|
org.apache.poi.xslf.usermodel |
Uses of Placeholder in org.apache.poi.xslf.usermodel |
---|
Methods in org.apache.poi.xslf.usermodel that return Placeholder | |
---|---|
Placeholder |
XSLFTextBox.getPlaceholder()
|
static Placeholder |
Placeholder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Placeholder[] |
Placeholder.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.poi.xslf.usermodel with parameters of type Placeholder | |
---|---|
void |
XSLFTextBox.setPlaceholder(Placeholder placeholder)
Specifies that the corresponding shape should be represented by the generating application as a placeholder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |