次の方法で共有


AdditionalCharacteristicsInfo Class

Set of Additional Characteristics.When the object is serialized out as xml, its qualified name is ac:additionalCharacteristics. Defines AdditionalCharacteristics.

Inheritance Hierarchy

System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.OpenXmlPartRootElement
DocumentFormat.OpenXml.AdditionalCharacteristics.AdditionalCharacteristicsInfo

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

Syntax

'宣言
<ChildElementInfoAttribute(GetType(Characteristic))> _
Public Class AdditionalCharacteristicsInfo _
    Inherits OpenXmlPartRootElement
'使用
Dim instance As AdditionalCharacteristicsInfo
[ChildElementInfoAttribute(typeof(Characteristic))]
public class AdditionalCharacteristicsInfo : OpenXmlPartRootElement

Remarks

The following table lists the possible child types:

  • Characteristic <ac:characteristic>

[ISO/IEC 29500-1 初版]

22.7.2.1 additionalCharacteristics (Set of Additional Characteristics)

This element is the root element of the Additional Characteristics part and contains the list of additional characteristics for an Office Open XML document.

[Example: The following content in an Additional Characteristics part would specify that the producing spreadsheet application supports from 0 to 10,000 columns, and that column ranges should be interpreted accordingly:

<additionalCharacteristics>
<characteristic name="numColumns" relation="le" val="10000"/>
<characteristic name="numColumns" relation="ge" val="0"/>
</additionalCharacteristics>

end example]

Parent Elements

Root element of Shared Additional Characteristics part

Child Elements

Subclause

characteristic (Single Characteristic)

§22.7.2.2

[Note: The W3C XML Schema definition of this element's content model (CT_AdditionalCharacteristics) is located in §A.6.7. 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

AdditionalCharacteristicsInfo Members

DocumentFormat.OpenXml.AdditionalCharacteristics Namespace