| 
    LibreOffice
    
   LibreOffice 24.2 SDK API Reference 
   | 
 
this service provides the properties to describe a background filling for a drawing page. More...
import"Background.idl";
  
 Included Services | |
| service | FillProperties | 
Additional Inherited Members | |
  Public Attributes inherited from FillProperties | |
| FillStyle | FillStyle | 
| This enumeration selects the style the area will be filled with.  More... | |
| com::sun::star::util::Color | FillColor | 
| If the property FillStyle is set to FillStyle::SOLID, this is the color used.  More... | |
| short | FillTransparence | 
| This is the transparence of the filled area.  More... | |
| string | FillTransparenceGradientName | 
| If a gradient is used for transparency, this is the name of the used transparence gradient style or it is empty.  More... | |
| com::sun::star::awt::Gradient | FillTransparenceGradient | 
| This describes the transparency of the fill area as a gradient.  More... | |
| string | FillGradientName | 
| If the property FillStyle is set to FillStyle::GRADIENT, this is the name of the used fill gradient style.  More... | |
| com::sun::star::awt::Gradient | FillGradient | 
| If the property FillStyle is set to FillStyle::GRADIENT, this describes the gradient used.  More... | |
| string | FillHatchName | 
| If the property FillStyle is set to FillStyle::HATCH, this is the name of the used fill hatch style.  More... | |
| Hatch | FillHatch | 
| If the property FillStyle is set to FillStyle::HATCH, this describes the hatch used.  More... | |
| boolean | FillBackground | 
if this is TRUE, the transparent background of a hatch filled area is drawn in the current background color.  More... | |
| string | FillBitmapName | 
| If the property FillStyle is set to FillStyle::BITMAP, this is the name of the used fill bitmap style.  More... | |
| com::sun::star::awt::XBitmap | FillBitmap | 
| If the property FillStyle is set to FillStyle::BITMAP, this is the bitmap used.  More... | |
| string | FillBitmapURL | 
| If the property FillStyle is set to FillStyle::BITMAP, this is a URL to the bitmap used.  More... | |
| short | FillBitmapPositionOffsetX | 
| This is the horizontal offset where the tile starts.  More... | |
| short | FillBitmapPositionOffsetY | 
| This is the vertical offset where the tile starts.  More... | |
| short | FillBitmapOffsetX | 
| Every second line of tiles is moved the given percent of the width of the bitmap.  More... | |
| short | FillBitmapOffsetY | 
| Every second row of tiles is moved the given percent of the height of the bitmap.  More... | |
| RectanglePoint | FillBitmapRectanglePoint | 
| The RectanglePoint specifies the position inside of the bitmap to use as the top left position for rendering.  More... | |
| boolean | FillBitmapLogicalSize | 
| specifies if the size is given in percentage or as an absolute value.  More... | |
| long | FillBitmapSizeX | 
| This is the width of the tile for filling.  More... | |
| long | FillBitmapSizeY | 
| This is the height of the tile for filling.  More... | |
| BitmapMode | FillBitmapMode | 
| this enum selects how an area is filled with a single bitmap.  More... | |
| boolean | FillBitmapStretch | 
| if set, the fill bitmap is stretched to fill the area of the shape.  More... | |
| boolean | FillBitmapTile | 
| if set, the fill bitmap is repeated to fill the area of the shape.  More... | |
| com::sun::star::text::GraphicCrop | GraphicCrop | 
| contains the cropping of the object.  More... | |
| boolean | FillUseSlideBackground | 
If this is TRUE, and FillStyle is FillStyle::NONE: The area displays the slide background.  More... | |
this service provides the properties to describe a background filling for a drawing page.
It can be obtained by the com::sun::star::lang::XMultiServiceFactory of a document and be set on draw pages that support a filled background.
| service FillProperties | 
 1.8.14