HiddenSlides Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HiddenSlides() |
Initializes a new instance of the HiddenSlides class. |
HiddenSlides(String) |
Initializes a new instance of the HiddenSlides class with the specified text content. |
HiddenSlides()
Initializes a new instance of the HiddenSlides class.
public HiddenSlides ();
Public Sub New ()
Applies to
HiddenSlides(String)
Initializes a new instance of the HiddenSlides class with the specified text content.
public HiddenSlides (string text);
new DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides : string -> DocumentFormat.OpenXml.ExtendedProperties.HiddenSlides
Public Sub New (text As String)
Parameters
- text
- String
Specifies the text content of the element.