次の方法で共有


DataBar クラス

定義

DataBar クラスを定義します。

このクラスは、Office 2010 以降で使用できます。

オブジェクトを xml としてシリアル化されるときに、修飾名は x14:dataBar です。

[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject), DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.FillColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.BorderColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
[DocumentFormat.OpenXml.SchemaAttr(53, "dataBar")]
public class DataBar : DocumentFormat.OpenXml.OpenXmlCompositeElement
public class DataBar : DocumentFormat.OpenXml.OpenXmlCompositeElement
[DocumentFormat.OpenXml.SchemaAttr(53, "dataBar")]
public class DataBar : DocumentFormat.OpenXml.OpenXmlCompositeElement
[DocumentFormat.OpenXml.SchemaAttr("x14:dataBar")]
public class DataBar : DocumentFormat.OpenXml.OpenXmlCompositeElement
[DocumentFormat.OpenXml.SchemaAttr("x14:dataBar")]
public class DataBar : DocumentFormat.OpenXml.TypedOpenXmlCompositeElement
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject), DocumentFormat.OpenXml.FileFormatVersions.Office2010 | DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.FillColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010 | DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.BorderColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010 | DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010 | DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010 | DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010 | DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
public class DataBar : DocumentFormat.OpenXml.OpenXmlCompositeElement
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject), DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.FillColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.BorderColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
[DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public class DataBar : DocumentFormat.OpenXml.OpenXmlCompositeElement
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject), DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.FillColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.BorderColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
[<DocumentFormat.OpenXml.SchemaAttr(53, "dataBar")>]
type DataBar = class
    inherit OpenXmlCompositeElement
type DataBar = class
    inherit OpenXmlCompositeElement
[<DocumentFormat.OpenXml.SchemaAttr(53, "dataBar")>]
type DataBar = class
    inherit OpenXmlCompositeElement
[<DocumentFormat.OpenXml.SchemaAttr("x14:dataBar")>]
type DataBar = class
    inherit OpenXmlCompositeElement
[<DocumentFormat.OpenXml.SchemaAttr("x14:dataBar")>]
type DataBar = class
    inherit TypedOpenXmlCompositeElement
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject), DocumentFormat.OpenXml.FileFormatVersions.Office2010 | DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.FillColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010 | DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.BorderColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010 | DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010 | DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010 | DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010 | DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
type DataBar = class
    inherit OpenXmlCompositeElement
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.ConditionalFormattingValueObject), DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.FillColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.BorderColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.NegativeFillColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.NegativeBorderColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
[<DocumentFormat.OpenXml.ChildElementInfo(typeof(DocumentFormat.OpenXml.Office2010.Excel.BarAxisColor), DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type DataBar = class
    inherit OpenXmlCompositeElement
Public Class DataBar
Inherits OpenXmlCompositeElement
Public Class DataBar
Inherits TypedOpenXmlCompositeElement
継承
継承
属性

注釈

2.6.30 CT_DataBar

ターゲット名前空間:http://schemas.microsoft.com/office/spreadsheetml/2009/9/main

参照先: CT_CfRule

条件付き書式で使用されるデータ バーを指定する複合型。

子要素:

cfvo: データ バー 最小/最大長に対応するセル値を指定するCT_Cfvo要素 (セクション 2.6.26)。 CT_CfRuleの子であるCT_DataBar ([ISO/IEC-29500-4] セクション A.2) 要素の子要素であるCT_Cfvo ([ISO/IEC-29500-4] セクション A.2) の要素 ([ISO/IEC-2.2] セクション A.2) が存在する場合 9500-4] セクション A.2) 子ST_Guidを持つCT_ExtensionList ([ISO/IEC-29500-4] セクション A.2) 要素の親である子CT_Extension ([ISO/IEC-29500-4] セクション A.2) 要素([ISO/IEC-29500-4] セクション A.2) 要素は、この複合型の親CT_CfRule要素 (セクション 2.6.27) の id 属性と等しく、それらのCT_Cfvo要素は無視する必要があります<>。 最初の子 CT_Cfvo 要素は、データ バーの最小長に対応する 条件 を指定します。 2 番目の子 CT_Cfvo 要素は、データ バーの最大長に対応する条件を指定します。

