ooodev.adapter.document.link_target_properties_partial module
- class ooodev.adapter.document.link_target_properties_partial.LinkTargetPropertiesPartial(component)[source]
Bases:
object
Partial class for LinkTarget.
See also
- Parameters:
component (LinkTarget) –
- __init__(component)[source]
Constructor
- Parameters:
component (LinkTarget) – UNO Component that implements
com.sun.star.drawing.LinkTarget
service.- Return type:
None
- property link_display_name: str
Gets a human readable name for this object that could be displayed in a user interface.
- Return type:
str