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

unpublished service GenericDrawingDocument
Description
specifies a document which consists of multiple pages with drawings.

Because its function is needed more then once, its defined as generic one.


Included Services
::com::sun::star::document::OfficeDocument
Description
this base service describes storing and printing
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.

::com::sun::star::beans::XPropertySet
Description
lets you access the properties of this service.
XDrawPageDuplicator
Description
lets you duplicate pages inside this document.
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.
XMasterPagesSupplier
Description
returns an object that is implementing the service MasterPages . With this service you have access to the MasterPage s inside a document.
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
Properties' Summary
long
TabStop
This property specifies the length between the default tab stops inside text in this document in 1/100th mm.  
::com::sun::star::lang::Locale
CharLocale
contains the identifier of the default locale of the document.  
::com::sun::star::awt::Rectangle
VisibleArea
if this document is an ole client, this is the current visible area in 100th mm  
[ readonly ] ::com::sun::star::i18n::XForbiddenCharacters
ForbiddenCharacters
This property gives the XForbiddenCharacters.  
Properties' Details
TabStop
long TabStop;
Description
This property specifies the length between the default tab stops inside text in this document in 1/100th mm.
CharLocale
::com::sun::star::lang::Locale CharLocale;
Description
contains the identifier of the default locale of the document.
VisibleArea
::com::sun::star::awt::Rectangle VisibleArea;
Description
if this document is an ole client, this is the current visible area in 100th mm
ForbiddenCharacters
[ readonly ] ::com::sun::star::i18n::XForbiddenCharacters ForbiddenCharacters;
Description
This property gives the XForbiddenCharacters.

 
Top of Page