DocumentLayout.GetElement Method
| Name | Parameters | Description |
|---|---|---|
| GetElement(DocumentPosition, LayoutType) | position, type | Gets the layout element of the specified type which relates to the specified position in the document model. |
| GetElement<T>(DocumentPosition) | position | Returns the layout element of the type designated by the specified generic type parameter which relates to the specified position in the document model. |