FixedLayoutCell
ParentNode Property
|
Provides the layout node that pertains to this particular entity.
Namespace:
Spire.Doc.Pages
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public override DocumentObject ParentNode { get; }
Public Overrides ReadOnly Property ParentNode As DocumentObject
Get
public:
virtual property DocumentObject^ ParentNode {
DocumentObject^ get () override;
}
abstract ParentNode : DocumentObject with get
override ParentNode : DocumentObject with get
Property Value
Type:
DocumentObject
See Also