LowCodeSaveOptionsProviderOfPlaceHolders Class

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

MethodDescription
NewLowCodeSaveOptionsProviderOfPlaceHolders_StringInstantiates an instance to provide save options according to specified templates.
NewLowCodeSaveOptionsProviderOfPlaceHolders_AbstractLowCodeSaveOptionsProviderConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetSheetIndexOffsetOffset of sheet’s index between what used in file pathand its actual value(SplitPartInfo.SheetIndex).
SetSheetIndexOffsetOffset of sheet’s index between what used in file pathand its actual value(SplitPartInfo.SheetIndex).
GetSplitPartIndexOffsetOffset of split part’s index between what used in file pathand its actual value(SplitPartInfo.PartIndex).
SetSplitPartIndexOffsetOffset of split part’s index between what used in file pathand its actual value(SplitPartInfo.PartIndex).
GetBuildPathWithSheetAlwaysWhether 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.
SetBuildPathWithSheetAlwaysWhether 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.
GetBuildPathWithSplitPartAlwaysWhether 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.
SetBuildPathWithSplitPartAlwaysWhether 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.
GetSheetNamePrefixPrefix for the index of worksheet.
SetSheetNamePrefixPrefix for the index of worksheet.
GetSheetIndexPrefixPrefix for the index of worksheet.
SetSheetIndexPrefixPrefix for the index of worksheet.
GetSplitPartPrefixPrefix for the index of split part.
SetSplitPartPrefixPrefix for the index of split part.
GetSaveOptionsTemplateThe template for creating instance of save options in GetSaveOptions(SplitPartInfo).
SetSaveOptionsTemplateThe template for creating instance of save options in GetSaveOptions(SplitPartInfo).
GetSaveOptionsGets the save options from which to get the output settings for currently split part.
FinishReleases resources after processing currently split part.