public class HSLFPlaceholderDetails extends Object implements PlaceholderDetails
PlaceholderDetails.PlaceholderSize| Modifier and Type | Method and Description |
|---|---|
Placeholder |
getPlaceholder() |
PlaceholderDetails.PlaceholderSize |
getSize() |
String |
getText() |
boolean |
isVisible() |
void |
setPlaceholder(Placeholder placeholder) |
void |
setSize(PlaceholderDetails.PlaceholderSize size) |
void |
setText(String text) |
void |
setVisible(boolean isVisible) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDateFormat, getUserDatepublic boolean isVisible()
isVisible in interface PlaceholderDetailspublic void setVisible(boolean isVisible)
setVisible in interface PlaceholderDetailspublic Placeholder getPlaceholder()
getPlaceholder in interface PlaceholderDetailspublic void setPlaceholder(Placeholder placeholder)
setPlaceholder in interface PlaceholderDetailsUnsupportedOperationException - Only sub class(es) of HSLFPlaceholderDetails allow setting the placeholderpublic PlaceholderDetails.PlaceholderSize getSize()
getSize in interface PlaceholderDetailspublic void setSize(PlaceholderDetails.PlaceholderSize size)
setSize in interface PlaceholderDetailsUnsupportedOperationException - Only sub class(es) of HSLFPlaceholderDetails allow setting the placeholderpublic String getText()
getText in interface PlaceholderDetailspublic void setText(String text)
setText in interface PlaceholderDetails