TableStyleMapping

TableStyleMapping — Aspose.Slides FOSS Java API Reference

TableStyleMapping — Mapping between OOXML table style GUIDs and TableStylePreset enum name strings.

Package: org.aspose.slides.foss.internal.pptx


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