InlineDrawingObjectBox Properties
Layout element that relates to the drawing objects.Name | Description |
---|---|
Bounds | Gets coordinates of a rectangle which encompasses the layout element. Inherited from LayoutElementBase. |
ParagraphFrames | Provides access to the collection of ParagraphFrameBox objects. |
Parent | Returns the element which is one step higher in the layout hierarchy. Inherited from LayoutElementBase. |
Range | Returns the range to which the current layout element relates. Inherited from RangedLayoutElementBase. |
RightToLeft | Indicates whether the layout element’s direction is right-to-left. Inherited from Box. |
Type | Gets the type of the box descendant. Inherited from Box. |
See Also