StylePaneFormatFilter.ClearFormatting Property

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

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

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<SchemaAttrAttribute(, "clearFormatting")> _
Public Property ClearFormatting As OnOffValue
    Get
    Set
'Usage
Dim instance As StylePaneFormatFilter
Dim value As OnOffValue

value = instance.ClearFormatting

instance.ClearFormatting = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[SchemaAttrAttribute(, "clearFormatting")]
public OnOffValue ClearFormatting { get; set; }

Property Value

Type: DocumentFormat.OpenXml.OnOffValue

See Also

Reference

StylePaneFormatFilter Class

StylePaneFormatFilter Members

DocumentFormat.OpenXml.Wordprocessing Namespace