Class OfficeDataSourceObjectSettings
java.lang.Object
com.independentsoft.office.word.mailMerge.OfficeDataSourceObjectSettings
The Class OfficeDataSourceObjectSettings.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new office data source object settings. -
Method Summary
Modifier and TypeMethodDescriptionclone()longGets the column delimiter.Gets the field mappings.Gets the first row contains column names.Gets the recipients.Gets the source.Gets the table name.getType()Gets the type.Gets the universal data link connection string.voidsetColumnDelimiter(long columnDelimiter)Sets the column delimiter.voidsetFirstRowContainsColumnNames(ExtendedBoolean firstRowContainsColumnNames)Sets the first row contains column names.voidSets the source.voidsetTableName(String tableName)Sets the table name.voidsetType(MailMergeSourceType type)Sets the type.voidsetUniversalDataLinkConnectionString(String universalDataLinkConnectionString)Sets the universal data link connection string.toString()
-
Constructor Details
-
OfficeDataSourceObjectSettings
public OfficeDataSourceObjectSettings()Instantiates a new office data source object settings.
-
-
Method Details
-
clone
-
toString
-
getColumnDelimiter
public long getColumnDelimiter()Gets the column delimiter.- Returns:
- the column delimiter
-
setColumnDelimiter
public void setColumnDelimiter(long columnDelimiter)Sets the column delimiter.- Parameters:
columnDelimiter- the new column delimiter
-
getFirstRowContainsColumnNames
Gets the first row contains column names.- Returns:
- the first row contains column names
-
setFirstRowContainsColumnNames
Sets the first row contains column names.- Parameters:
firstRowContainsColumnNames- the new first row contains column names
-
getFieldMappings
Gets the field mappings.- Returns:
- the field mappings
-
getRecipients
Gets the recipients.- Returns:
- the recipients
-
getSource
Gets the source.- Returns:
- the source
-
setSource
Sets the source.- Parameters:
source- the new source
-
getTableName
Gets the table name.- Returns:
- the table name
-
setTableName
Sets the table name.- Parameters:
tableName- the new table name
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-
getUniversalDataLinkConnectionString
Gets the universal data link connection string.- Returns:
- the universal data link connection string
-
setUniversalDataLinkConnectionString
Sets the universal data link connection string.- Parameters:
universalDataLinkConnectionString- the new universal data link connection string
-