TextSpacingType Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
TextSpacingType() | Initializes a new instance of the TextSpacingType class. | |
TextSpacingType(String) | Initializes a new instance of the TextSpacingType class from outer XML. | |
TextSpacingType(array<OpenXmlElement[]) | Initializes a new instance of the TextSpacingType class with the specified child elements. | |
TextSpacingType(IEnumerable<OpenXmlElement>) | Initializes a new instance of the TextSpacingType class with the specified child elements. |
Top