NamedElement クラス

定義

FixedPage の要素階層内の要素を識別します。

public ref class NamedElement : System::Windows::Documents::DocumentStructures::BlockElement
public class NamedElement : System.Windows.Documents.DocumentStructures.BlockElement
type NamedElement = class
    inherit BlockElement
Public Class NamedElement
Inherits BlockElement
継承
NamedElement

次の例では、XML Paper Specification (XPS) ドキュメント内の 要素と FigureStructure 要素をそれぞれ子と共に使用ParagraphStructureする方法をNamedElement示します。

<ParagraphStructure>
  <NamedElement NameReference="Pg2Heading1" />
</ParagraphStructure>

<ParagraphStructure>
  <NamedElement NameReference="Pg2P1" />
</ParagraphStructure>

<ParagraphStructure>
  <NamedElement NameReference="Pg2P2" />
</ParagraphStructure>

<FigureStructure>
  <NamedElement NameReference="Pg2Fig1" />
</FigureStructure>

注釈

XPS ドキュメントの各ページには、 FixedPage 位置指定テキストの実行とグラフィックスの形式で コンテンツ を定義する要素が含まれています。 XPS ドキュメントのページは、ドキュメント構造要素を使用して、セクション、段落、リスト、図表、およびテーブルの形式でページの構造を定義する要素に関連付StoryFragmentけることもできます。 クラスは NamedElement 、ドキュメント マークアップのコンテンツ部分と構造部分の間の関連付けを定義するために使用されます。 NamedElementは、ページの階層内にあるStoryFragmentテーブル セルや箇条書きアイテムなどの構造要素の子です。 は NamedElement 、同じページの FixedPage 階層内のアイテムを識別します。 参照する項目は、構造要素の内容です。

XPS ドキュメントの構造要素の詳細については、「 XML Paper Specification (XPS) の第 9 章および付録 E」 https://www.ecma-international.org/publications-and-standards/standards/ecma-388/を参照してください。

コンストラクター

NamedElement()

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

プロパティ

NameReference

FixedPage の親のコンテンツを提供する NamedElement マークアップ階層内の要素の名前を取得または設定します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象