LowCodeLoadOptions Class
LowCodeLoadOptions class
Options for loading template file.
type LowCodeLoadOptions struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewLowCodeLoadOptions | Default constructor. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetInputFile | Gets and sets the file(with path if needed) of the template. |
| SetInputFile | Gets and sets the file(with path if needed) of the template. |
| GetInputStream | Gets and sets the Stream of the template. |
| SetInputStream | Gets and sets the Stream of the template. |