Level.Tentative Property

Tentative Numbering.Represents the attribte in schema: w:tentative

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

Syntax

'Declaration
<SchemaAttrAttribute(, "tentative")> _
Public Property Tentative As OnOffValue
    Get
    Set
'Usage
Dim instance As Level
Dim value As OnOffValue

value = instance.Tentative

instance.Tentative = value
[SchemaAttrAttribute(, "tentative")]
public OnOffValue Tentative { get; set; }

Property Value

Type: DocumentFormat.OpenXml.OnOffValue
Returns EnumValue<T>.

See Also

Reference

Level Class

Level Members

DocumentFormat.OpenXml.Wordprocessing Namespace