Version

AnchoredShape Class Members

The following tables list the members exposed by AnchoredShape.

Public Properties
 NameDescription
Public PropertyAlternateTextDescriptionReturns or sets the description of the alternative text for the picture or shape, for use by assistive technologies or applications which will not display the associated picture or shape. (Inherited from Infragistics.Documents.Word.Anchor)
Public PropertyHorizontalAlignmentReturns or sets a value which defines the anchor's horizontal alignment. (Inherited from Infragistics.Documents.Word.Anchor)
Public PropertyHorizontalOffsetReturns or sets the amount by which the anchor is offset horizontally from the boundary defined by the RelativeHorizontalPosition and HorizontalAlignment properties. (Inherited from Infragistics.Documents.Word.Anchor)
Public PropertyHyperlinkReturns a Hyperlink instance which provides a way to add a hyperlink to the picture. (Inherited from Infragistics.Documents.Word.Anchor)
Public PropertyRelativeHorizontalPositionReturns or sets a value which defines the part of the document to which the anchor's horizontal position is relative. (Inherited from Infragistics.Documents.Word.Anchor)
Public PropertyRelativeVerticalPositionReturns or sets a value which defines the part of the document to which the anchor's vertical position is relative. (Inherited from Infragistics.Documents.Word.Anchor)
Public PropertyShapeReturns the associated Shape  
Public PropertySizeReturns or sets the size at which the associated picture or shape is rendered. (Inherited from Infragistics.Documents.Word.Anchor)
Public PropertyTextWrappingReturns or sets a value which determines the layout for text included in the same paragraph as the anchor. (Inherited from Infragistics.Documents.Word.Anchor)
Public PropertyTextWrappingSideReturns or sets a value which determines the sides of the anchor around which adjacent text can be wrapped. (Inherited from Infragistics.Documents.Word.Anchor)
Public PropertyVerticalAlignmentReturns or sets a value which defines the anchor's vertical alignment. (Inherited from Infragistics.Documents.Word.Anchor)
Public PropertyVerticalOffsetReturns or sets the amount by which the anchor is offset from the boundary defined by the VerticalAlignment property. (Inherited from Infragistics.Documents.Word.Anchor)
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CreateOverloaded. Creates a new instance which is associated with the specified WordDocumentWriter  
Public MethodResetOverloaded. Resets all properties of this instance to their respective defaults.  
Public MethodToStringReturns the string representation of this instance.  
See Also