fillColor: データ バーの塗りつぶしの色を指定する CT_Color ([ISO/IEC-29500-4] セクション A.2) 要素。 この要素は、この複合型の親であるCT_CfRule優先順位属性が存在する場合にのみ存在する必要があります。

borderColor: データ バーの境界線 の色を指定するCT_Color要素。 この要素は、 border が "true" と等しい場合にのみ存在する必要があります。

negativeFillColor: データ バー 負の塗りつぶしの色を指定するCT_Color要素。 この要素は、 negativeBarColorSameAsPositive が "false" と等しい場合にのみ存在する必要があります。

negativeBorderColor: データ バー 負の罫線の色を指定するCT_Color要素。 この要素は、 negativeBarBorderColorSameAsPositive が "false" と等しく、 罫線 が "true" と等しい場合にのみ存在する必要があります。

axisColor: データ バーの軸 の色を指定するCT_Color要素。 この要素は、 axisPosition が "none" と等しくない場合にのみ存在する必要があります。

属性:

minLength: この条件付き書式範囲内の最短データ バーの長さを指定する unsignedInt ([XMLSCHEMA2] セクション 3.3.22) 属性。データ バーを含むセルの幅に対する割合で表されます。 0 以上、 maxLength 以下である必要があります。 この同じワークシート部分に、子ST_Guid要素がこの要素の親であるCT_CfRule要素の id 属性と等しい子CT_Extension要素を持つCT_CfRule子孫であるCT_ExtensionList要素が存在し、この要素の minLength 属性が 0 ("0") で、この要素の maxLength 属性が "100" である場合、 この要素の親であるCT_CfRule要素の id 属性と等しい子 CT_CfRule ST_Guid要素を持つCT_Extension要素の親であるCT_ExtensionList要素の親であるCT_DataBar要素の minLength 属性は、"10" にする必要があります。 この同じワークシートパーツに、子CT_Extension要素を持つCT_CfRuleの子孫であるCT_ExtensionList要素が存在し、子ST_Guid要素がこの要素の親であるCT_CfRule要素の id 属性と等しく、この要素の minLength 属性がゼロ ("0") ではなく、この要素の maxLength 属性が "100" ではない場合、 この要素の親であるCT_CfRule要素の id 属性と等しい子 CT_CfRule ST_Guid要素を持つCT_Extension要素の親であるCT_ExtensionList要素の親である、CT_DataBar要素のminLength 属性は、この複合型の minLength と等しい必要があります。

Maxlength: この条件付き書式の範囲内で最も長いデータ バーの長さを指定する unsignedInt 属性。書式設定するセルの幅に対する割合で表されます。 minLength 以上で、100 以下である必要があります。 この同じワークシート パーツに、子要素の親であるCT_CfRule要素の id 属性と等しい子 ST_Guid CT_Extension要素を持つCT_CfRuleの子孫であるCT_ExtensionList要素が存在し、この要素の minLength 属性が 0 ("0") で、この要素の maxLength 属性が "100" である場合、 この要素の親であるCT_CfRule要素の id 属性と等しい子ST_Guid要素を持つCT_Extension要素の親であるCT_ExtensionList要素の親であるCT_CfRule要素の子孫であるCT_DataBar要素の maxLength 属性は、"90" にする必要があります。 この同じワークシート部分に、子ST_Guid要素がこの要素の親であるCT_CfRule要素の id 属性と等しい子CT_Extension要素を持つCT_CfRuleの子孫であるCT_ExtensionList要素が存在し、この要素の minLength 属性がゼロ ("0") ではない場合、またはこの要素の maxLength 属性が "100" ではない場合 この要素の親であるCT_CfRule要素の id 属性と等しい子ST_Guid要素を持つ CT_ExtensionList CT_Extension要素の親であるCT_CfRule要素の子孫であるCT_DataBar要素の maxLength 属性は、このレコードの maxLength と等しい必要があります。

