NumberingIdMacAtCleanup Class

Last Reviewed Abstract Numbering Definition.When the object is serialized out as xml, its qualified name is w:numIdMacAtCleanup.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Wordprocessing.DecimalNumberType
        DocumentFormat.OpenXml.Wordprocessing.NumberingIdMacAtCleanup

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

Syntax

'Declaration
Public Class NumberingIdMacAtCleanup _
    Inherits DecimalNumberType
'Usage
Dim instance As NumberingIdMacAtCleanup
public class NumberingIdMacAtCleanup : DecimalNumberType

Remarks

[ISO/IEC 29500-1 1st Edition]

17.9.20 numIdMacAtCleanup (Last Reviewed Abstract Numbering Definition)

This element specifies to a consumer the progress in the last attempt made by the application to remove unused abstract numbering definitions from a given document. If a legacy document is opened by a consumer, it can choose to remove abstract numbering definition which are 'orphaned' (have no associated numbering definition instances). This element is used by those consumers to indicate their progress (if not complete) in reviewing existing abstract numbering definitions. [Note: Removing unused abstract numbering definition from a document reduces the file size, but is not required. end note]

If omitted, then all abstract numbering definitions shall be considered reviewed.

[Example: Consider a document with 32 abstract numbering definitions, with abstractNumId values ranging from 0 to 85. If an application has only reviewed those abstract numbering definitions with abstractNumId values lower than 25 at save time, it would indicate that state as follows:

<w:numIdMacAtCleanup w:val="25"/>

This value specifies that all abstract numbering definitions with an abstractNumId value higher than 25 have not yet been reviewed. end example]

Parent Elements

numbering (§17.9.17)

Attributes

Description

val (Decimal Number Value)

Specifies that the contents of this attribute contains a decimal number.

The contents of this decimal number are interpreted based on the context of the parent XML element.

[Example: Consider the following numeric WordprocessingML property of simple type ST_DecimalNumber:

<… w:val="1512645511" />

The value of the val attribute is a decimal number whose value must be interpreted in the context of the parent element. end example]

The possible values for this attribute are defined by the ST_DecimalNumber simple type (§17.18.10).

[Note: The W3C XML Schema definition of this element’s content model (CT_DecimalNumber) is located in §A.1. end note]

© ISO/IEC29500: 2008.

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.

See Also

Reference

NumberingIdMacAtCleanup Members

DocumentFormat.OpenXml.Wordprocessing Namespace