service DashTable in module com::sun::star::drawing::

(Global Index)

Syntax

service DashTable;

Description

this is a container for LineDash s

It is used for example to access the LineDash s that are used inside a document.

See also

DrawingDocumentFactory

See also

LineDash

Exported Interfaces

com::sun::star::container::XNameContainer

Description

this container lets you access the LineDash s that are indexed with a name.

Note: You can add new entries for later use, but you cannot remove entries that are used inside the document.


Top of Page