API Reference
Class
LegacyXlsChartFontBasisOptions
Describes decoded Fbi or Fbi2 chart font-scaling metadata preserved from a BIFF chart stream.
Inheritance
- Object
- LegacyXlsChartFontBasisOptions
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
Accepted by parameters
- Constructor LegacyXlsChartRecord.LegacyXlsChartRecord
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public UInt16 WidthTwipsBasis { get; } #Gets the chart width, in twips, when the scalable font was first applied.
public UInt16 HeightTwipsBasis { get; } #Gets the chart height, in twips, when the scalable font was first applied.
public UInt16 FontHeightTwips { get; } #Gets the default font height, in twips.
public UInt16 ScaleBasis { get; } #Gets the raw scale basis value.
public String ScaleBasisName { get; } #Gets the decoded scale basis name.
public Boolean HasKnownScaleBasis { get; } #Gets whether the scale basis is one of the BIFF-defined values.
public UInt16 FontIndex { get; } #Gets the referenced chart font index.