TableStyleMapping — Aspose.Slides FOSS Java API Reference
Overview
TableStyleMapping mapping between OOXML table style GUIDs and TableStylePreset enum name strings. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition.
Package: org.aspose.slides.foss.internal.pptx
Properties
| Property | Type | Access | Description |
|---|---|---|---|
GUID_TO_PRESET | Map<String, String> | Read | |
PRESET_TO_GUID | Map<String, String> | Read |
Methods
| Method | Returns | Description |
|---|---|---|
presetFromGuid(String guid) | Optional<String> | Looks up a preset enum name by its OOXML table-style GUID. |
guidFromPreset(String preset) | Optional<String> | Looks up an OOXML table-style GUID by its preset enum name. |