Click or drag to resize

Origin2AltaxoWrapper Class

Provides methods to translate the parsed Origin .opj files to Altaxo's infrastructure.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.OriginOrigin2AltaxoWrapper

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public class Origin2AltaxoWrapper

The Origin2AltaxoWrapper type exposes the following members.

Constructors
 NameDescription
Public methodOrigin2AltaxoWrapper Initializes a new instance of the Origin2AltaxoWrapper class.
Top
Properties
 NameDescription
Public propertyFileName 
Public propertyParser 
Top
Methods
 NameDescription
Public methodEnumerateAllExcels Enumerates all excels together with their full name.
Public methodEnumerateAllMatrices Enumerates all matrices together with their full name.
Public methodEnumerateAllMatrixSheets Enumerates all matrix sheets located in the matrices together with their full name.
Public methodEnumerateAllSpreadSheets Enumerates all spread sheets together with their full name.
Public methodEnumerateAllSpreadsheetsInExcels Enumerates all spreadsheets located in excels together with their full name.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberFullPathOfProjectNode Gets the full Altaxo path of a Origin project node.
Public methodGetFullNameOfOriginObject Gets the full name of an origin object (any object that could be part of the project tree).
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberOriginColumnToAltaxoColumn Creates an Altaxo column using a Origin spread column.
Public methodStatic memberOriginColumnTypeToAltaxoColumnType Translates Origin's column type to the equivalent in Altaxo
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also