PropertySet.PlaceholderText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Placeholder Text
Represents the following attribute in the schema: phldrT
[DocumentFormat.OpenXml.SchemaAttr(0, "phldrT")]
public DocumentFormat.OpenXml.StringValue PlaceholderText { get; set; }
public DocumentFormat.OpenXml.StringValue PlaceholderText { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "phldrT")]
public DocumentFormat.OpenXml.StringValue? PlaceholderText { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("phldrT")]
public DocumentFormat.OpenXml.StringValue? PlaceholderText { get; set; }
public DocumentFormat.OpenXml.StringValue? PlaceholderText { get; set; }
member this.PlaceholderText : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "phldrT")>]
member this.PlaceholderText : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("phldrT")>]
member this.PlaceholderText : DocumentFormat.OpenXml.StringValue with get, set
Public Property PlaceholderText As StringValue
Property Value
Returns StringValue.
- Attributes