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

(Global Index)

Syntax

service DrawingDocumentFactory;

Description

this service describes a factory for documents that can contain drawing objects

See also

DrawingDocument

Exported Interfaces

com::sun::star::lang::XMultiServiceFactory

Description

this factory lets you create various services that are used inside a drawing document

The following services are Shape s. They are created by the documents factory and must be inserted into a DrawPage or MasterPage of this document.

The following services are all com.sun.star.text.TextField and can be inserted into text as com.sun.star.text.TextContent .

The following services gives access to resources used inside the document and let you add new resources.

The following service can be set at the Numbering property inside a com.sun.star.style.ParagraphProperties

The following services can be used for a com.sun.star.image.ImageMap inside the document.
A com.sun.star.image.ImageMap can be obtained from a GraphicObjectShape

The following services lets you access the drawing property defaults of a document.


Top of Page