API Reference
Class
WordImageShapeStyle
Represents style information for positioned images.
Inheritance
- Object
- WordImageShapeStyle
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public WordImageShapeStyle() #Methods
public static WordImageShapeStyle FromString(String styleString) #Returns:
WordImageShapeStyleParses a semicolon delimited style string into an WordImageShapeStyle instance.
Parameters
- styleString System.String
- The style string.
Returns
A populated WordImageShapeStyle.
public override String ToString() #Returns:
StringSerializes the instance to a style string.
Returns
A semicolon delimited style string.
Inherited Methods
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 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.