Placeholder
Class
Represents the class that defines the placeholder settings of the SDT.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public class Placeholder
Inheritance: objectPlaceholder
Constructors
Initializes a new instance of the Placeholder class, setting default values for placeholder settings in structured document tags.
C#
public Placeholder()
Properties
Gets or sets the value that indicates specifies the name of the document part which shall be displayed in the parent structured document tag when its run contents are empty.
C#
public string DocumentPartReference { get; set; }
Gets or sets the value that indicates text of the placeholder.
C#
public string PlaceholderText { get; set; }
Gets or sets the value that indicates whether or not to show the contents of a SDT as a placeholder.
C#
public bool? ShowPlaceholder { get; set; }