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