showValue: 条件付き書式範囲のセルにデータ バーと数値の両方を表示するか、データ バーのみを表示するかを指定する ブール値 ([XMLSCHEMA2] セクション 3.2.2) 属性。 次の表に、使用可能な値を示します。

意味
"false" セルにはデータ バーのみが表示されます。
"true" データ バーと数値の両方がセルに表示されます。

国境: データ バーに罫線があるかどうかを指定する ブール値 ([XMLSCHEMA2] セクション 3.2.2) 属性。

グラデーション: データ バーにグラデーションの塗りつぶしがあるかどうかを指定する ブール値 ([XMLSCHEMA2] セクション 3.2.2) 属性。 次の表に、使用可能な値を示します。

意味
"false" データ バーの塗りつぶしは単色です。
"true" データ バーの塗りつぶしはグラデーションです。

方向: データ バーの方向を指定する ST_DataBarDirection 属性セクション 2.7.7)。

negativeBarColorSameAsPositive: データ バーに正のバーの色とは異なる負のバーの色があるかどうかを指定する ブール値 ([XMLSCHEMA2] セクション 3.2.2) 属性。

negativeBarBorderColorSameAsPositive: データ バーに正の罫線の色とは異なる負の罫線の色があるかどうかを指定する ブール値 ([XMLSCHEMA2] セクション 3.2.2) 属性。

axisPosition: データ バーの軸の位置を指定する ST_DataBarAxisPosition 属性 (セクション 2.7.8)。

次の W3C XML スキーマ ([XMLSCHEMA1] セクション 2.1) フラグメントは、この複合型の内容を指定します。

<xsd:complexType name="CT_DataBar">

<xsd:sequence>

<xsd:element name="cfvo" type="CT_Cfvo" minOccurs="2" maxOccurs="2"/>

<xsd:element name="fillColor" type="x:CT_Color" minOccurs="0" maxOccurs="1"/>

<xsd:element name="borderColor" type="x:CT_Color" minOccurs="0" maxOccurs="1"/>

<xsd:element name="negativeFillColor" type="x:CT_Color" minOccurs="0" maxOccurs="1"/>

<xsd:element name="negativeBorderColor" type="x:CT_Color" minOccurs="0" maxOccurs="1"/>

<xsd:element name="axisColor" type="x:CT_Color" minOccurs="0" maxOccurs="1"/>

</xsd:sequence>

<xsd:attribute name="minLength" type="xsd:unsignedInt" use="optional" default="10"/>

<xsd:attribute name="maxLength" type="xsd:unsignedInt" use="optional" default="90"/>

<xsd:attribute name="showValue" type="xsd:boolean" use="optional" default="true"/>

<xsd:attribute name="border" type="xsd:boolean" use="optional" default="false"/>

<xsd:attribute name="gradient" type="xsd:boolean" use="optional" default="true"/>

<xsd:attribute name="direction" type="ST_DataBarDirection" use="optional" default="context"/>

<xsd:attribute name="negativeBarColorSameAsPositive" type="xsd:boolean" use="optional" default="false"/>

<xsd:attribute name="negativeBarBorderColorSameAsPositive" type="xsd:boolean" use="optional" default="true"/>

<xsd:attribute name="axisPosition" type="ST_DataBarAxisPosition" use="optional" default="automatic"/>

</xsd:complexType>

完全な W3C XML スキーマについては、セクション 5.4 を参照してください ([XMLSCHEMA1] セクション 2.1)。

コンストラクター

DataBar()

DataBar クラスの新しいインスタンスを初期化します。

DataBar(IEnumerable<OpenXmlElement>)

指定した子要素を使用して、DataBar クラスの新しいインスタンスを初期化します。

DataBar(OpenXmlElement[])

指定した子要素を使用して、DataBar クラスの新しいインスタンスを初期化します。

DataBar(String)

外部 XML から DataBar クラスの新しいインスタンスを初期化します。

プロパティ

AxisPosition

axisPosition, このプロパティは、Office 2010 以降でのみ使用できます。

