Level.TemplateCode Property

Template Code.Represents the attribte in schema: w:tplc

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

Syntax

'Declaration
<SchemaAttrAttribute(, "tplc")> _
Public Property TemplateCode As HexBinaryValue
    Get
    Set
'Usage
Dim instance As Level
Dim value As HexBinaryValue

value = instance.TemplateCode

instance.TemplateCode = value
[SchemaAttrAttribute(, "tplc")]
public HexBinaryValue TemplateCode { get; set; }

Property Value

Type: DocumentFormat.OpenXml.HexBinaryValue
Returns StringValue.

See Also

Reference

Level Class

Level Members

DocumentFormat.OpenXml.Wordprocessing Namespace