public class PdfConnectorParams extends FileConnectorParams
DataSetConnectorParams used by PdfConnector.PdfConnector,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static String |
PAGE_SIZE_PROP
The page size property.
|
static String |
PREFIX
The PREFIX.
|
ADJUST_DATA_TYPE_PROP, ALL_STRINGS_PROP, BASE64_ENCODE_CLOB_PROP, BOOLEAN_AS_NUMBER_PROP, CONVERT_NULL_PROP, ENCODING_PROP, NAME_TO_SQL_NAME_PROP, NULL_IF_EMPTY_PROP, OVERRIDE_WILCARD_PROP, SPLIT_BY_PROP, SUFFIX_PROP, TEMPALTE_PROPAUTO_COMMIT_PROP, FILE_NAME_PROP, MAX_ROWS_EXCEEDED_EXCEPTION, PASSWORD_PROP, PROPERTIES_PROP, TRANSPORT_PROP, USE_SELECTED_PROP, USER_ID_PROP| Constructor and Description |
|---|
PdfConnectorParams()
Instantiates a new HtmlConnectorParams.
|
PdfConnectorParams(CacheProvider<String,Object> cacheProvider,
boolean silent,
int logStep)
Instantiates a new TextConnectorParams.
|
| Modifier and Type | Method and Description |
|---|---|
DataSetConnectorParams |
copy()
Create a copy of this object.
|
com.itextpdf.text.Document |
getDocument()
Gets the document.
|
String |
getExt()
Gets the file extension.
|
String |
getPageSize()
Gets the page size.
|
String |
getPropsHint()
Gets the hint displayed next to the properties editor.
|
String |
getPropsWizardResource(Driver driver,
String connectionDriver)
Gets the name of the xml file used to create a wizard for editing
properties.
|
com.itextpdf.text.pdf.PdfPTable |
getTable()
Gets the pdf table.
|
void |
init(Alias alis)
Initializes itself using given alias.
|
void |
init(Map<String,String> props)
Initializes itself using given properties.
|
void |
init(ObjectStorage storage)
Initializes itself using given object storage.
|
void |
setDocument(com.itextpdf.text.Document value)
Sets the document.
|
void |
setExt(String value)
Sets the file extension.
|
void |
setPageSize(String value)
Sets the page size.
|
void |
setTable(com.itextpdf.text.pdf.PdfPTable value)
Sets the pdf table.
|
alias2alias, deserializeToInputStream, getAlias, getCdata, getDateFormat, getDateTimeFormat, getEncoding, getFileName, getFileName, getFileNameIfFileSystem, getFolder, getInitStr, getOriginalAlias, getPassword, getProperties, getRealFileName, getSplitBy, getSuffix, getTemplate, getTemplateToUse, getTimeFormat, getTransport, getUserId, getWildcardUrl, isAdjustDataTypes, isAllStrings, isBooleanAsNumber, isConvertNameToSqlName, isConvertNull, isCurrentStreaming, isDateFormat, isDateTimeFormat, isDisableStreaming, isEncodeClob, isFileNameRequired, isForceExt, isNoOriginalFileName, isNullIfEmpty, isOverrideWildcrad, isParseDates, isTimeFormat, isTrimValue, needToEncode, selfDiscover, setAdjustDataTypes, setAllStrings, setBooleanAsNumber, setCdata, setConvertNameToSqlName, setConvertNull, setDateFormat, setDateTimeFormat, setDisableStreaming, setEncodeClob, setEncoding, setFieldDataType, setFileName, setFileNameRequired, setFolder, setForceExt, setNoOriginalFileName, setNullIfEmpty, setOverrideWildcrad, setParseDates, setPassword, setProperties, setRealFileName, setSplitBy, setSuffix, setTemplate, setTimeFormat, setTransport, setTrimValue, setUserIdgetAddFieldValueCallback, getAddRecordCallback, getAfterCallback, getBeforeCallback, getCacheProvider, getCrudAction, getInputStream, getIoProcessor, getLogStep, getMaxRows, getOutputStream, getParams, getReadTracker, getTarget, getTransactionMonitor, hasAddRecordCallback, isCleanUpPersistOccured, isCloseInput, isCloseOutput, isEnabled, isIgnoreEmpty, isIgnoreNoRecords, isMaxRowsExceededException, isPostPersistOccured, isPrePersistOccured, isReadOnlyMetadata, isSilent, isStreaming, prepareForPopulate, setAddFieldValueCallback, setAddRecordCallback, setAfterCallback, setBeforeCallback, setCacheProvider, setCleanUpPersistOccurred, setCloseInput, setCloseOutput, setCrudAction, setEnabled, setHasAddRecordCallback, setIgnoreEmpty, setIgnoreNoRecords, setInputStream, setIoProcessor, setLogStep, setMaxRows, setOutputStream, setPostPersistOccured, setPrePersistOccured, setReadOnlyMetadata, setReadTracker, setSilent, setTarget, setTransactionMonitor, setUseSelectedDataSet, useSelectedDataSetpublic static final String PREFIX
public static final String PAGE_SIZE_PROP
public PdfConnectorParams()
public PdfConnectorParams(CacheProvider<String,Object> cacheProvider, boolean silent, int logStep)
cacheProvider - the cache providersilent - the "is silent" flaglogStep - the log steppublic DataSetConnectorParams copy()
DataSetConnectorParamscopy in class DataSetConnectorParamspublic com.itextpdf.text.Document getDocument()
public String getExt()
public String getPageSize()
public String getPropsHint()
DataSetConnectorParamsgetPropsHint in class DataSetConnectorParamspublic String getPropsWizardResource(Driver driver, String connectionDriver)
DataSetConnectorParamsgetPropsWizardResource in class DataSetConnectorParamsdriver - the ETL driverconnectionDriver - the connection driverpublic com.itextpdf.text.pdf.PdfPTable getTable()
public void init(Alias alis)
DataSetConnectorParamsinit in class FileConnectorParamsalis - the aliaspublic void init(Map<String,String> props)
DataSetConnectorParamsinit in class FileConnectorParamsprops - the propertiespublic void init(ObjectStorage storage)
DataSetConnectorParamsinit in class DataSetConnectorParamsstorage - the object storagepublic void setDocument(com.itextpdf.text.Document value)
value - the new documentpublic void setExt(String value)
value - the new file extensionpublic void setPageSize(String value)
value - the new page sizepublic void setTable(com.itextpdf.text.pdf.PdfPTable value)
value - the new pdf tableCopyright © 2010-2020 Toolsverse. All Rights Reserved.