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

service TransparencyGradientTable
Description
this is a container for ::com::sun::star::awt::Gradient s

It is used for example to access the ::com::sun::star::awt::Gradient s that are used inside a document for fill transparency.

See also
DrawingDocumentFactory, ::com::sun::star::awt::Gradient

Exported Interfaces
::com::sun::star::container::XNameContainer
Description
this container lets you access the ::com::sun::star::awt::Gradient s that are indexed with a name.

Note: You can add new entries for later use, but you cannot remove entries that are used inside the document.


 
Top of Page