Aracılığıyla paylaş


Slides Constructors

Definition

Overloads

Slides()

Initializes a new instance of the Slides class.

Slides(String)

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

Slides()

Initializes a new instance of the Slides class.

public Slides ();
Public Sub New ()

Applies to

Slides(String)

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

public Slides (string text);
new DocumentFormat.OpenXml.ExtendedProperties.Slides : string -> DocumentFormat.OpenXml.ExtendedProperties.Slides
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to