ExporterRegistry Aspose.Slides FOSS Java API Referència

ExporterRegistry Registre central per als exportadors de formats.

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

Nota: Aquesta és una classe d’implementació interna. No la importeu ni utilitzeu directament el paquet org.aspose.slides.foss.internal.export no forma part de l’API pública i pot canviar sense previ avís. Aquesta pàgina es proporciona només per a referència.


Propietats

PropertyTypeAccessDescription
supportedFormatsList<String>Read/WriteThe supported formats value.

Mètodes

MethodReturnsDescription
register(Class<? extends ExporterBase> exporterClass)voidRegister an exporter class for all formats it supports.
unregister(String formatValue)booleanUnregister an exporter for a specific format.
getExporter(String formatValue)Optional<ExporterBase>Get a new exporter instance for a specific format.
getExporterClass(String formatValue)Optional<Class<? extends ExporterBase>>Get the exporter class for a specific format without instantiating it.
isFormatSupported(String formatValue)booleanCheck if a format has a registered exporter.
getSupportedFormats()List<String>Get all formats that have registered exporters.
clear()voidClear all registered exporters.

Veure també

  • Aspose.Slides FOSS Java API Referència de casa
 Català