public class DrawingTextPlaceholder extends DrawingTextBody
DrawingTextBody
which is a placeholderConstructor | Description |
---|---|
DrawingTextPlaceholder(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody textBody,
org.openxmlformats.schemas.presentationml.x2006.main.CTPlaceholder placeholder) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getPlaceholderType() |
What kind of placeholder is this?
|
org.openxmlformats.schemas.presentationml.x2006.main.STPlaceholderType.Enum |
getPlaceholderTypeEnum() |
What kind of placeholder is this?
|
boolean |
isPlaceholderCustom() |
Is the PlaceHolder text customised?
|
getParagraphs
public DrawingTextPlaceholder(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody textBody, org.openxmlformats.schemas.presentationml.x2006.main.CTPlaceholder placeholder)
public java.lang.String getPlaceholderType()
public org.openxmlformats.schemas.presentationml.x2006.main.STPlaceholderType.Enum getPlaceholderTypeEnum()
public boolean isPlaceholderCustom()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.