Share via


O.allowincell Field

Definition

Represents the o:allowincell XML attributes.

public static readonly System.Xml.Linq.XName allowincell;
 staticval mutable allowincell : System.Xml.Linq.XName
Public Shared ReadOnly allowincell As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: shapedefaults, arc, curve, group, image, line, oval, polyline, rect, roundrect, shape, shapetype.
  • corresponds to the following strongly-typed properties: Arc.AllowInCell, Curve.AllowInCell, Group.AllowInCell, ImageFile.AllowInCell, Line.AllowInCell, Oval.AllowInCell, PolyLine.AllowInCell, Rectangle.AllowInCell, RoundRectangle.AllowInCell, Shape.AllowInCell, ShapeDefaults.AllowInCell, Shapetype.AllowInCell.

Applies to