PlaceholderShape.HasCustomPrompt Property

Placeholder has custom prompt.Represents the attribte in schema: hasCustomPrompt

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "hasCustomPrompt")> _
Public Property HasCustomPrompt As BooleanValue
    Get
    Set
'Usage
Dim instance As PlaceholderShape
Dim value As BooleanValue

value = instance.HasCustomPrompt

instance.HasCustomPrompt = value
[SchemaAttrAttribute(, "hasCustomPrompt")]
public BooleanValue HasCustomPrompt { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

PlaceholderShape Class

PlaceholderShape Members

DocumentFormat.OpenXml.Presentation Namespace