Ascii |
The AsciiImportOptionsController type exposes the following members.
| Name | Description | |
|---|---|---|
| AsciiDocumentAnalysisOptionsController | Gets or sets the controller for the ASCII document analysis options view. | |
| CmdDoAnalyze | Gets the command do analyze. Occurs when analysis of the ASCII input is requested. | |
| CodePage | Gets or sets the controller for selecting the code page used to decode the ASCII file. | |
| DateTimeFormatCulture | Gets or sets the controller for selecting the date/time-format culture. | |
| DetectEncodingFromByteOrderMarks | Gets or sets a value indicating whether the encoding is detected from byte-order marks. | |
| HeaderLinesDestination | Gets or sets the controller for selecting destinations for header lines. | |
| ImportMultipleAsciiVertically | Gets or sets a value indicating whether multiple ASCII streams are imported vertically. | |
| IndexOfCaptionLine | Gets or sets the index of the caption line within the input. | |
| IsDateTimeFormatCultureKnown | Gets or sets a value indicating whether the date/time-format culture is known. | |
| IsDisposed |
Gets a value indicating whether this controller is already disposed.
(Inherited from ControllerBase) | |
| IsIndexOfCaptionLineKnown | Gets or sets a value indicating whether the index of the caption line is known. | |
| IsNumberFormatCultureKnown | Gets or sets a value indicating whether the number-format culture is known. | |
| IsNumberOfMainHeaderLinesKnown | Gets or sets a value indicating whether the number of main header lines is known for the ASCII import. | |
| IsSeparationStrategyKnown | Gets or sets a value indicating whether the separation strategy is known. | |
| IsTableStructureKnown | Gets or sets a value indicating whether the table structure has been detected and is known. | |
| ModelObject |
Gets the model (document) that this controller manages.
(Inherited from MVCANControllerEditImmutableDocBaseTModel, TView) | |
| NoDocumentException |
Gets an exception that is thrown when a controller was not initialized with a document.
(Inherited from ControllerBase) | |
| NotInitializedException |
Gets an exception that is thrown when a controller is not properly initialized.
(Inherited from ControllerBase) | |
| NoViewException |
Gets an exception that is thrown when a controller currently has no view.
(Inherited from ControllerBase) | |
| NumberFormatCulture | Gets or sets the controller for selecting the number-format culture. | |
| NumberOfMainHeaderLines | Gets or sets the number of main header lines for the ASCII import. | |
| RenameColumnsWithHeaderNames | Gets or sets a value indicating whether columns should be renamed using header names. | |
| RenameWorksheetWithFileName | Gets or sets a value indicating whether the worksheet should be renamed from the file name. | |
| ReuseColumnNames | Gets or sets a value indicating whether to reuse the column names when the destination table already exist. This property is ignored if the destination table is empty. | |
| ReuseGroupNumbers | Gets or sets a value indicating whether to reuse column kinds and groups when the destination table already exists. This property is ignored if the destination table is empty. | |
| SeparationStrategy | Gets or sets the controller providing available separation strategies. | |
| SeparationStrategyInstanceController | Gets or sets the controller that manages the separation-strategy detail view. | |
| TableStructure | Gets or sets the detected table structure as a collection of column type descriptors. | |
| UseDocumentCopy |
Sets whether or not a copy of the document is used. If set to true, a copy of the document is used, so if the controller is not applied,
all changes can be reverted. If set to false, no copy must be made. The document is directly changed by the controller, and changes cannot be reverted.
Use the last option if a controller higher in the hierarchy has already made a copy of the document.
(Inherited from MVCANControllerEditImmutableDocBaseTModel, TView) | |
| ViewObject |
Gets or sets the GUI element that shows the model to the user.
(Inherited from MVCANControllerEditImmutableDocBaseTModel, TView) |