Interface IPlaceholderable
A marker interface that specifies that the layout object has placeholder.
public interface IPlaceholderable
Methods
GetPlaceholder()
Gets the placeholder paragraph.
Paragraph GetPlaceholder()
Returns
- Paragraph
the placeholder paragraph
SetPlaceholder(Paragraph)
Sets the placeholder paragraph.
void SetPlaceholder(Paragraph placeholder)
Parameters
placeholder
Paragraphthe paragraph to be used as placeholder