Paragraph.NoSpellError Property
noSpellErr, this property is only available in Office2010.Represents the attribte in schema: w14:noSpellErr
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<SchemaAttrAttribute(, "noSpellErr")> _
Public Property NoSpellError As OnOffValue
Get
Set
'Usage
Dim instance As Paragraph
Dim value As OnOffValue
value = instance.NoSpellError
instance.NoSpellError = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[SchemaAttrAttribute(, "noSpellErr")]
public OnOffValue NoSpellError { get; set; }
Property Value
Type: DocumentFormat.OpenXml.OnOffValue