スキーマ内の次の属性を表します: axisPosition

Border

このプロパティは Office 2010 以降でのみ使用できます。

スキーマ内の次の属性を表します。 border

ChildElements

現在の要素のすべての子ノードを取得します。

(継承元 OpenXmlElement)
Direction

方向では、このプロパティは Office 2010 以降でのみ使用できます。

スキーマ内の次の属性を表します。

ExtendedAttributes

現在の要素のすべての拡張属性 (スキーマで定義されていない属性) を取得します。

(継承元 OpenXmlElement)
Features

現在の要素の を IFeatureCollection 取得します。 この機能コレクションは読み取り専用ですが、使用可能な場合は親パーツとパッケージから機能を継承します。

(継承元 OpenXmlElement)
FirstChild

現在の OpenXmlElement 要素の最初の子を取得します。

(継承元 OpenXmlCompositeElement)
Gradient

グラデーションでは、このプロパティは Office 2010 以降でのみ使用できます。

スキーマ内の次の属性を表します: gradient

HasAttributes

現在の要素に属性があるかどうかを示す値を取得します。

(継承元 OpenXmlElement)
HasChildren

現在の要素に子要素があるかどうかを示す値を取得します。

(継承元 OpenXmlCompositeElement)
InnerText

現在のノードとそのすべての子の連結値を取得または設定します。

(継承元 OpenXmlCompositeElement)
InnerXml

現在のノードの子ノードのみを表すマークアップを取得または設定します。

(継承元 OpenXmlCompositeElement)
LastChild

現在の OpenXmlElement 要素の最後の子を取得します。 このような OpenXmlElement 要素がない場合は、null (Visual Basic では Nothing) を返します。

(継承元 OpenXmlCompositeElement)
LocalName

DataBar クラスを定義します。

このクラスは、Office 2010 以降で使用できます。

オブジェクトを xml としてシリアル化されるときに、修飾名は x14:dataBar です。

LocalName

現在の要素のローカル名を取得します。

(継承元 OpenXmlElement)
MaxLength

maxLength、このプロパティは Office 2010 以降でのみ使用できます。

スキーマ内の次の属性を表します: maxLength

MCAttributes

マークアップ互換性属性を取得または設定します。 現在の要素に対してマークアップ互換性属性が定義されていない場合は null を返します。

(継承元 OpenXmlElement)
MinLength

minLength、このプロパティは Office 2010 以降でのみ使用できます。

スキーマ内の次の属性を表します: minLength

NamespaceDeclarations

現在の要素で定義されているすべての名前空間宣言を取得します。 名前空間宣言がない場合は、空の列挙子を返します。

(継承元 OpenXmlElement)
NamespaceUri

現在の要素の名前空間 URI を取得します。

(継承元 OpenXmlElement)
NegativeBarBorderColorSameAsPositive

negativeBarBorderColorSameAsPositive、 このプロパティは Office 2010 以降でのみ使用できます。

スキーマ内の次の属性を表します。 negativeBarBorderColorSameAsPositive

NegativeBarColorSameAsPositive

negativeBarColorSameAsPositive、 このプロパティは Office 2010 以降でのみ使用できます。

スキーマ内の次の属性を表します。 negativeBarColorSameAsPositive

OpenXmlElementContext

現在の要素の OpenXmlElementContext を取得します。

(継承元 OpenXmlElement)
OuterXml

現在の要素とそのすべての子要素を表すマークアップを取得します。

(継承元 OpenXmlElement)
Parent

現在の要素の親要素を取得します。

(継承元 OpenXmlElement)
Prefix

現在の要素の名前空間プレフィックスを取得します。

(継承元 OpenXmlElement)
ShowValue

showValue、このプロパティは Office 2010 以降でのみ使用できます。

スキーマ内の次の属性を表します。 showValue

XmlQualifiedName

現在の要素の修飾名を取得します。

(継承元 OpenXmlElement)
XName

現在の要素の修飾名を取得します。

(継承元 OpenXmlElement)

メソッド

AddAnnotation(Object)

現在の OpenXmlElement 要素の注釈の一覧にオブジェクトを追加します。

