RunConflictDeletion Class
Defines the RunConflictDeletion Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is w14:conflictDel.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.Word.RunTrackChangeType
DocumentFormat.OpenXml.Office2010.Word.RunConflictDeletion
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class RunConflictDeletion _
Inherits RunTrackChangeType
用法
Dim instance As RunConflictDeletion
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class RunConflictDeletion : RunTrackChangeType
Remarks
The following table lists the possible child types:
DocumentFormat.OpenXml.Wordprocessing.SmartTagRun <w:smartTag>
DocumentFormat.OpenXml.Wordprocessing.SdtRun <w:sdt>
DocumentFormat.OpenXml.Wordprocessing.ProofError <w:proofErr>
DocumentFormat.OpenXml.Wordprocessing.PermStart <w:permStart>
DocumentFormat.OpenXml.Wordprocessing.PermEnd <w:permEnd>
DocumentFormat.OpenXml.Wordprocessing.BookmarkStart <w:bookmarkStart>
DocumentFormat.OpenXml.Wordprocessing.BookmarkEnd <w:bookmarkEnd>
DocumentFormat.OpenXml.Wordprocessing.CommentRangeStart <w:commentRangeStart>
DocumentFormat.OpenXml.Wordprocessing.CommentRangeEnd <w:commentRangeEnd>
DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeStart <w:moveFromRangeStart>
DocumentFormat.OpenXml.Wordprocessing.MoveFromRangeEnd <w:moveFromRangeEnd>
DocumentFormat.OpenXml.Wordprocessing.MoveToRangeStart <w:moveToRangeStart>
DocumentFormat.OpenXml.Wordprocessing.MoveToRangeEnd <w:moveToRangeEnd>
DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeStart <w:customXmlInsRangeStart>
DocumentFormat.OpenXml.Wordprocessing.CustomXmlInsRangeEnd <w:customXmlInsRangeEnd>
DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeStart <w:customXmlDelRangeStart>
DocumentFormat.OpenXml.Wordprocessing.CustomXmlDelRangeEnd <w:customXmlDelRangeEnd>
DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeStart <w:customXmlMoveFromRangeStart>
DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveFromRangeEnd <w:customXmlMoveFromRangeEnd>
DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeStart <w:customXmlMoveToRangeStart>
DocumentFormat.OpenXml.Wordprocessing.CustomXmlMoveToRangeEnd <w:customXmlMoveToRangeEnd>
CustomXmlConflictInsertionRangeStart <w14:customXmlConflictInsRangeStart>
CustomXmlConflictInsertionRangeEnd <w14:customXmlConflictInsRangeEnd>
CustomXmlConflictDeletionRangeStart <w14:customXmlConflictDelRangeStart>
CustomXmlConflictDeletionRangeEnd <w14:customXmlConflictDelRangeEnd>
DocumentFormat.OpenXml.Wordprocessing.InsertedRun <w:ins>
DocumentFormat.OpenXml.Wordprocessing.DeletedRun <w:del>
DocumentFormat.OpenXml.Wordprocessing.MoveFromRun <w:moveFrom>
DocumentFormat.OpenXml.Wordprocessing.MoveToRun <w:moveTo>
DocumentFormat.OpenXml.Wordprocessing.ContentPart <w:contentPart>
RunConflictInsertion <w14:conflictIns>
RunConflictDeletion <w14:conflictDel>
DocumentFormat.OpenXml.Math.Paragraph <m:oMathPara>
DocumentFormat.OpenXml.Math.OfficeMath <m:oMath>
DocumentFormat.OpenXml.Math.Accent <m:acc>
DocumentFormat.OpenXml.Math.Bar <m:bar>
DocumentFormat.OpenXml.Math.Box <m:box>
DocumentFormat.OpenXml.Math.BorderBox <m:borderBox>
DocumentFormat.OpenXml.Math.Delimiter <m:d>
DocumentFormat.OpenXml.Math.EquationArray <m:eqArr>
DocumentFormat.OpenXml.Math.Fraction <m:f>
DocumentFormat.OpenXml.Math.MathFunction <m:func>
DocumentFormat.OpenXml.Math.GroupChar <m:groupChr>
DocumentFormat.OpenXml.Math.LimitLower <m:limLow>
DocumentFormat.OpenXml.Math.LimitUpper <m:limUpp>
DocumentFormat.OpenXml.Math.Matrix <m:m>
DocumentFormat.OpenXml.Math.Nary <m:nary>
DocumentFormat.OpenXml.Math.Phantom <m:phant>
DocumentFormat.OpenXml.Math.Radical <m:rad>
DocumentFormat.OpenXml.Math.PreSubSuper <m:sPre>
DocumentFormat.OpenXml.Math.Subscript <m:sSub>
DocumentFormat.OpenXml.Math.SubSuperscript <m:sSubSup>
DocumentFormat.OpenXml.Math.Superscript <m:sSup>
DocumentFormat.OpenXml.Math.Run <m:r>
DocumentFormat.OpenXml.Wordprocessing.Run <w:r>
DocumentFormat.OpenXml.Wordprocessing.BidirectionalOverride <w:bdo>
DocumentFormat.OpenXml.Wordprocessing.BidirectionalEmbedding <w:dir>
2.3.4 conflictDel
Target namespace: https://schemas.microsoft.com/office/word/2009/2/wordml
A CT_RunTrackChange element as specified in [ISO/IEC-29500-1] that specifies inline-level content which has been deleted in conflict with edits made by other users. An application MAY<3> treat the content as a tracked deletion. See section 2.2.5 for how this element integrates with ISO/IEC-29500-1.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="conflictDel" type="w:CT_RunTrackChange" minOccurs="0"/>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.