NumberingChange.Original Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
original
Represents the following attribute in the schema: w:original
[DocumentFormat.OpenXml.SchemaAttr(23, "original")]
public DocumentFormat.OpenXml.StringValue Original { get; set; }
public DocumentFormat.OpenXml.StringValue Original { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "original")]
public DocumentFormat.OpenXml.StringValue? Original { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:original")]
public DocumentFormat.OpenXml.StringValue? Original { get; set; }
public DocumentFormat.OpenXml.StringValue? Original { get; set; }
member this.Original : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "original")>]
member this.Original : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:original")>]
member this.Original : DocumentFormat.OpenXml.StringValue with get, set
Public Property Original As StringValue
Property Value
Returns StringValue.
- Attributes
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the previous numbering displayed by the parent numbering change revision. Its format is specified by the parent element.
If this attribute is omitted, then no previous numbering value is implied and applications may choose to calculate this value, or display no previous numbering value.
Consider the following paragraph containing a single LISTNUM
field with a revision, as follows:
ddc9aaa8-1d06-4343-a6c7-a5140256a85d
This revision to the field result would be stored as follows in the WordprocessingML:
<w:fldChar w:type="begin">
<w:numberingChange w:id="0" … w:original="1." />
</w:fldChar>
The original
attribute specifies that the previous numbering value of the field was 1
.
The possible values for this attribute are defined by the ST_String
simple type.