StylesheetSaveContext
Overview
StylesheetSaveContext is a class in Aspose.Cells FOSS for C++.
Internal context used during stylesheet saving to hold the built stylesheet document together with style index maps and format counts.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
XmlDocument | XmlDocument | Read |
Methods
| Signature | Description |
|---|---|
XmlDocument() → XmlDocument | |
GetStyleIndex(record: Core::CellRecord) → int | Gets the cell format index for the given cell record. Returns 0 if the style is not found. |
GetDifferentialStyleIndex(condition: Core::FormatConditionModel) → std::optional<int> | Gets the differential style index for the given format condition. Returns nullopt if the style is default or not found. |