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

from __future__ import annotations
from ooodev.adapter.awt.uno_control_fixed_line_comp import UnoControlFixedLineComp


[docs]class ViewFixedLine(UnoControlFixedLineComp): """View for the Fixed Line control.""" pass