![]() |
![]() |
ShapeRange.ApplyPostscriptFill
Sub ApplyPostscriptFill(IndexOrName As Variant)
Member of ShapeRange
The ApplyPostscriptFill method applies the specified PostScript fill to all of the objects in the range.
The following code example applies a PostScript fill to each text shape on the page:
Sub Test() Dim sr As ShapeRange Set sr = ActivePage.FindShapes(Type:=cdrTextShape) sr.ApplyPostscriptFill "Bricks" End Sub
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.