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

(Global Index)

Syntax

service DrawingDocument;

Description

specifies a document which consists of multiple pages with drawings.

Included Services

com::sun::star::document::OfficeDocument

Description

this base service describes storing and printing


com::sun::star::drawing::DrawingDocumentFactory

Description

This service describes the available services that can be created with the com.sun.star.lang.XMultiServiceFactory of a document that supports drawing objects. The following services are only for documents in a drawing application.

The following service can be used to create a new graphic style for this document.

The following service gives access to the xml namespaces used inside the document.

The following service can be used to add a background to a DrawPage or MasterPage


Exported Interfaces

com::sun::star::beans::XPropertySet

Description

lets you access the properties of this service.


com::sun::star::drawing::XDrawPageDuplicator

Description

lets you duplicate pages inside this document.


com::sun::star::drawing::XDrawPagesSupplier

Description

provides an object that is implementing the service DrawPage s. With this service you have access to the DrawPage s inside a document.


com::sun::star::drawing::XMasterPagesSupplier

Description

returns an object that is implementing the service MasterPages . With this service you have access to the MasterPage s inside a document.


com::sun::star::drawing::XLayerSupplier

Description

returns an object that is implementing the service LayerManager . This service lets you manipulate the Layer s of this document.


com::sun::star::style::XStyleFamiliesSupplier

Description

This interface lets you access the styles contained in this document


Property Summary

TabStop This property specifies the length between the default tab stops inside text in this document in 1/100th mm.

CharLocale contains the identifier of the default locale of the document.

VisibleArea if this document is an ole client, this is the current visible area in 100th mm

ForbiddenCharacters This property gives the XForbiddenCharacters.

Property Details



TabStop

Syntax

long TabStop;

Description

This property specifies the length between the default tab stops inside text in this document in 1/100th mm.


CharLocale

Syntax

com::sun::star::lang::Locale CharLocale;

Description

contains the identifier of the default locale of the document.


VisibleArea

Syntax

com::sun::star::awt::Rectangle VisibleArea;

Description

if this document is an ole client, this is the current visible area in 100th mm


ForbiddenCharacters

Syntax

[readonly] com::sun::star::i18n::XForbiddenCharacters ForbiddenCharacters;

Description

This property gives the XForbiddenCharacters.

Top of Page