Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ShapeHorizontalPosition Class
Properties Methods

In This Topic
    ShapeHorizontalPosition Class Members
    In This Topic

    The following tables list the members exposed by ShapeHorizontalPosition.

    Public Properties
     NameDescription
    Public PropertyGets or sets the relative horizontal alignment position of a shape.

    If WrapFormat.Type is WrapType.Inline, this value does not have any effect when displaying the object, but can be maintained and used if the object is subsequently changed to floating.

     
    Public PropertyGets or sets the horizontal offset in points or percent according to the Type property value.

    For nested shapes this property value is always relative to the parent shape's GroupShape.ChildrenOffset.

    If the shape is not nested and WrapFormat.Type is WrapType.Inline, this value does not have any effect when displaying the object, but can be maintained and used if the object is subsequently changed to floating.

     
    Public PropertyGets or sets the element relative to which the horizontal position of a shape is calculated.

    If WrapFormat.Type is WrapType.Inline, this value does not have any effect when displaying the object, but can be maintained and used if the object is subsequently changed to floating.

     
    Public PropertyGets or sets a value specifying how a shape position is calculated.

    If property WrapFormat.Type is WrapType.Inline, this value is always ShapePositionType.Points.

     
    Top
    Public Methods
     NameDescription
    Public Method Clears direct formatting in the object. (Inherited from GrapeCity.Documents.Word.FormattingBag)
    Top
    See Also