Source code for ooodev.dialog.dl_control.view.view_image

from __future__ import annotations
from ooodev.adapter.awt.uno_control_image_control_comp import UnoControlImageControlComp


[docs]class ViewImage(UnoControlImageControlComp): """View for the Image control.""" pass