Share via


NoNamespace.print Field

Definition

Represents the print XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: arc, curve, group, image, line, oval, polyline, rect, roundrect, shape, shapetype, commentPr, controlPr, objectPr.
  • corresponds to the following strongly-typed properties: Arc.Print, CommentProperties.Print, ControlProperties.Print, Curve.Print, EmbeddedObjectProperties.Print, Group.Print, ImageFile.Print, Line.Print, Oval.Print, PolyLine.Print, Rectangle.Print, RoundRectangle.Print, Shape.Print, Shapetype.Print.

Applies to