GlossaryDocument Properties

The GlossaryDocument type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleBackgroundShape
Gets or sets the background shape of the document. Can be null.
(Inherited from DocumentBase.)
Public propertyCode exampleBuildingBlocks
Returns a typed collection that represents all building blocks in the glossary document.
Public propertyCode exampleChildNodes
Gets all immediate child nodes of this node.
(Inherited from CompositeNode.)
Public propertyCode exampleCount
Gets the number of immediate children of this node.
(Inherited from CompositeNode.)
Public propertyDocument (Inherited from DocumentBase.)
Public propertyCode exampleFirstBuildingBlock
Gets the first building block in the glossary document.
Public propertyCode exampleFirstChild
Gets the first child of the node.
(Inherited from CompositeNode.)
Public propertyCode exampleFontInfos
Provides access to properties of fonts used in this document.
(Inherited from DocumentBase.)
Public propertyCode exampleHasChildNodes
Returns true if this node has any child nodes.
(Inherited from CompositeNode.)
Public propertyCode exampleIsComposite
Returns true as this node can have child nodes.
(Inherited from CompositeNode.)
Public propertyCode exampleLastBuildingBlock
Gets the last building block in the glossary document.
Public propertyCode exampleLastChild
Gets the last child of the node.
(Inherited from CompositeNode.)
Public propertyCode exampleLists
Provides access to the list formatting used in the document.
(Inherited from DocumentBase.)
Public propertyCode exampleNextSibling
Gets the node immediately following this node.
(Inherited from Node.)
Public propertyCode exampleNodeChangingCallback
Called when a node is inserted or removed in the document.
(Inherited from DocumentBase.)
Public propertyCode exampleNodeType
Returns the GlossaryDocument value.
(Overrides NodeNodeType.)
Public propertyCode examplePageColor
Gets or sets the page color of the document. This property is a simpler version of BackgroundShape.
(Inherited from DocumentBase.)
Public propertyCode exampleParentNode
Gets the immediate parent of this node.
(Inherited from Node.)
Public propertyCode examplePreviousSibling
Gets the node immediately preceding this node.
(Inherited from Node.)
Public propertyCode exampleRange
Returns a Range object that represents the portion of a document that is contained in this node.
(Inherited from Node.)
Public propertyCode exampleResourceLoadingCallback
Allows to control how external resources are loaded.
(Inherited from DocumentBase.)
Public propertyCode exampleStyles
Returns a collection of styles defined in the document.
(Inherited from DocumentBase.)
Public propertyCode exampleWarningCallback
Called during various document processing procedures when an issue is detected that might result in data or formatting fidelity loss.
(Inherited from DocumentBase.)
See Also