Click or drag to resize

FixedLayoutDocument GetLayoutEntitiesOfNode Method

Returns all the layout entities of the specified node.

Namespace: Spire.Doc.Pages
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public LayoutCollection<LayoutElement> GetLayoutEntitiesOfNode(
	DocumentObject node
)

Parameters

node
Type: Spire.Doc DocumentObject

Return Value

Type: LayoutCollection LayoutElement
See Also