Package | Description |
---|---|
org.apache.poi.xslf.usermodel |
Modifier and Type | Method | Description |
---|---|---|
Placeholder |
XSLFTextShape.getTextType() |
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextListStyle |
XSLFSlideMaster.getTextProperties(Placeholder textType) |
|
protected XSLFTextShape |
XSLFSheet.getTextShapeByType(Placeholder type) |
|
void |
XSLFTextShape.setPlaceholder(Placeholder placeholder) |
Specifies that the corresponding shape should be represented by the generating application
as a placeholder.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.