(継承元 OpenXmlElement)
AddChild(OpenXmlElement, Boolean)

指定した要素が既知の子である場合は、 要素に追加します。 これにより、 要素がスキーマに従って正しい場所に追加されます。

(継承元 OpenXmlCompositeElement)
AddNamespaceDeclaration(String, String)

現在のノードに名前空間宣言を追加します。

(継承元 OpenXmlElement)
Ancestors()

現在の要素のすべての先祖を列挙します。

(継承元 OpenXmlElement)
Ancestors<T>()

指定した型を持つ現在の要素の先祖のみを列挙します。

(継承元 OpenXmlElement)
Annotation(Type)

現在の OpenXmlElement 要素から、指定した型の最初の注釈オブジェクトを取得します。

(継承元 OpenXmlElement)
Annotation<T>()

現在の OpenXmlElement 要素から、指定した型の最初の注釈オブジェクトを取得します。

(継承元 OpenXmlElement)
Annotations(Type)

現在の OpenXmlElement 要素の指定した型を持つ注釈のコレクションを取得します。

(継承元 OpenXmlElement)
Annotations<T>()

現在の OpenXmlElement 要素の指定した型を持つ注釈のコレクションを取得します。

(継承元 OpenXmlElement)
Append(IEnumerable<OpenXmlElement>)

要素のリストから現在の要素の子要素のリストの末尾に各要素を追加します。

(継承元 OpenXmlElement)
Append(OpenXmlElement[])

要素の配列から、現在の要素の子要素のリストの末尾に各要素を追加します。

(継承元 OpenXmlElement)
AppendChild<T>(T)

現在の要素の子ノードのリストの末尾に、指定した要素を追加します。

(継承元 OpenXmlCompositeElement)
ClearAllAttributes()

既知の属性と拡張属性の両方を含むすべての属性をクリアします。

(継承元 OpenXmlElement)
Clone()

現在のノードの複製を作成します。

(継承元 OpenXmlElement)
CloneNode(Boolean)

このノードの複製を作成します。

Descendants()

現在の要素のすべての子孫を列挙します。

(継承元 OpenXmlElement)
Descendants<T>()

T 型のすべての現在の要素の子孫を列挙します。

(継承元 OpenXmlElement)
Elements()

現在の要素のすべての子を列挙します。

(継承元 OpenXmlElement)
Elements<T>()

指定した型を持つ現在の要素の子のみを列挙します。

(継承元 OpenXmlElement)
ElementsAfter()

現在の要素に続き、現在の要素と同じ親を持つすべての兄弟要素を列挙します。

(継承元 OpenXmlElement)
ElementsBefore()

現在の要素の前にあり、現在の要素と同じ親を持つすべての兄弟要素を列挙します。

(継承元 OpenXmlElement)
GetAttribute(String, String)

指定したタグ名と名前空間 URI を持つ Open XML 属性を取得します。

(継承元 OpenXmlElement)
GetAttributes()

すべての属性のコピーを含むリストを取得します。

(継承元 OpenXmlElement)
GetEnumerator()

子コレクションを反復処理する列挙子を返します。

(継承元 OpenXmlElement)
GetFirstChild<T>()

T 型の最初の子要素を検索します。

(継承元 OpenXmlElement)
InsertAfter<T>(T, OpenXmlElement)

指定した参照要素の直後に、指定した要素を挿入します。

(継承元 OpenXmlCompositeElement)
InsertAfterSelf<T>(T)

現在の要素の直後に、指定した要素を挿入します。

(継承元 OpenXmlElement)
InsertAt<T>(T, Int32)

現在の要素の子の指定したインデックス位置に、指定した要素を挿入します。

(継承元 OpenXmlCompositeElement)
InsertBefore<T>(T, OpenXmlElement)

指定した参照要素の直前に、指定した要素を挿入します。

(継承元 OpenXmlCompositeElement)
InsertBeforeSelf<T>(T)

現在の要素の直前に、指定した要素を挿入します。

(継承元 OpenXmlElement)
IsAfter(OpenXmlElement)

