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 纸张规范 (XPS) 文档中使用 ParagraphStructureFigureStructure 元素,每个元素都有一个 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 纸张规范 (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)

适用于