Package | Description |
---|---|
org.apache.poi.hslf.record | |
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Method and Description |
---|---|
TextShape.TextPlaceholder |
TextHeaderAtom.getTextTypeEnum() |
Modifier and Type | Method and Description |
---|---|
void |
TextHeaderAtom.setTextTypeEnum(TextShape.TextPlaceholder placeholder) |
Modifier and Type | Method and Description |
---|---|
TextShape.TextPlaceholder |
HSLFTextShape.getTextPlaceholder() |
Modifier and Type | Method and Description |
---|---|
void |
HSLFTextShape.setTextPlaceholder(TextShape.TextPlaceholder placeholder) |
Modifier and Type | Method and Description |
---|---|
static TextShape.TextPlaceholder |
TextShape.TextPlaceholder.fromNativeId(int nativeId) |
TextShape.TextPlaceholder |
TextShape.getTextPlaceholder() |
static TextShape.TextPlaceholder |
TextShape.TextPlaceholder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextShape.TextPlaceholder[] |
TextShape.TextPlaceholder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TextShape.setTextPlaceholder(TextShape.TextPlaceholder placeholder)
Sets the text placeholder
|
Modifier and Type | Method and Description |
---|---|
TextShape.TextPlaceholder |
XSLFTextShape.getTextPlaceholder() |
Modifier and Type | Method and Description |
---|---|
void |
XSLFTextShape.setTextPlaceholder(TextShape.TextPlaceholder placeholder) |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.