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

(Global Index)

Syntax

service DrawPage;

Description

This service specifies a page for the actual draw pages to contain the drawings.

See also

GenericDrawPage

See also

DrawPages

Included Services

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

Description

This service describes the base functionality that every draw/master page has.


Exported Interfaces

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

Description

provides the link to a MasterPage .


com::sun::star::form::XFormsSupplier [ OPTIONAL ]

Description

provides access to the hierarchy of form components belonging to the draw page.

Every draw page may contain a form layer - that is, a hierarchy of form elements. The layer can be accessed using this interface.

See also

com.sun.star.form.FormComponent

See also

com.sun.star.form.FormComponents

See also

com.sun.star.form.Forms

Top of Page