Class LinkRegion
Clickable area associated with a hyperlink target (populated in a later phase).
public sealed class LinkRegion : ILayoutPrimitive
- Inheritance
-
LinkRegion
- Implements
- Inherited Members
Constructors
- LinkRegion(Twips, Twips, Twips, Twips, string)
Initializes a link region.
- LinkRegion(Twips, Twips, Twips, Twips, string, int, string)
Initializes a link region that belongs to a logical-structure element.
Properties
- Height
Gets the height in twips.
- StructureElementId
Gets the logical-structure element this region belongs to, or 0 when it belongs to none.
- Target
Gets the target URI or bookmark reference.
- Text
Gets the text under this region; the empty string when it has none.
- Width
Gets the width in twips.
- X
Gets the left coordinate in twips.
- Y
Gets the top coordinate in twips.