public class DrawingTextPlaceholder extends DrawingTextBody
DrawingTextBody
which is a placeholderConstructor and Description |
---|
DrawingTextPlaceholder(org.openxmlformats.schemas.drawingml.x2006.main.CTTextBody textBody,
org.openxmlformats.schemas.presentationml.x2006.main.CTPlaceholder placeholder) |
Modifier and Type | Method and 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 © 2005-2010 Potix Corporation. All Rights Reserved.