Click or drag to resize

OriginAnyParser Methods

The OriginAnyParser type exposes the following members.

Methods
 NameDescription
Public methodAssignObjectsToProjectTree 
Public methodConvertSpreadToExcel 
Public methodStatic memberDoubleToPosixTime 
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 methodFindColumnByName 
Protected methodFindDataByIndex 
Public methodFindExcelByName 
Protected methodFindExcelColumnByName 
Public methodFindFunctionByName 
Public methodFindGraphByName 
Public methodFindMatrixByName 
Public methodFindNoteByName 
Protected methodFindObjectByIndex 
Public methodFindSpreadByName 
Protected methodFindSpreadColumnByName 
Public methodFindWindowObjectByIndex 
Public methodGetAnnotationProperties 
Public methodGetAxisBreakProperties 
Public methodGetAxisParameterProperties 
Public methodGetColor 
Public methodGetColorMap 
Public methodGetColumnInfoAndData 
Public methodGetCurveProperties 
Public methodStatic memberGetDataTypeToDeserialize 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLayerProperties 
Public methodGetMatrixValues 
Public methodGetNoteProperties 
Public methodGetNullTerminatedString Gets a null terminated string from a byte buffer.
Public methodGetProjectFolderProperties 
Public methodGetProjectLeafProperties 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetWindowProperties 
Public methodGetZColorsMap 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOutputProjectTree 
Public methodReadAnnotationElement 
Public methodReadAnnotationList 
Public methodReadAttachmentList 
Public methodReadAxisBreakElement 
Public methodReadAxisParameterElement 
Public methodReadCurveElement 
Public methodReadDataSetElement 
Public methodStatic memberReadFileVersion 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!
Protected methodReadFolderTree 
Public methodReadGlobalHeader 
Public methodReadLayerElement 
Public methodStatic memberReadLine 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.
Public methodReadNoteElement 
Public methodReadObjectAsByteArray 
Public methodReadObjectAsString 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!
Public methodReadObjectSize 
Public methodReadParameterElement 
Public methodReadProjectLeaf 
Public methodReadProjectTree 
Public methodReadWindowElement 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also