![]() |
![]() |
Text.IsArtisticText
Property IsArtisticText As Boolean
Member of Text
The IsArtisticText property returns whether the text is artistic text.
The IsArtisticText property returns a read-only value.
The following code example displays a message box if the text is artistic text:
Sub Test() Dim s As Shape Dim d As Document Dim t As Text Set d = CreateDocument Set s = d.ActiveLayer.CreateArtisticText(3, 3, "This is a test") Set t = s.Text If t.IsArtisticText Then MsgBox "Artistic Text" End If End Sub
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.