|
long | Change |
| specifies how the page change is triggered. More...
|
|
long | Duration |
| If the property com::sun::star::drawing::DrawPage::Change is set to 1, this is the time in seconds this page is shown before switching to the next page. More...
|
|
double | HighResDuration |
| If the property com::sun::star::drawing::DrawPage::Change is set to 1, this is the time in seconds this page is shown before switching to the next page, also permitting sub-second precision here. More...
|
|
com::sun::star::presentation::FadeEffect | Effect |
| This is the effect that is used to fade in this page. More...
|
|
short | Layout |
| If this property is not ZERO, this number specifies a presentation layout for this page. More...
|
|
com::sun::star::presentation::AnimationSpeed | Speed |
| defines the speed of the fade-in effect of this page. More...
|
|
boolean | IsHeaderVisible |
| defines if a header presentation shape from the master page is visible on this page. More...
|
|
string | HeaderText |
| defines the text that is displayed in a header textfield rendered on this page. More...
|
|
boolean | IsFooterVisible |
| defines if a footer presentation shape from the master page is visible on this page. More...
|
|
string | FooterText |
| defines the text that is displayed in a footer textfield rendered on this page. More...
|
|
boolean | IsPageNumberVisible |
| defines if a page number presentation shape from the master page is visible on this page. More...
|
|
boolean | IsDateTimeVisible |
| defines if a date and time presentation shape from the master page is visible on this page. More...
|
|
boolean | IsDateTimeFixed |
| defines if a date and time text field shows a fixed string value or the current date on this page. More...
|
|
string | DateTimeText |
| defines the text that is displayed in a date and time textfield rendered on this page. More...
|
|
long | DateTimeFormat |
| defines the format that is used to format a date and time text field on this page. More...
|
|
string | LinkDisplayName |
| contains a human readable name for this object that could be displayed in a user interface. More...
|
|
|
interface | com::sun::star::drawing::XMasterPageTarget |
| provides the link to a MasterPage. More...
|
|
interface | com::sun::star::form::XFormsSupplier |
| provides access to the hierarchy of form components belonging to the draw page. More...
|
|
interface | com::sun::star::beans::XPropertySet |
|
interface | com::sun::star::document::XLinkTargetSupplier |
| a link target may have child objects which can be link targets too. More...
|
|
void | add ([in] com::sun::star::drawing::XShape xShape) |
| inserts a Shape into this collection. More...
|
|
void | remove ([in] com::sun::star::drawing::XShape xShape) |
| removes a Shape from this collection. More...
|
|
com::sun::star::drawing::XShapeGroup | group ([in] com::sun::star::drawing::XShapes xShapes) |
| groups the Shapes inside a collection. More...
|
|
void | ungroup ([in] com::sun::star::drawing::XShapeGroup aGroup) |
| ungroups a given GroupShape. More...
|
|
com::sun::star::drawing::XDrawPage | getMasterPage () |
|
void | setMasterPage ([in] com::sun::star::drawing::XDrawPage xMasterPage) |
| links a MasterPage to this object. More...
|
|
com::sun::star::drawing::XShape | combine ([in] com::sun::star::drawing::XShapes xShapes) |
| combines Shapes More...
|
|
void | split ([in] com::sun::star::drawing::XShape Group) |
| splits Shapes. More...
|
|
com::sun::star::drawing::XShape | bind ([in] com::sun::star::drawing::XShapes xShapes) |
| binds Shapes together. More...
|
|
void | unbind ([in] com::sun::star::drawing::XShape xShape) |
| breaks a Shape into its line segments More...
|
|
string | getName () |
|
void | setName ([in] string aName) |
| sets the programmatic name of the object. More...
|
|
com::sun::star::beans::XPropertySetInfo | getPropertySetInfo () |
|
void | setPropertyValue ([in] string aPropertyName,[in] any aValue) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::beans::PropertyVetoException, com::sun::star::lang::IllegalArgumentException, com::sun::star::lang::WrappedTargetException ) |
| sets the value of the property with the specified name. More...
|
|
any | getPropertyValue ([in] string PropertyName) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
|
void | addPropertyChangeListener ([in] string aPropertyName,[in] com::sun::star::beans::XPropertyChangeListener xListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| adds an XPropertyChangeListener to the specified property. More...
|
|
void | removePropertyChangeListener ([in] string aPropertyName,[in] com::sun::star::beans::XPropertyChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| removes an XPropertyChangeListener from the listener list. More...
|
|
void | addVetoableChangeListener ([in] string PropertyName,[in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| adds an XVetoableChangeListener to the specified property with the name PropertyName. More...
|
|
void | removeVetoableChangeListener ([in] string PropertyName,[in] com::sun::star::beans::XVetoableChangeListener aListener) raises ( com::sun::star::beans::UnknownPropertyException, com::sun::star::lang::WrappedTargetException ) |
| removes an XVetoableChangeListener from the listener list. More...
|
|
com::sun::star::container::XNameContainer | getForms () |
| accesses the forms. More...
|
|
com::sun::star::container::XNameAccess | getLinks () |
|
specifies how the page change is triggered.
If this is 0, the user must click to start each object animation and to change the page. If set to 1, the page is automatically switched. If it is set to 2, all object effects run automatically, but the user has to click on the page to change it.