Origin |
The OriginAnyParser type exposes the following members.
| Name | Description | |
|---|---|---|
| AssignObjectsToProjectTree | Assigns parsed Origin objects to the corresponding nodes in the project tree. | |
| ConvertSpreadToExcel | Converts a multi-sheet spreadsheet into an Excel workbook representation. | |
| DoubleToPosixTime | Converts a Julian-date based Origin timestamp to a DateTime. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| FindColumnByName | Finds a spreadsheet column by name, truncated to Origin's eleven-character lookup width. | |
| FindDataByIndex | Finds dataset identifiers for the specified object index. | |
| FindExcelByName | Finds an Excel workbook by name. | |
| FindExcelColumnByName | Finds an Excel column by name. | |
| FindFunctionByName | Finds a function by name. | |
| FindGraphByName | Finds a graph by name. | |
| FindMatrixByName | Finds a matrix by name. | |
| FindNoteByName | Finds a note by name. | |
| FindObjectByIndex | Finds a project object by its object identifier. | |
| FindSpreadByName | Finds a spreadsheet by name. | |
| FindSpreadColumnByName | Finds a spreadsheet column by name. | |
| FindWindowObjectByIndex | Finds a window object by its object identifier. | |
| GetAnnotationProperties | Extracts annotation properties from the annotation header and data blocks. | |
| GetAxisBreakProperties | Extracts axis-break properties from a raw axis-break block. | |
| GetAxisParameterProperties | Extracts axis-parameter properties for the specified axis. | |
| GetColor | Decodes an Origin color descriptor from its binary string representation. | |
| GetColorMap | Extracts a color map from a raw color-map block. | |
| GetColumnInfoAndData | Decodes column or matrix metadata together with the associated data payload. | |
| GetCurveProperties | Extracts curve properties from the curve header and data blocks. | |
| GetDataTypeToDeserialize | Gets the type of data to deserialize from dataType, dataTypeU and valueSize. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetLayerProperties | Extracts layer properties from a layer header block. | |
| GetMatrixValues | Decodes matrix cell values from a raw data block. | |
| GetNoteProperties | Extracts note properties from the note header, label, and content blocks. | |
| GetNullTerminatedString | Gets a null terminated string from a byte buffer. | |
| GetProjectFolderProperties | Applies folder properties parsed from the project tree data. | |
| GetProjectLeafProperties | Extracts project-leaf properties and appends the corresponding node to the project tree. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetWindowProperties | Extracts window properties from a window header block. | |
| GetZColorsMap | Extracts z-color mapping information from a raw color-map block. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OutputProjectTree | Writes the project tree to the specified writer. | |
| ReadAnnotationElement | Reads the next annotation element from the current layer. | |
| ReadAnnotationList | Reads all consecutive annotation elements at the current stream position. | |
| ReadAttachmentList | Reads all attachments from the current stream position. | |
| ReadAxisBreakElement | Reads the next axis-break element from the current layer. | |
| ReadAxisParameterElement | Reads the next axis-parameter element for the specified axis. | |
| ReadCurveElement | Reads the next curve element from the current layer. | |
| ReadDataSetElement | Reads a dataset element from the file stream. | |
| ReadFileVersion | Reads the file version from an .opj or .opju file. Attention: this call does not throw exceptions if the file is corrupt! Instead you have to check the error argument! | |
| ReadFolderTree | Reads a folder node and its descendants from the project tree. | |
| ReadGlobalHeader | Reads the global header from the file stream. | |
| ReadLayerElement | Reads the next layer element from the current window. | |
| ReadLine | Reads a string line, and stops if the char is below 0x20. Afterwards, the stream cursor is placed on the character that has caused the stop. | |
| ReadNoteElement | Reads the next note element, including the results log window. | |
| ReadObjectAsByteArray | Reads an object as a byte array. | |
| ReadObjectAsString | Reads a fixed length string. If the size is given as greater than 0, then also the delimiting newline char (0x0A) is read. Note that if a size of 0 is provided, then the delimiting newline character is not read! | |
| ReadObjectSize | Reads the size of an object from the file stream. | |
| ReadParameterElement | Reads the next scalar parameter entry. | |
| ReadProjectLeaf | Reads a project leaf node and appends it to the specified folder. | |
| ReadProjectTree | Reads the project tree structure from the current stream position. | |
| ReadWindowElement | Reads the next window element from the Origin project stream. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |