API Reference
Class
LegacyXlsThemeRecord
Describes a preserve-only BIFF Theme record discovered during legacy XLS import.
Inheritance
- Object
- LegacyXlsThemeRecord
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyXlsWorkbook.ThemeRecords
Constructors
public LegacyXlsThemeRecord(Int32 recordOffset, UInt16 recordType, Int32 payloadLength, UInt32 themeVersion, String themeVersionName, Byte[] themeBytes) #Creates theme preservation metadata.
Parameters
- recordOffset System.Int32
- recordType System.UInt16
- payloadLength System.Int32
- themeVersion System.UInt32
- themeVersionName System.String
- themeBytes System.Byte[]
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 RecordOffset { get; } #Gets the byte offset of the BIFF Theme record.
public UInt16 RecordType { get; } #Gets the BIFF record type identifier.
public Int32 PayloadLength { get; } #Gets the BIFF record payload length in bytes.
public UInt32 ThemeVersion { get; } #Gets the raw BIFF theme version value.
public String ThemeVersionName { get; } #Gets the decoded theme version name.
public Boolean HasThemeBytes { get; } #Gets whether the Theme record carries embedded theme content bytes.
public Int32 ThemeByteCount { get; } #Gets the number of embedded theme content bytes preserved from the Theme record.
public Byte[] ThemeBytes { get; } #Gets a copy of the embedded theme content bytes preserved from the Theme record.