Class LowCodeMergeOptions

Class LowCodeMergeOptions

Namespace: Aspose.Cells.LowCode
Assembly: Aspose.Cells.dll (25.7.0)

Options for merging multiple template files into one.

public class LowCodeMergeOptions
{
       public bool KeepSourceFormatting { get; set; } = true;
       public bool OverwriteExistingFiles { get; set; } = false;
       public string TargetFolder { get; set; }
}

Inheritance

object LowCodeMergeOptions

Constructors

LowCodeMergeOptions()

public LowCodeMergeOptions()
{
}

Properties

LoadOptionsProvider

Provider of save options for saving the split parts.

public abstract class LowCodeLoadOptionsProvider
{
    public AbstractLowCodeLoadOptionsProvider LoadOptionsProvider { get; set; }
}

Property Value

AbstractLowCodeLoadOptionsProvider

Remarks

If this property is specified, Aspose.Cells.LoadOptions takes no effectbecause the output of every split part will be specified by the provider.

SaveOptions

Save options for saving the split parts.

public LowCodeSaveOptions SaveOptions
 {
        get
     {
            return this.SaveOptions;
     }
        set
     {
            this.SaveOptions = value;
     }
 }

Property Value

LowCodeSaveOptions

 English