HiddenFillProperties 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
HiddenFillProperties() |
Initializes a new instance of the HiddenFillProperties class. |
HiddenFillProperties(OpenXmlElement[]) |
Initializes a new instance of the HiddenFillProperties class with the specified child elements. |
HiddenFillProperties(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the HiddenFillProperties class with the specified child elements. |
HiddenFillProperties(String) |
Initializes a new instance of the HiddenFillProperties class from outer XML. |
HiddenFillProperties()
Initializes a new instance of the HiddenFillProperties class.
public HiddenFillProperties ();
Public Sub New ()
Applies to
HiddenFillProperties(OpenXmlElement[])
Initializes a new instance of the HiddenFillProperties class with the specified child elements.
public HiddenFillProperties (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
HiddenFillProperties(IEnumerable<OpenXmlElement>)
Initializes a new instance of the HiddenFillProperties class with the specified child elements.
public HiddenFillProperties (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
HiddenFillProperties(String)
Initializes a new instance of the HiddenFillProperties class from outer XML.
public HiddenFillProperties (string outerXml);
new DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties : string -> DocumentFormat.OpenXml.Office2010.Drawing.HiddenFillProperties
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.