Package com.altova.automation.XMLSpy
Class TextImportExportSettings
java.lang.Object
com.altova.automation.libs.COMIUnknownObject
com.altova.automation.libs.COMIDispatchObject
com.altova.automation.XMLSpy.TextImportExportSettings
public class TextImportExportSettings extends COMIDispatchObject
-
Field Summary
Fields inherited from class com.altova.automation.libs.COMIDispatchObject
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF -
Method Summary
Modifier and Type Method Description booleangetCommentIncluded()Returnssets a value indicating whether comments should be included.java.lang.StringgetDestinationFolder()property DestinationFolderEnums.SPYTextEnclosinggetEnclosingCharacter()property EnclosingCharacterjava.lang.StringgetEncoding()property EncodingEnums.SPYEncodingByteOrdergetEncodingByteOrder()property EncodingByteOrderEnums.SPYTextDelimitersgetFieldDelimiter()property FieldDelimiterjava.lang.StringgetFileExtension()property FileExtensionbooleangetHeaderRow()property HeaderRowjava.lang.StringgetImportFile()property ImportFileGUIDgetInterfaceIID()booleangetRemoveDelimiter()Returnssets a value indicating whether delimiter should be removed.booleangetRemoveNewline()Returnssets a value indicating whether newlines should be removed.voidsetCommentIncluded(boolean newValue)Returnssets a value indicating whether comments should be included.voidsetDestinationFolder(java.lang.String newValue)property DestinationFoldervoidsetEnclosingCharacter(Enums.SPYTextEnclosing newValue)property EnclosingCharactervoidsetEncoding(java.lang.String newValue)property EncodingvoidsetEncodingByteOrder(Enums.SPYEncodingByteOrder newValue)property EncodingByteOrdervoidsetFieldDelimiter(Enums.SPYTextDelimiters newValue)property FieldDelimitervoidsetFileExtension(java.lang.String newValue)property FileExtensionvoidsetHeaderRow(boolean newValue)property HeaderRowvoidsetImportFile(java.lang.String newValue)property ImportFilevoidsetRemoveDelimiter(boolean newValue)Returnssets a value indicating whether delimiter should be removed.voidsetRemoveNewline(boolean newValue)Returnssets a value indicating whether newlines should be removed.Methods inherited from class com.altova.automation.libs.COMIDispatchObject
addListener, getProperty, getProperty, invoke, removeListener, setProperty, setPropertyMethods inherited from class com.altova.automation.libs.COMIUnknownObject
dispose, equals, getCOMInterfacePointer, isNull
-
Method Details
-
getInterfaceIID
-
getEncoding
property Encoding- Throws:
AutomationException
-
setEncoding
property Encoding- Throws:
AutomationException
-
getEncodingByteOrder
property EncodingByteOrder- Throws:
AutomationException
-
setEncodingByteOrder
property EncodingByteOrder- Throws:
AutomationException
-
getFieldDelimiter
property FieldDelimiter- Throws:
AutomationException
-
setFieldDelimiter
property FieldDelimiter- Throws:
AutomationException
-
getEnclosingCharacter
property EnclosingCharacter- Throws:
AutomationException
-
setEnclosingCharacter
property EnclosingCharacter- Throws:
AutomationException
-
getHeaderRow
property HeaderRow- Throws:
AutomationException
-
setHeaderRow
property HeaderRow- Throws:
AutomationException
-
getDestinationFolder
property DestinationFolder- Throws:
AutomationException
-
setDestinationFolder
property DestinationFolder- Throws:
AutomationException
-
getFileExtension
property FileExtension- Throws:
AutomationException
-
setFileExtension
property FileExtension- Throws:
AutomationException
-
getImportFile
property ImportFile- Throws:
AutomationException
-
setImportFile
property ImportFile- Throws:
AutomationException
-
getCommentIncluded
Returnssets a value indicating whether comments should be included.- Throws:
AutomationException
-
setCommentIncluded
Returnssets a value indicating whether comments should be included.- Throws:
AutomationException
-
getRemoveDelimiter
Returnssets a value indicating whether delimiter should be removed.- Throws:
AutomationException
-
setRemoveDelimiter
Returnssets a value indicating whether delimiter should be removed.- Throws:
AutomationException
-
getRemoveNewline
Returnssets a value indicating whether newlines should be removed.- Throws:
AutomationException
-
setRemoveNewline
Returnssets a value indicating whether newlines should be removed.- Throws:
AutomationException
-