OfficeIMO

API Reference

Class

ImageShapeStyle

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word

Represents style information for positioned images.

Inheritance

  • Object
  • ImageShapeStyle

Constructors

public ImageShapeStyle() #

Methods

public static ImageShapeStyle FromString(String styleString) #
Returns: ImageShapeStyle

Parses a semicolon delimited style string into an ImageShapeStyle instance.

Parameters

styleString System.String requiredposition: 0
The style string.

Returns

A populated ImageShapeStyle.

public override String ToString() #
Returns: String

Serializes the instance to a style string.

Returns

A semicolon delimited style string.

Properties

public String Position { get; set; } #

Gets or sets the CSS position property.

public String MarginLeft { get; set; } #

Gets or sets the left margin.

public String MarginTop { get; set; } #

Gets or sets the top margin.

public String Width { get; set; } #

Gets or sets the width.

public String Height { get; set; } #

Gets or sets the height.

public String ZIndex { get; set; } #

Gets or sets the Z-index value.

public String MsoPositionHorizontal { get; set; } #

Gets or sets the horizontal position mode.

public String MsoPositionHorizontalRelative { get; set; } #

Gets or sets the horizontal position relative to.

public String MsoPositionVertical { get; set; } #

Gets or sets the vertical position mode.

public String MsoPositionVerticalRelative { get; set; } #

Gets or sets the vertical position relative to.