DocumentBase Properties |
The DocumentBase type exposes the following members.
| Name | Description | |
|---|---|---|
| BackgroundShape |
Gets or sets the background shape of the document. Can be null.
| |
| ChildNodes |
Gets all immediate child nodes of this node.
(Inherited from CompositeNode.) | |
| Count |
Gets the number of immediate children of this node.
(Inherited from CompositeNode.) | |
| Document | (Overrides NodeDocument.) | |
| FirstChild |
Gets the first child of the node.
(Inherited from CompositeNode.) | |
| FontInfos |
Provides access to properties of fonts used in this document.
| |
| HasChildNodes |
Returns true if this node has any child nodes.
(Inherited from CompositeNode.) | |
| IsComposite |
Returns true as this node can have child nodes.
(Inherited from CompositeNode.) | |
| LastChild |
Gets the last child of the node.
(Inherited from CompositeNode.) | |
| Lists |
Provides access to the list formatting used in the document.
| |
| NextSibling |
Gets the node immediately following this node.
(Inherited from Node.) | |
| NodeChangingCallback |
Called when a node is inserted or removed in the document.
| |
| NodeType |
Gets the type of this node.
(Inherited from Node.) | |
| PageColor |
Gets or sets the page color of the document. This property is a simpler version of BackgroundShape.
| |
| ParentNode |
Gets the immediate parent of this node.
(Inherited from Node.) | |
| PreviousSibling |
Gets the node immediately preceding this node.
(Inherited from Node.) | |
| Range |
Returns a Range object that represents the portion of a document that is contained in this node.
(Inherited from Node.) | |
| ResourceLoadingCallback |
Allows to control how external resources are loaded.
| |
| Styles |
Returns a collection of styles defined in the document.
| |
| WarningCallback |
Called during various document processing procedures when an issue is detected that might result
in data or formatting fidelity loss.
|