Share via


LineSketchSeed Constructors

Definition

Overloads

LineSketchSeed()

Initializes a new instance of the LineSketchSeed class.

LineSketchSeed(String)

Initializes a new instance of the LineSketchSeed class with the specified text content.

LineSketchSeed()

Initializes a new instance of the LineSketchSeed class.

public LineSketchSeed ();
Public Sub New ()

Applies to

LineSketchSeed(String)

Initializes a new instance of the LineSketchSeed class with the specified text content.

public LineSketchSeed (string text);
new DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchSeed : string -> DocumentFormat.OpenXml.Office2021.Drawing.SketchyShapes.LineSketchSeed
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to