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
)
Public Function GetLayoutEntitiesOfNode (
node As DocumentObject
) As LayoutCollection(Of LayoutElement)
public:
LayoutCollection<LayoutElement^>^ GetLayoutEntitiesOfNode(
DocumentObject^ node
)
member GetLayoutEntitiesOfNode :
node : DocumentObject -> LayoutCollection<LayoutElement>
Parameters
-
node
-
Type:
Spire.Doc
DocumentObject
Return Value
Type:
LayoutCollection
LayoutElement
See Also