NumberingFormat.Format Property

format, this property is only available in Office2010.Represents the attribte in schema: w:format

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

Syntax

'Declaration
<SchemaAttrAttribute(, "format")> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property Format As StringValue
    Get
    Set
'Usage
Dim instance As NumberingFormat
Dim value As StringValue

value = instance.Format

instance.Format = value
[SchemaAttrAttribute(, "format")]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public StringValue Format { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

NumberingFormat Class

NumberingFormat Members

DocumentFormat.OpenXml.Wordprocessing Namespace