Table of Contents

Interface IPlaceholderable

Namespace
iText.Forms.Form.Element
Assembly
itext.forms.dll

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 Paragraph

the paragraph to be used as placeholder