指定した要素の後に現在の要素がドキュメントの順序で表示されるかどうかを判断します。

(継承元 OpenXmlElement)
IsBefore(OpenXmlElement)

指定した要素の前に現在の要素がドキュメントの順序で表示されるかどうかを判断します。

(継承元 OpenXmlElement)
LookupNamespace(String)

現在のノードのコンテキストの名前空間プレフィックスを解決します。

(継承元 OpenXmlElement)
LookupPrefix(String)

現在の要素スコープ内の名前空間 URI の対応するプレフィックスを検索します。

(継承元 OpenXmlElement)
NextSibling()

現在の OpenXmlElement 要素の直後にある OpenXmlElement 要素を取得します。 次の OpenXmlElement 要素がない場合は null (Visual Basic では Nothing) を返します。

(継承元 OpenXmlElement)
NextSibling<T>()

現在の OpenXmlElement 要素に続く指定した型を持つ OpenXmlElement 要素を取得します。 次の OpenXmlElement がない場合は、null (Visual Basic では Nothing) を返します。

(継承元 OpenXmlElement)
PrependChild<T>(T)

現在の要素の子ノードのリストの先頭に、指定した要素を挿入します。

(継承元 OpenXmlCompositeElement)
PreviousSibling()

現在の OpenXmlElement 要素のすぐ前にある OpenXmlElement 要素を取得します。 前に OpenXmlElement 要素がない場合は、null (Visual Basic では Nothing) を返します。

(継承元 OpenXmlElement)
PreviousSibling<T>()

現在の OpenXmlElement の前に指定された型を持つ OpenXmlElement 要素を取得します。 前に OpenXmlElement 要素がない場合は null (Visual Basic では Nothing) を返します。

(継承元 OpenXmlElement)
Remove()

現在の要素を親から削除します。

(継承元 OpenXmlElement)
RemoveAllChildren()

現在の要素のすべての子要素を削除します。

(継承元 OpenXmlCompositeElement)
RemoveAllChildren<T>()

T 型の現在の要素の子要素をすべて削除します。

(継承元 OpenXmlElement)
RemoveAnnotations(Type)

指定した型の注釈を現在の OpenXmlElement 要素から削除します。

(継承元 OpenXmlElement)
RemoveAnnotations<T>()

指定した型の注釈を現在の OpenXmlElement 要素から削除します。

(継承元 OpenXmlElement)
RemoveAttribute(String, String)

現在の要素から 属性を削除します。

(継承元 OpenXmlElement)
RemoveChild<T>(T)

指定した子要素を削除します。

(継承元 OpenXmlCompositeElement)
RemoveNamespaceDeclaration(String)

指定したプレフィックスの名前空間宣言を削除します。 プレフィックスがない場合は、何も削除しません。

(継承元 OpenXmlElement)
ReplaceChild<T>(OpenXmlElement, T)

現在の要素の子要素の 1 つを別の OpenXmlElement 要素に置き換えます。

(継承元 OpenXmlCompositeElement)
SetAttribute(OpenXmlAttribute)

指定した要素に属性を設定します。 属性が既知の属性の場合、属性の値が設定されます。 属性が拡張属性の場合は、拡張属性リストに 'openxmlAttribute' が追加されます。

(継承元 OpenXmlElement)
SetAttributes(IEnumerable<OpenXmlAttribute>)

要素に複数の属性を設定します。 属性が既知の属性の場合、属性の値が設定されます。 属性が拡張属性の場合は、拡張属性リストに 'openxmlAttribute' が追加されます。

(継承元 OpenXmlElement)
WriteTo(XmlWriter)

現在のノードを指定した XmlWriter に保存します。

(継承元 OpenXmlElement)

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

DataBar クラスを定義します。

このクラスは、Office 2010 以降で使用できます。

オブジェクトを xml としてシリアル化されるときに、修飾名は x14:dataBar です。

(継承元 OpenXmlElement)
IEnumerable<OpenXmlElement>.GetEnumerator()

子コレクションを反復処理する列挙子を返します。

(継承元 OpenXmlElement)

適用対象