org.apache.poi.xslf.usermodel
Class DrawingTextPlaceholder
java.lang.Object
org.apache.poi.xslf.usermodel.DrawingTextBody
org.apache.poi.xslf.usermodel.DrawingTextPlaceholder
public class DrawingTextPlaceholder
- extends DrawingTextBody
A DrawingTextBody
which is a placeholder
- Author:
- nick
Constructor Summary |
DrawingTextPlaceholder(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody textBody,
org.openxmlformats.schemas.presentationml.x2006.main.CTPlaceholder placeholder)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DrawingTextPlaceholder
public DrawingTextPlaceholder(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody textBody,
org.openxmlformats.schemas.presentationml.x2006.main.CTPlaceholder placeholder)
getPlaceholderType
public java.lang.String getPlaceholderType()
- What kind of placeholder is this?
getPlaceholderTypeEnum
public org.openxmlformats.schemas.presentationml.x2006.main.STPlaceholderType.Enum getPlaceholderTypeEnum()
- What kind of placeholder is this?
isPlaceholderCustom
public boolean isPlaceholderCustom()
- Is the PlaceHolder text customised?
Copyright 2012 The Apache Software Foundation or
its licensors, as applicable.