API Reference
WordDrawingLayoutSnapshot
Captures persisted DrawingML geometry and anchoring evidence. Values describe package markup, not a claim about Word's final rendered coordinates after pagination and compatibility layout.
Inheritance
- Object
- WordDrawingLayoutSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public WordDrawingPlacementKind Placement { get; } #Gets the persisted placement kind.
public String Name { get; } #Gets the producer-supplied non-visual drawing name.
public Double WidthPoints { get; } #Gets the persisted frame width in points.
public Double HeightPoints { get; } #Gets the persisted frame height in points.
public String HorizontalRelativeFrom { get; } #Gets the horizontal reference token for anchored content.
public String VerticalRelativeFrom { get; } #Gets the vertical reference token for anchored content.
public Nullable<Double> HorizontalOffsetPoints { get; } #Gets the explicit horizontal offset in points, when the producer used an offset.
public Nullable<Double> VerticalOffsetPoints { get; } #Gets the explicit vertical offset in points, when the producer used an offset.
public String HorizontalAlignment { get; } #Gets the horizontal alignment token when the producer used alignment instead of an offset.
public String VerticalAlignment { get; } #Gets the vertical alignment token when the producer used alignment instead of an offset.
public Boolean UsesSimplePosition { get; } #Gets whether an anchored producer selected page-relative simple positioning.
public WordDrawingWrapKind Wrap { get; } #Gets the persisted wrap primitive.
public Boolean BehindDocument { get; } #Gets whether the anchor is behind document text.
public Boolean LayoutInCell { get; } #Gets whether the anchor participates in table-cell layout.
public Boolean AllowOverlap { get; } #Gets whether the anchor permits overlap with other floating objects.
public UInt32 RelativeHeight { get; } #Gets the persisted relative z-order value.
public Boolean IsGroup { get; } #Gets whether the graphic data declares a WordprocessingGroup payload.