PropertyCollection (pemegang tempat)

PropertyCollection (pemegang tempat)

Pengamatan umum

ExporterRegistry adalah kelas di Aspose.Slides untuk Python.

Daftar pusat untuk eksportir format.

Metode-metode yang digunakan

Tanda tanganDeskripsi
register(exporter_class: Type[ExporterBase])Daftarkan kelas eksportir untuk format yang didukungnya.
unregister(format_value: str)boolMenghapuskan pendaftaran eksportir untuk format tertentu.
get_exporter(format_value: str)Optional[ExporterBase]Dapatkan contoh eksportir untuk format tertentu.
get_exporter_class(format_value: str)Optional[Type[ExporterBase]]Dapatkan kelas eksportir untuk format tertentu.
is_format_supported(format_value: str)boolPeriksa apakah format memiliki eksportir terdaftar.
get_supported_formats()list[str]Dapatkan semua format yang telah terdaftar eksportir.
clear()Hapus semua eksportir terdaftar.
 Bahasa Indonesia