ParagraphMarkRunProperties.Deleted Property
Deleted Paragraph.Represents the element tag in schema: w:del
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Deleted As Deleted
Get
Set
'Usage
Dim instance As ParagraphMarkRunProperties
Dim value As Deleted
value = instance.Deleted
instance.Deleted = value
public Deleted Deleted { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.Deleted
Returns Deleted.
See Also
Reference
ParagraphMarkRunProperties Class