LowCodeSaveOptionsProviderOfPlaceHolders Class
Contents
[
Hide
]LowCodeSaveOptionsProviderOfPlaceHolders class
Implementation to provide save options which save split parts to filesand the path of resultant file are defined with placeholders.
type LowCodeSaveOptionsProviderOfPlaceHolders struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewLowCodeSaveOptionsProviderOfPlaceHolders_String | Instantiates an instance to provide save options according to specified templates. |
NewLowCodeSaveOptionsProviderOfPlaceHolders_AbstractLowCodeSaveOptionsProvider | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetSheetIndexOffset | Offset of sheet’s index between what used in file pathand its actual value(SplitPartInfo.SheetIndex). |
SetSheetIndexOffset | Offset of sheet’s index between what used in file pathand its actual value(SplitPartInfo.SheetIndex). |
GetSplitPartIndexOffset | Offset of split part’s index between what used in file pathand its actual value(SplitPartInfo.PartIndex). |
SetSplitPartIndexOffset | Offset of split part’s index between what used in file pathand its actual value(SplitPartInfo.PartIndex). |
GetBuildPathWithSheetAlways | Whether add sheet index or name to file path always.Default value is false, that is, when there is only one sheet,the sheet index and name and corresponding prefix(SheetNamePrefix)will not be added to the file path. |
SetBuildPathWithSheetAlways | Whether add sheet index or name to file path always.Default value is false, that is, when there is only one sheet,the sheet index and name and corresponding prefix(SheetNamePrefix)will not be added to the file path. |
GetBuildPathWithSplitPartAlways | Whether add split part index to file path always.Default value is false, that is, when there is only one split part,the split part index and corresponding prefix(SplitPartPrefix)will not be added to the file path. |
SetBuildPathWithSplitPartAlways | Whether add split part index to file path always.Default value is false, that is, when there is only one split part,the split part index and corresponding prefix(SplitPartPrefix)will not be added to the file path. |
GetSheetNamePrefix | Prefix for the index of worksheet. |
SetSheetNamePrefix | Prefix for the index of worksheet. |
GetSheetIndexPrefix | Prefix for the index of worksheet. |
SetSheetIndexPrefix | Prefix for the index of worksheet. |
GetSplitPartPrefix | Prefix for the index of split part. |
SetSplitPartPrefix | Prefix for the index of split part. |
GetSaveOptionsTemplate | The template for creating instance of save options in GetSaveOptions(SplitPartInfo). |
SetSaveOptionsTemplate | The template for creating instance of save options in GetSaveOptions(SplitPartInfo). |
GetSaveOptions | Gets the save options from which to get the output settings for currently split part. |
Finish | Releases resources after processing currently split part. |