次の方法で共有


Numbering Class

Numbering Definitions. It is the root element of NumberingDefinitionsPart.When the object is serialized out as xml, its qualified name is w:numbering.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.OpenXmlPartRootElement
DocumentFormat.OpenXml.Wordprocessing.Numbering

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

Syntax

'宣言
<ChildElementInfoAttribute(GetType(AbstractNum))> _
<ChildElementInfoAttribute(GetType(NumberingIdMacAtCleanup))> _
<ChildElementInfoAttribute(GetType(NumberingPictureBullet))> _
<ChildElementInfoAttribute(GetType(NumberingInstance))> _
Public Class Numbering _
    Inherits OpenXmlPartRootElement
'使用
Dim instance As Numbering
[ChildElementInfoAttribute(typeof(AbstractNum))]
[ChildElementInfoAttribute(typeof(NumberingIdMacAtCleanup))]
[ChildElementInfoAttribute(typeof(NumberingPictureBullet))]
[ChildElementInfoAttribute(typeof(NumberingInstance))]
public class Numbering : OpenXmlPartRootElement

Remarks

The following table lists the possible child types:

  • NumberingPictureBullet <w:numPicBullet>

  • AbstractNum <w:abstractNum>

  • NumberingInstance <w:num>

  • NumberingIdMacAtCleanup <w:numIdMacAtCleanup>

[ISO/IEC 29500-1 初版]

17.9.17 numbering (Numbering Definitions)

This element specifies the formatting, display, and functionality of numbering - Arabic numerals, Roman numerals, symbol characters ("bullets"), text strings, etc. - in WordprocessingML documents, which are used to label individual paragraphs of text.

[Example: The following two paragraphs each contain numbering as defined by WordprocessingML: the first uses an Arabic numeral, the second a symbol character:

This is a paragraph with numbering information.

  • This is also a paragraph with numbering information.

end example]

Parent Elements

Root element of WordprocessingML Numbering Definitions part

Child Elements

Subclause

abstractNum (Abstract Numbering Definition)

§17.9.1

num (Numbering Definition Instance)

§17.9.16

numIdMacAtCleanup (Last Reviewed Abstract Numbering Definition)

§17.9.20

numPicBullet (Picture Numbering Symbol Definition)

§17.9.21

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

© ISO/IEC29500: 2008. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、ISO はこうした翻訳に対する責任を一切負いません。

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

Numbering Members

DocumentFormat.OpenXml.Wordprocessing Namespace