PositionOffset 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
PositionOffset() |
Initializes a new instance of the PositionOffset class. |
PositionOffset(String) |
Initializes a new instance of the PositionOffset class with the specified text content. |
PositionOffset()
Initializes a new instance of the PositionOffset class.
public PositionOffset ();
Public Sub New ()
Applies to
PositionOffset(String)
Initializes a new instance of the PositionOffset class with the specified text content.
public PositionOffset (string text);
new DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset : string -> DocumentFormat.OpenXml.Drawing.Wordprocessing.PositionOffset
Public Sub New (text As String)
Parameters
- text
- String
Specifies the text content of the element.