Table of Contents

Class ShapeGuide

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

One shape guide (a:gd): a name bound to a formula in the DrawingML guide language (ECMA-376 Part 1 §20.1.9.11), for example "*/ w adj 100000".

The formula is kept verbatim rather than evaluated at parse time because guide values depend on the shape's extent, which the reader does not own. Evaluation happens in the layout resolver, where the extent is known.

public sealed class ShapeGuide
Inheritance
ShapeGuide
Inherited Members

Constructors

ShapeGuide(string, string)

Initializes a guide.

Properties

Formula

Gets the guide formula, verbatim.

Name

Gets the guide name.