InternalMargin Constructor
|
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public InternalMargin(
TextBox textbox
)
Public Sub New (
textbox As TextBox
)
public:
InternalMargin(
TextBox^ textbox
)
new :
textbox : TextBox -> InternalMargin
Parameters
-
textbox
-
Type:
Spire.Doc.Fields
TextBox
See Also