RangedLayoutElement Members
Defines a layout element which has a related DocumentRange.Properties
Name | Description |
---|---|
Bounds | Gets coordinates of a rectangle which encompasses the layout element. Inherited from LayoutElement. |
Parent | Returns the element which is one step higher in the layout hierarchy. Inherited from LayoutElement. |
Range | Obtains the location of the layout element that has the related DocumentRange. |
Type | Gets the type of layout element located under the test point. Inherited from LayoutElement. |
Methods
Name | Description |
---|---|
Accept(LayoutVisitor) | Dispatches to the Visit method that is specific to the current LayoutType. Inherited from LayoutElement. |
GetParentByType<T>() | Returns the parent layout element of the type designated by the specified generic type parameter. Inherited from LayoutElement. |
GetRelativeBounds(LayoutElement) | Gets coordinates of the specified layout element relative to its container. Inherited from LayoutElement. |
See Also