TableStyleMapping

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

PropertyTypeAccessDescription
GUID_TO_PRESETMap<String, String>Read
PRESET_TO_GUIDMap<String, String>Read

Methods

MethodReturnsDescription
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.

See Also