Initializes a new instance of FieldType class.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public FieldType(
string str
)
Public Sub New (
str As String
)
public:
FieldType(
String^ str
)
new :
str : string -> FieldType
Parameters
- str
- Type: SystemString
See Also